Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #590

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
5.28.0 (November 2024)
----------------------

## Features

- Dynamically generate LUTs [#581](https://github.com/ome/omero-web/pull/581)
- Allow users to click group name to quick-switch to that group [#583](https://github.com/ome/omero-web/pull/583)

## Bug fixes

- Correctly handle empty query results [#580](https://github.com/ome/omero-web/pull/580)
- Fix infinite loop when downloading table [#594](https://github.com/ome/omero-web/pull/594)

## Other changes

- Remove deprecated Python 2 compatibility import [#589](https://github.com/ome/omero-web/pull/589)
- Add Python 3.12 support [#592](https://github.com/ome/omero-web/pull/592)

5.27.2 (September 2024)
-----------------------

Expand Down
Loading