Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Releases: miho/freerouting

SNAPSHOT Builds

20 Mar 17:26
efa47da
Compare
Choose a tag to compare
SNAPSHOT Builds Pre-release
Pre-release

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

18 Mar 01:12
0650ea6
Compare
Choose a tag to compare

JDK 13 support + (bug fixes and logging)

15 Mar 13:14
Compare
Choose a tag to compare
v1.4.1

build script works with latest gradle release 6.2.x

JDK 11 Support

11 May 11:29
Compare
Choose a tag to compare

The build infrastructure has been updated to support JDK 11. Maven publication works again.

JDK 9 Support

15 Oct 21:31
Compare
Choose a tag to compare
  • 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