From 1c3ee824e06aa70fce09254dc90e1396a4314697 Mon Sep 17 00:00:00 2001 From: Andreas Knab Date: Tue, 12 Dec 2023 15:33:57 +0100 Subject: [PATCH 1/2] Add 5.24.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175d17f907..4adca61090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +5.24.0 (December 2023) +---------------------- + +## Features + +- Add support for selecting fileset via URL [#514](https://github.com/ome/omero-web/pull/514) +- Support inherited annotations [#508](https://github.com/ome/omero-web/pull/508) + +## Bug fixes + +- Disable account form to prevent server errors in sudo mode [#516](https://github.com/ome/omero-web/pull/516) +- Avoid breakage from large numbers of file annotations [#519](https://github.com/ome/omero-web/pull/519) + +## Other changes + +- Allow plugins to use settings utilities [#513](https://github.com/ome/omero-web/pull/513) +- Manage Python versions [#509](https://github.com/ome/omero-web/pull/509), [#512](https://github.com/ome/omero-web/pull/512) + 5.23.0 (October 2023) --------------------- From 6fab1b761af6c60e8927aeb6989b22f00934c806 Mon Sep 17 00:00:00 2001 From: Andreas Knab Date: Tue, 19 Dec 2023 13:58:09 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4adca61090..5621ff70e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Disable account form to prevent server errors in sudo mode [#516](https://github.com/ome/omero-web/pull/516) - Avoid breakage from large numbers of file annotations [#519](https://github.com/ome/omero-web/pull/519) +- Fix annotation count acquisition [#518](https://github.com/ome/omero-web/pull/518) ## Other changes