Skip to content

Releases: litan/kojo

Kojo Release 2.9.29

15 Aug 13:02
Compare
Choose a tag to compare

Kojo Release 2.9.28

29 Apr 13:15
Compare
Choose a tag to compare

Highlights:

  • New code templates to make coding easier
  • Misc refinements

Kojo Release 2.9.27

20 Nov 04:21
Compare
Choose a tag to compare

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

24 Aug 04:06
Compare
Choose a tag to compare

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

03 Aug 06:28
Compare
Choose a tag to compare

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

16 Feb 03:42
Compare
Choose a tag to compare

Highlights:

  • Real-time note player
  • Purely functional gaming support
  • Java runtime upgrade (from version 11 to 17)
  • Miscellaneous refinements

Kojo Release 2.9.23

01 Aug 02:40
Compare
Choose a tag to compare

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

11 Jul 03:15
Compare
Choose a tag to compare

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

06 May 06:00
Compare
Choose a tag to compare

Highlights:

  • Refinements to picRow and picCol - to align them with picRowCentered and picColCentered
  • Look and Feel (FlatLaf) upgrade
  • Misc tweaks

Kojo Release 2.9.20

03 Apr 06:25
Compare
Choose a tag to compare

Highlights:

  • Smoother animations.
  • Support for Picture z-index - for use in overlapping parallel animations.
  • Picture clipping.
  • Chess support refinements contributed by Ida Rasmark.