diff --git a/CHANGELOG.md b/CHANGELOG.md index 847d3ad..08747ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## v0.4.0 (in progress) +## v0.4.0 - Use Java and JavaFX 21 -- Improved `InputDisplay` javadocs, new property to reverse scrolling +- Improved `InputDisplay` javadocs, new property to reverse scrolling (https://github.com/qupath/qupath-fxtras/pull/70) +- More control over adding close shortcuts to windows/dialogs (https://github.com/qupath/qupath-fxtras/pull/71) ## v0.3.0 - Improve `InputDisplay` https://github.com/qupath/qupath-fxtras/pull/63, https://github.com/qupath/qupath-fxtras/pull/64, https://github.com/qupath/qupath-fxtras/pull/65, https://github.com/qupath/qupath-fxtras/pull/66 diff --git a/build.gradle.kts b/build.gradle.kts index 733443e..b80c441 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { base { group = "io.github.qupath" - version = "0.4.0-SNAPSHOT" + version = "0.4.0" description = "Extra classes built on JavaFX that are used to help create the QuPath user interface. " + "These don't depend on other QuPath modules, so can be reused elsewhere." }