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

Production Release v0.8

Latest
Compare
Choose a tag to compare
@yamgent yamgent released this 24 Aug 00:45
· 124 commits to master since this release

Breaking Changes

  • Dropped support for Java 8 (#837)
    • You must now use at least Java 9 and above. Please upgrade to Java 9 if you wish to use v0.8.
  • Changed the bottom-right browser to show a dummy page instead of a Google search page (#793)
    • Sending too much query to Google search causes CAPTCHA to be shown. In order to prevent the users getting blocked mistakenly by Google, a dummy page is now shown instead.

Fixes

  • Fixed users being able to open multiple help windows (#850)
  • Changed the behaviour of the close button of the main window to fully end the application (#832)
    • To reduce the number of clicks you need to make in order to exit the application, closing the main window now closes all open windows (e.g. the help window), and properly ends the application.

UI Changes

  • Changed the background color of the empty person list, in order for it to fit in with the theme of the application (#791)

Development Changelog

  • Numerous improvements to code and documentation have been made since v0.7