Skip to content

Commit

Permalink
Update qupath-fxtras
Browse files Browse the repository at this point in the history
Fixes #1441
  • Loading branch information
petebankhead committed Mar 2, 2024
1 parent e69f5b0 commit 1cb32a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ This is a *minor release* that aims to be fully compatible with v0.5.0, while fi
* `convert-ome` always returns 0 even if it fails (https://github.com/qupath/qupath/issues/1451)
* Grid views don't show objects by default if no measurements are available (https://github.com/qupath/qupath/issues/1472)
* Reducing the number of open viewers can break QuPath & require it to be restarted (https://github.com/qupath/qupath/issues/1469)
* Exception when opening script if the last directory isn't available (https://github.com/qupath/qupath/issues/1441)

### Enhancement
* Add keyboard shortcuts to tooltips (https://github.com/qupath/qupath/issues/1450)

### Dependency update
* qupath-fxtras 0.1.4


## Version 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ logviewer = "0.1.1"
openslide = "4.0.0"

picocli = "4.7.5"
qupath-fxtras = "0.1.3"
qupath-fxtras = "0.1.4"

richtextfx = "0.11.2"

Expand Down

0 comments on commit 1cb32a8

Please sign in to comment.