File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ 5.8.4 (MAy 2024)
2
+ ----------------
3
+
4
+ - BugFix: Handle out of space [ #427 ] ( https://github.com/ome/omero-insight/pull/427 )
5
+ - BugFix: Use correct type in equals [ #422 ] ( https://github.com/ome/omero-insight/pull/422 )
6
+ - BugFix: Logical AND needed [ #419 ] ( https://github.com/ome/omero-insight/pull/419 )
7
+ - BugFix: Add missing break statement [ #419 ] ( https://github.com/ome/omero-insight/pull/419 )
8
+ - BugFix: Fix comparaison of objects via equals [ #419 ] ( https://github.com/ome/omero-insight/pull/419 )
9
+ - BugFix: Fix posix issue [ #418 ] ( https://github.com/ome/omero-insight/pull/418 )
10
+ - BugFix: Add break [ #413 ] ( https://github.com/ome/omero-insight/pull/413 )
11
+ - BugFix: Adjust shift logic [ #404 ] ( https://github.com/ome/omero-insight/pull/404 )
12
+ - BugFix: Set the font [ #407 ] ( https://github.com/ome/omero-insight/pull/407 )
13
+ - BugFix: Add missing return [ #408 ] ( https://github.com/ome/omero-insight/pull/408 )
14
+ - BugFix: Use super to remove the key from the HashMap [ #402 ] ( https://github.com/ome/omero-insight/pull/402 )
15
+ - Update: Use Gateway method for downloading image [ #409 ] ( https://github.com/ome/omero-insight/pull/409 )
16
+ - Bump omero-gateway-java to 5.9.1 [ #416 ] ( https://github.com/ome/omero-insight/pull/416 )
17
+ - Bump logback-classic to 1.3.14 [ #416 ] ( https://github.com/ome/omero-insight/pull/416 )
18
+ - Bump logback-core to 1.3.14 [ #416 ] ( https://github.com/ome/omero-insight/pull/416 )
19
+
1
20
5.8.3 (September 2023)
2
21
----------------------
3
22
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ dependencies {
43
43
implementation(" org.jfree:jfreechart:1.0.19" )
44
44
implementation(" org.swinglabs:swingx:1.6.1" )
45
45
46
- implementation(" org.openmicroscopy:omero-gateway:5.8.2 " ) {
46
+ implementation(" org.openmicroscopy:omero-gateway:5.9.1 " ) {
47
47
// Conflicts with `net.java.dev.jna`
48
48
exclude group : " com.sun.jna" , module : " jna"
49
49
}
50
- implementation(" ch.qos.logback:logback-classic:1.3.5 " )
51
- implementation(" ch.qos.logback:logback-core:1.3.5 " )
50
+ implementation(" ch.qos.logback:logback-classic:1.3.14 " )
51
+ implementation(" ch.qos.logback:logback-core:1.3.14 " )
52
52
}
53
53
54
54
test {
You can’t perform that action at this time.
0 commit comments