From ca31fe7838f1616b5811c9a311dbd4368839b197 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Thu, 15 Feb 2024 11:54:22 +0100 Subject: [PATCH] Release 24.02.1 (#7630) * Dashboard annotation list: skip deleted annotations (#7628) * Dashboard annotation list: skip deleted annotations * num in changelog * Release 24.02.1 --------- Co-authored-by: Florian M --- CHANGELOG.released.md | 6 ++++++ CHANGELOG.unreleased.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 1dba6061ef0..740bb59d023 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). +## [24.02.1](https://github.com/scalableminds/webknossos/releases/tag/24.02.1) - 2024-02-15 +[Commits](https://github.com/scalableminds/webknossos/compare/24.02.0...24.02.1) + +### Fixed +- Fixed a bug where the annotation list in the dashboard would attempt to display deleted annotations, and then fail. [#7628](https://github.com/scalableminds/webknossos/pull/7628) + ## [24.02.0](https://github.com/scalableminds/webknossos/releases/tag/24.02.0) - 2024-01-26 [Commits](https://github.com/scalableminds/webknossos/compare/23.12.0...24.02.0) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index cea890c1e67..3e75e747f89 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -34,7 +34,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released - Fixed small styling errors as a follow up to the antd v5 upgrade [#7612](https://github.com/scalableminds/webknossos/pull/7612) - Fixed deprecation warnings caused by Antd components. [#7610](https://github.com/scalableminds/webknossos/pull/7610) - Fixed small styling error with a welcome notification for new users on webknossos.org. [7623](https://github.com/scalableminds/webknossos/pull/7623) -- Fixed a bug where the annotation list in the dashboard would attempt to display deleted annotations, and then fail. [#7628](https://github.com/scalableminds/webknossos/pull/7628) ### Removed