Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down
Loading