From 4dd3e714d87a75f1735cc9ebb2c567bde6e131d7 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 15 Dec 2023 17:41:31 +0000 Subject: [PATCH 01/11] bump org.openmicroscopy:omero-gateway to 5.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b06b63a7..83442afbd 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation("org.jfree:jfreechart:1.0.19") implementation("org.swinglabs:swingx:1.6.1") - implementation("org.openmicroscopy:omero-gateway:5.8.2") { + implementation("org.openmicroscopy:omero-gateway:5.9.0") { // Conflicts with `net.java.dev.jna` exclude group: "com.sun.jna", module: "jna" } From 388d3b26ef756812f3eec6aff4d21a25a60bc898 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 15 Dec 2023 17:43:36 +0000 Subject: [PATCH 02/11] bump ch.qos.logback:logback-classic and logback-core to 1.3.14 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 83442afbd..b1bc96570 100644 --- a/build.gradle +++ b/build.gradle @@ -47,8 +47,8 @@ dependencies { // Conflicts with `net.java.dev.jna` exclude group: "com.sun.jna", module: "jna" } - implementation("ch.qos.logback:logback-classic:1.3.5") - implementation("ch.qos.logback:logback-core:1.3.5") + implementation("ch.qos.logback:logback-classic:1.3.14") + implementation("ch.qos.logback:logback-core:1.3.14") } test { From a7243f05bab266154251657f538bc9f72a21fc74 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 15 Dec 2023 17:52:05 +0000 Subject: [PATCH 03/11] add entry for 5.8.4 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af44dc7d..9725aeb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +5.8.4 (December 2023) +--------------------- + +- BugFix: Add break[#413](https://github.com/ome/omero-insight/pull/413) +- BugFix: Adjust shift logic [#404](https://github.com/ome/omero-insight/pull/404) +- BugFix: Set the font [#407](https://github.com/ome/omero-insight/pull/407) +- BugFix: Add missing return [#408](https://github.com/ome/omero-insight/pull/408) +- BugFix: Use super to remove the key from the HashMap [#402](https://github.com/ome/omero-insight/pull/402) +- Update: Use Gateway method for downloading image [#409](https://github.com/ome/omero-insight/pull/409) +- Bump omero-gateway-java to 5.9.0 [#396](https://github.com/ome/omero-insight/pull/396) +- Bump logback-classic to 1.3.14 [#396](https://github.com/ome/omero-insight/pull/396) +- Bump logback-core to 1.3.14 [#396](https://github.com/ome/omero-insight/pull/396) + 5.8.3 (September 2023) ---------------------- From ff00bf44a5a0e7c1f26b3efa9b940730d4d00903 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 15 Dec 2023 17:53:11 +0000 Subject: [PATCH 04/11] fix PR number --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9725aeb08..4f87942ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ - BugFix: Add missing return [#408](https://github.com/ome/omero-insight/pull/408) - BugFix: Use super to remove the key from the HashMap [#402](https://github.com/ome/omero-insight/pull/402) - Update: Use Gateway method for downloading image [#409](https://github.com/ome/omero-insight/pull/409) -- Bump omero-gateway-java to 5.9.0 [#396](https://github.com/ome/omero-insight/pull/396) -- Bump logback-classic to 1.3.14 [#396](https://github.com/ome/omero-insight/pull/396) -- Bump logback-core to 1.3.14 [#396](https://github.com/ome/omero-insight/pull/396) +- Bump omero-gateway-java to 5.9.0 [#416](https://github.com/ome/omero-insight/pull/416) +- Bump logback-classic to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416) +- Bump logback-core to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416) 5.8.3 (September 2023) ---------------------- From 10db8497f8711f82ffc61f2eac86e6b1c0c9e862 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 18 Dec 2023 19:48:24 +0000 Subject: [PATCH 05/11] add entry for posix issue --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f87942ba..057f975b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ 5.8.4 (December 2023) --------------------- -- BugFix: Add break[#413](https://github.com/ome/omero-insight/pull/413) +- BugFix: Fix posix issue [#418](https://github.com/ome/omero-insight/pull/418) +- BugFix: Add break [#413](https://github.com/ome/omero-insight/pull/413) - BugFix: Adjust shift logic [#404](https://github.com/ome/omero-insight/pull/404) - BugFix: Set the font [#407](https://github.com/ome/omero-insight/pull/407) - BugFix: Add missing return [#408](https://github.com/ome/omero-insight/pull/408) From b5eff0a2dfd94d79d821ecf9348168191eaed4a6 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 3 Jan 2024 09:28:55 +0000 Subject: [PATCH 06/11] change month and year --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057f975b7..7ed002131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -5.8.4 (December 2023) ---------------------- +5.8.4 (January 2024) +-------------------- - BugFix: Fix posix issue [#418](https://github.com/ome/omero-insight/pull/418) - BugFix: Add break [#413](https://github.com/ome/omero-insight/pull/413) From eb813764c4f20bfc2cfc8ab22c027298ef628549 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 3 Jan 2024 10:05:00 +0000 Subject: [PATCH 07/11] add new bug fixes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed002131..b4b269aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 5.8.4 (January 2024) -------------------- +- BugFix: Logical AND needed [#419](https://github.com/ome/omero-insight/pull/419) +- BugFix: Add missing break statement [#419](https://github.com/ome/omero-insight/pull/419) +- BugFix: Fix comparaison of objects via equals [#419](https://github.com/ome/omero-insight/pull/419) - BugFix: Fix posix issue [#418](https://github.com/ome/omero-insight/pull/418) - BugFix: Add break [#413](https://github.com/ome/omero-insight/pull/413) - BugFix: Adjust shift logic [#404](https://github.com/ome/omero-insight/pull/404) From 6eb6c8e23bccca84c9580ee1dcf1ac152c6ef5ca Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 9 May 2024 11:01:25 +0100 Subject: [PATCH 08/11] bump org.openmicroscopy:omero-gateway to 5.9.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1bc96570..800093caa 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation("org.jfree:jfreechart:1.0.19") implementation("org.swinglabs:swingx:1.6.1") - implementation("org.openmicroscopy:omero-gateway:5.9.0") { + implementation("org.openmicroscopy:omero-gateway:5.9.1") { // Conflicts with `net.java.dev.jna` exclude group: "com.sun.jna", module: "jna" } From e5a03051a6548837b20ca0cf978a9bc08a01cd0e Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 9 May 2024 11:04:09 +0100 Subject: [PATCH 09/11] add entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b269aa1..125aaa047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 5.8.4 (January 2024) -------------------- +- BugFix: use correct type in equals [#422](https://github.com/ome/omero-insight/pull/422) - BugFix: Logical AND needed [#419](https://github.com/ome/omero-insight/pull/419) - BugFix: Add missing break statement [#419](https://github.com/ome/omero-insight/pull/419) - BugFix: Fix comparaison of objects via equals [#419](https://github.com/ome/omero-insight/pull/419) @@ -11,7 +12,7 @@ - BugFix: Add missing return [#408](https://github.com/ome/omero-insight/pull/408) - BugFix: Use super to remove the key from the HashMap [#402](https://github.com/ome/omero-insight/pull/402) - Update: Use Gateway method for downloading image [#409](https://github.com/ome/omero-insight/pull/409) -- Bump omero-gateway-java to 5.9.0 [#416](https://github.com/ome/omero-insight/pull/416) +- Bump omero-gateway-java to 5.9.1 [#416](https://github.com/ome/omero-insight/pull/416) - Bump logback-classic to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416) - Bump logback-core to 1.3.14 [#416](https://github.com/ome/omero-insight/pull/416) From b9ecaaff3c0432e5b99851dd8a4d7abff162c3a5 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 9 May 2024 11:54:48 +0100 Subject: [PATCH 10/11] add new PR --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 125aaa047..7d4a4ca0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ 5.8.4 (January 2024) -------------------- -- BugFix: use correct type in equals [#422](https://github.com/ome/omero-insight/pull/422) +- BugFix: Handle out of space [#427](https://github.com/ome/omero-insight/pull/427) +- BugFix: Use correct type in equals [#422](https://github.com/ome/omero-insight/pull/422) - BugFix: Logical AND needed [#419](https://github.com/ome/omero-insight/pull/419) - BugFix: Add missing break statement [#419](https://github.com/ome/omero-insight/pull/419) - BugFix: Fix comparaison of objects via equals [#419](https://github.com/ome/omero-insight/pull/419) From d07c79740e4afbf409fe8fa737e5a527995d8b0a Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 13 May 2024 12:52:03 +0100 Subject: [PATCH 11/11] change january to may --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4a4ca0c..43d83f03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -5.8.4 (January 2024) --------------------- +5.8.4 (MAy 2024) +---------------- - BugFix: Handle out of space [#427](https://github.com/ome/omero-insight/pull/427) - BugFix: Use correct type in equals [#422](https://github.com/ome/omero-insight/pull/422)