Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

2.8.2

Compare
Choose a tag to compare
@oakes oakes released this 21 Dec 17:32
· 7 commits to master since this release

Starting with this release i'm now building native packages again. I haven't done this since version 2.6.0 which was like a year and a half ago, because javapackager was removed from the JDK. Luckily it's being re-added as jpackage in JDK 14 so i just used an early access version to make the packages.

For linux, in addition to a deb package, there is now an AppImage, which is a really nice format that is becoming popular now. I'm not building a native package for Mac OS for now, so mac users will need to use the jar. I don't want to pay apple $100 just to be able to sign the damn thing. I gave my mac to my sister anyway, so it's a pain to even build for it.

I also updated the templates. The game template now creates a play-cljc project, instead of play-cljs (my old library). I also updated quil in the graphics template so it should actually work on modern JDKs now. Lastly, i fixed a problem where the horizontal scroll bar would cover up the last line of the file, making it impossible to see.