What's Changed
- 91: made build work with Java 23 (this is also the minimum requirement) and Gradle 8 by @subwiz in #92
- Most dependencies updated to their latest versions.
- Cookie version is no longer supported as v0 is already deprecated.
- L&F modernized and UI renders better in high resolution screens.
- Mac native builds are no longer delivered as part of the release. Recommended downloads are the
.zip
distributions, whosebin/
directory can be placed in your$PATH
; or the uber-Jar version that can be run from command line usingjava -jar
command.
Full Changelog: 3.7.1...v4.0.0