Skip to content

VersionChecker 1.2.0

Latest
Compare
Choose a tag to compare
@rusthero rusthero released this 22 Feb 08:59
· 4 commits to main since this release
6565848

Release Notes

  • The VersionChecker interface defines methods for retrieving the latest version, checking if a version is the latest, and checking for outdated versions with a callback function.
  • Added support for asynchronous execution of version checks through the new UpdateTracker class.
  • The UpdateTracker class implements the Runnable interface and provides a more flexible way of using the VersionChecker.
  • The UpdateTracker class takes in a Version object to check against and a VersionChecker implementation, as well as optional Consumer objects to handle outdated version and exception cases.
  • By running the UpdateTracker object asynchronously using a Thread or Executor, developers can now perform version checks without blocking the main application thread.
  • This release does not include any bug fixes or changes to existing functionality.