From 92509c5344bba7facc7aac3be9e2301ffc24090d Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 27 Nov 2024 22:21:34 +0000 Subject: [PATCH 1/5] changelog 7.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e40ad71..dceee104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +7.2.0 (December 2024) +--------------------- + +- "Interactive" Inset panels ([#549](https://github.com/ome/omero-figure/pull/549)) +- Use timeIncrement for Time if no plane-info metadata (Thanks to Jens Wendt) ([#589](https://github.com/ome/omero-figure/pull/589)) +- Add Hilo Checkbox for LUT Toggling (Thanks to Tehmina Enayat) ([#583](https://github.com/ome/omero-figure/pull/583)) +- Support for 'Points' in ROI functionality ([#555](https://github.com/ome/omero-figure/pull/555)) +- Add link from Images to Figure in the form of Key-Value pairs (Thanks to Rémy Dornier) ([#584](https://github.com/ome/omero-figure/pull/584)) +- Support for ROI Fill Colour (Thanks to Rémy Dornier) ([#577](https://github.com/ome/omero-figure/pull/577)) +- Panel Borders (Thanks to Rémy Dornier) ([#578](https://github.com/ome/omero-figure/pull/578)) + + 7.1.0 (September 2024) ---------------------- From c0e197bdb6ccbec4030dec0ccf332ab2bf12243a Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 28 Nov 2024 20:39:35 +0000 Subject: [PATCH 2/5] Add remaining PRs to changelog 7.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dceee104..cc95a8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ - Add link from Images to Figure in the form of Key-Value pairs (Thanks to Rémy Dornier) ([#584](https://github.com/ome/omero-figure/pull/584)) - Support for ROI Fill Colour (Thanks to Rémy Dornier) ([#577](https://github.com/ome/omero-figure/pull/577)) - Panel Borders (Thanks to Rémy Dornier) ([#578](https://github.com/ome/omero-figure/pull/578)) +- Horizontal and Vertical image flipping (Thanks to Tehmina Enayat) ([#591](https://github.com/ome/omero-figure/pull/591)) +- Dynamic loading of Look-up Tables (Thanks to Tom Boissonnet) ([#596](https://github.com/ome/omero-figure/pull/596)) +- Rotate image panels by 90° (Thanks to Rémy Dornier) ([#595](https://github.com/ome/omero-figure/pull/595)) +- File Open filtering by Group & Owner improvements ([#592](https://github.com/ome/omero-figure/pull/592)) + +Fixes: +- Fix issues with drag sorting of labels (Thanks to Tom Boissonnet) ([#599](https://github.com/ome/omero-figure/pull/599)) +- Timestamp loading handles missing planes (Thanks to Tom Boissonnet) ([#598](https://github.com/ome/omero-figure/pull/598)) +- Fix Zool label formatting in PDF export (Thanks to Rémy Dornier) ([#597](https://github.com/ome/omero-figure/pull/597)) 7.1.0 (September 2024) From 2b1310cf7515791bd2a6b8739d386f8e6d7831f8 Mon Sep 17 00:00:00 2001 From: Will Moore Date: Thu, 12 Dec 2024 11:10:07 +0000 Subject: [PATCH 3/5] Update CHANGELOG.md Co-authored-by: jean-marie burel --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc95a8b9..b2967e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Horizontal and Vertical image flipping (Thanks to Tehmina Enayat) ([#591](https://github.com/ome/omero-figure/pull/591)) - Dynamic loading of Look-up Tables (Thanks to Tom Boissonnet) ([#596](https://github.com/ome/omero-figure/pull/596)) - Rotate image panels by 90° (Thanks to Rémy Dornier) ([#595](https://github.com/ome/omero-figure/pull/595)) -- File Open filtering by Group & Owner improvements ([#592](https://github.com/ome/omero-figure/pull/592)) +- File Open filtering by Group and Owner improvements ([#592](https://github.com/ome/omero-figure/pull/592)) Fixes: - Fix issues with drag sorting of labels (Thanks to Tom Boissonnet) ([#599](https://github.com/ome/omero-figure/pull/599)) From c9ebbaa201c0fbf4acf4c137ea8c41ceb353fc11 Mon Sep 17 00:00:00 2001 From: Will Moore Date: Thu, 12 Dec 2024 11:10:15 +0000 Subject: [PATCH 4/5] Update CHANGELOG.md Co-authored-by: jean-marie burel --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2967e1b..74e1db1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Fixes: - Fix issues with drag sorting of labels (Thanks to Tom Boissonnet) ([#599](https://github.com/ome/omero-figure/pull/599)) - Timestamp loading handles missing planes (Thanks to Tom Boissonnet) ([#598](https://github.com/ome/omero-figure/pull/598)) -- Fix Zool label formatting in PDF export (Thanks to Rémy Dornier) ([#597](https://github.com/ome/omero-figure/pull/597)) +- Fix Zoom label formatting in PDF export (Thanks to Rémy Dornier) ([#597](https://github.com/ome/omero-figure/pull/597)) 7.1.0 (September 2024) From d50055126e84c1d8f0a89fed314dec452f9f87cc Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 12 Dec 2024 14:28:28 +0000 Subject: [PATCH 5/5] Add #603 into changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e1db1e..098e8b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 7.2.0 (December 2024) --------------------- -- "Interactive" Inset panels ([#549](https://github.com/ome/omero-figure/pull/549)) +- "Interactive" Inset panels ([#549](https://github.com/ome/omero-figure/pull/549) and [#603](https://github.com/ome/omero-figure/pull/603)) - Use timeIncrement for Time if no plane-info metadata (Thanks to Jens Wendt) ([#589](https://github.com/ome/omero-figure/pull/589)) - Add Hilo Checkbox for LUT Toggling (Thanks to Tehmina Enayat) ([#583](https://github.com/ome/omero-figure/pull/583)) - Support for 'Points' in ROI functionality ([#555](https://github.com/ome/omero-figure/pull/555))