Releases: nextbreakpoint/nextfractal
Releases · nextbreakpoint/nextfractal
NextFractal 2.1.4
Release Notes
This release includes:
- Add optional system property nextfractal.module.path to configure JDK compiler path
NextFractal 2.1.3
Release Notes
This release includes:
- Some defects of the user interface have been fixed
- ContextFree rendering performance has been improved
NextFractal 2.1.2
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
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
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
Release Notes
This release resolves an issue with playback of animations.
NextFractal 2.1.0
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
Release Notes
This release includes:
- Add Java 9 support in native launcher
- Fix issues with Java 9
NextFractal 2.0.2
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
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