Releases: litan/kojo
Releases · litan/kojo
Kojo Release 2.9.30
Highlights:
- Support for exec templates, which in turn support picgaming via libGDX
- Minor enhancements to align stuff with picgaming
- Sprite Boundary editor
Kojo Release 2.9.29
Highlights:
- arcVertex support for vertex shapes
- flatlaf upgrade to 3.4
- Misc refinements
Kojo Release 2.9.28
Highlights:
- New code templates to make coding easier
- Misc refinements
Kojo Release 2.9.27
Highlights:
- Picture animation tweaks
- Picture masking refinements
- Support for images and text in CanvasDraw
- New contributors -- Vasu Sethia and Mudit Pant
Kojo Release 2.9.26
Highlights:
Picture enhancements:
- better clipping (you can now clip pictures with pictures).
- smoother clip borders if you want them.
- masks, where you can mask a picture with a transparency mask (a grayscale picture), and then put this masked pic on top of another pic in a stack for cool (transparency) effects.
- withNoPen transform.
Kojo Release 2.9.25
Highlights:
- New feature -- #exec pragma to launch external processes (to support things like kojo gaming).
- Bump up JRE from 17.0.5-x to 17.0.7-y.
- Better support for Apple silicon.
Kojo Release 2.9.24
Highlights:
- Real-time note player
- Purely functional gaming support
- Java runtime upgrade (from version 11 to 17)
- Miscellaneous refinements
Kojo Release 2.9.23
Highlights:
- Turkish refinements - contributed by Bulent Basaran
- Downgrade of JRE to 11.0.13 - due to a macOS issue with the previous upgrade to 11.0.15
Kojo Release 2.9.22
Important Note - don't use this release on Macs. The Upgraded JRE does not work correctly on macOS.
Highlights:
- Turkish localization improvements
- Code completion improvements
- JRE upgrade to 11.0.15
Kojo Release 2.9.21
Highlights:
- Refinements to picRow and picCol - to align them with picRowCentered and picColCentered
- Look and Feel (FlatLaf) upgrade
- Misc tweaks