This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
Releases: miho/freerouting
Releases · miho/freerouting
SNAPSHOT Builds
SNAPSHOT builds are updated automatically from latest changes. DON'T expect them to work properly. They are just SNAPSHOTS of the current development version. The attached code is NOT up to date. Only the binaries contain the latest changes.
Automatic Releases + Build Date in App Window
JDK 13 support + (bug fixes and logging)
v1.4.1 build script works with latest gradle release 6.2.x
JDK 11 Support
The build infrastructure has been updated to support JDK 11. Maven publication works again.
JDK 9 Support
- Uses gradle as build system (which is compatible with command line, NetBeans, IntelliJ, Eclipse and more)
- New code base uses proper package names. That is, freerouting can finally be used as library.
- Removed local dependencies. Publication via maven central and/or bintray is now possibe.
- WebStart code has been removed (WebStart is officially deprecated)
- Several
ClassCastException
bugs in the graphics package have been fixed - Swing UI uses native look&feel if possible
- Prepared module support (still WIP)
- other minor fixes