Skip to content

Releases: nextbreakpoint/nextfractal

NextFractal 2.1.4

25 Feb 10:15
0ffa573
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Add optional system property nextfractal.module.path to configure JDK compiler path

NextFractal 2.1.3

24 Feb 00:43
5a08eb1
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Some defects of the user interface have been fixed
  • ContextFree rendering performance has been improved

NextFractal 2.1.2

21 Mar 08:38
8d94bf5
Compare
Choose a tag to compare

Release Notes

This release includes:

  • The embedded JDK has been updated to version 11.0.2
  • Dependencies have been updated to the latest version (including OpenJFX 14)
  • Fixed bug in rendering engine which was causing dirty pixels on machines with 8+ cores
  • Reduced flickering caused by incremental rendering

NextFractal 2.1.2 RC2

18 Mar 23:10
53acf7f
Compare
Choose a tag to compare
NextFractal 2.1.2 RC2 Pre-release
Pre-release

Release Notes

This is a preview release:

  • Dependencies have been updated to the latest version
  • Reduced flickering caused by incremental rendering

NextFractal 2.1.2 RC1

17 Feb 12:29
Compare
Choose a tag to compare
NextFractal 2.1.2 RC1 Pre-release
Pre-release

Release Notes

This is a preview release:

  • The embedded JDK has been updated to version 11.0.2
  • Dependencies have been updated to the latest version
  • Fixed bug in rendering engine which was causing dirty pixels on machines with 8+ cores

NextFractal 2.1.1

29 Apr 20:37
d5635c8
Compare
Choose a tag to compare

Release Notes

This release resolves an issue with playback of animations.

NextFractal 2.1.0

16 Dec 19:59
e240bcd
Compare
Choose a tag to compare

Release Notes

Java 11 has been out for a while now. Unfortunately the new version of Java brought major changes which prevented NextFractal from working (for instance Java FX has been removed from the standard JDK).
I had to choose a drastic solution to get NextFractal working again, such as removing the syntax colouring, adding an embedded JDK and rewriting the code of the native launchers. Hopefully, all major issues have been resolved, and NextFractal should be stable on all platforms.

This release includes:

  • Fix issues with Java 11
  • Use embedded JDK
  • New native launchers
  • Remove problematic dependencies

NextFractal 2.0.3

23 Feb 18:48
dd49208
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Add Java 9 support in native launcher
  • Fix issues with Java 9

NextFractal 2.0.2

19 Nov 01:14
550dbaa
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Increase default JVM max memory to 3g
  • Update version of dependencies
  • Fix native launcher permissions on Linux
  • Fix bug in native launcher which prevents application from starting on MacOS High Sierra

NextFractal 2.0.1

17 Apr 15:33
Compare
Choose a tag to compare

Release Notes

This release includes:

  • Add new examples of Mandelbrot and Julia sets
  • Optimisation of ContextFree's rendering process
  • Fix several bugs in ContextFree module