Skip to content

Releases: charlescao460/iSkipper-Software

More Compatibilities For Mac

01 Feb 10:50
0039819
Compare
Choose a tag to compare

Update Note:

  1. Add All-In-One package for Mac OS.
  2. Fix threading issues on Unix-based systems.
  3. Some UI adjustments.

Known Issues:

  1. Since JFoenix's JFXDecorator has some problem with Java 11 on Mac, the application on Mac may not be able to resize or minimize. We just need to wait for them to update.

iSkipper.All.In.One.MacOS.Ver.1.0.2.zip is a ready-to-use package on Mac OS. The package contains a customize JRE generated by jlink, and an App generated by packr.

iSkipper.All.In.One.Win64.Ver.1.0.2.zip is a ready-to-use package on Windows X64 platforms. The package contains a customize JRE generated by jlink, and a .exe executable generated by Launch4j.

If you don't trust our executable, or you're in different platforms, you can use the executable JAR iSkipper.executable.Ver.1.0.2.jar. But you'll need a full JDK 11 for it (Java 8 is not suitable), because after Java 9 there is no separate JRE anymore. After installation of JDK 11, you can run this software by the command line java -jar iSkipper.executable.Ver.1.0.2.jar, or you can run it by double clicking this jar file.

Fix Bugs

17 Jan 08:06
Compare
Choose a tag to compare

Update Note:

  1. Fix the ClassCastException when grouping items in TreeTableView.
  2. Add platform-specific libraries for Mac OS and Linux. Now the only thing needs is a JDK11.
  3. Some UI adjustments.

iSkipper.All.In.One.Win64.Ver.1.0.1.zip is a ready-to-use package on Windows X64 platforms. The package contains a customize JRE generated by jlink, and a .exe executable generated by Launch4j.

If you don't trust our executable, or you're in different platforms, you can use the executable JAR iSkipper.executable.Ver.1.0.1.jar. But you'll need a full JDK 11 for it (Java 8 is not suitable), because after Java 9 there is no separate JRE anymore. After installation of JDK 11, you can run this software by the command line java -jar iSkipper.executable.Ver.1.0.1.jar, or if you're using Mac OS, you can run it by double clicking this jar file.

First Version

10 Jan 07:28
ef1418a
Compare
Choose a tag to compare

iSkipper.All.In.One.Win64.Ver.1.0.0.zip is a ready-to-use package on Windows X64 platforms. The package contains a customize JRE generated by jlink, and a .exe executable generated by Launch4j.

If you don't trust our executable, or you're in different platforms, you can use the executable JAR iSkipper.executable.Ver.1.0.0.jar. But you'll need a full JDK 11 for it, since after Java 9 there is no separate JRE anymore. After installation of JDK 11, you can run this software by the command line javaw -jar iSkipper.executable.Ver.1.0.0.jar