Skip to content

Releases: jblang/xlogo

1.0.0 beta 5

25 Mar 13:31
Compare
Choose a tag to compare
1.0.0 beta 5 Pre-release
Pre-release
  • Fix crashes on statup after first run
  • Restore compatibility with Java 11
  • Replace custom editor component with RSyntaxTextArea
  • Update Editor preferences tab with options for RSyntaxTextArea
  • Use a dark editor theme by default
  • Fix crash in UI translator
  • Remove buggy memory usage monitor
  • Further refactoring, code cleanup and fix warnings

1.0.0 beta 4

25 Mar 01:39
Compare
Choose a tag to compare
1.0.0 beta 4 Pre-release
Pre-release

Beta 4 is withdrawn due to bug causing failure to start after the first run. Please use Beta 5 instead.

1.0.0 beta 3

22 Feb 22:54
Compare
Choose a tag to compare
1.0.0 beta 3 Pre-release
Pre-release
  • Use SVG for Flags and Turtles
  • Use new configuration format
  • Disable stop button when animation is not running
  • Increase default memory allocation to 256MB
  • Update 3D viewer UI to use vector icons and toolbar
  • Misc refactoring

1.0.0 beta 2

19 Feb 21:55
Compare
Choose a tag to compare
1.0.0 beta 2 Pre-release
Pre-release
  • Upgraded Java3D and dependencies to latest version
  • Improved scaling using bicubic interpolation
  • Lots of refactoring

1.0.0 beta 1

15 Feb 04:31
Compare
Choose a tag to compare
1.0.0 beta 1 Pre-release
Pre-release

1.0.0beta1 contains the following improvements over the last release by the original author:

  • Fix blurry/pixelated scaling on high resolution displays
  • Make a nice looking themeable UI using FlatLaf
  • Fix bugs and improve code quality