From 94df327b4541e50cde34a0e51eb3061ae148eff7 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Tue, 2 May 2023 18:23:01 +0200 Subject: [PATCH] Release 23.05.1 --- CHANGELOG.released.md | 7 +++++++ CHANGELOG.unreleased.md | 4 +--- MIGRATIONS.released.md | 6 ++++++ MIGRATIONS.unreleased.md | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.released.md b/CHANGELOG.released.md index 3096a1b6a0c..887433d5922 100644 --- a/CHANGELOG.released.md +++ b/CHANGELOG.released.md @@ -7,6 +7,13 @@ 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). +## [23.05.1](https://github.com/scalableminds/webknossos/releases/tag/23.05.1) - 2023-05-02 +[Commits](https://github.com/scalableminds/webknossos/compare/23.05.0...23.05.1) + +### Fixed +- Fixed rendering issues on some affected systems that led to "black holes". [#7018](https://github.com/scalableminds/webknossos/pull/7018) +- Added a workaround for a WebGL crash which could appear when a dataset contained many segmentation layers. [#6995](https://github.com/scalableminds/webknossos/pull/6995) + ## [23.05.0](https://github.com/scalableminds/webknossos/releases/tag/23.05.0) - 2023-04-25 [Commits](https://github.com/scalableminds/webknossos/compare/23.04.2...23.05.0) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index adce36897a7..d95260a4b42 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,15 +8,13 @@ and this project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MIC For upgrade instructions, please check the [migration guide](MIGRATIONS.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/23.05.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/23.05.1...HEAD) ### Added ### Changed ### Fixed -- Fixed rendering issues on some affected systems that led to "black holes". [#7018](https://github.com/scalableminds/webknossos/pull/7018) -- Added a workaround for a WebGL crash which could appear when a dataset contained many segmentation layers. [#6995](https://github.com/scalableminds/webknossos/pull/6995) ### Removed diff --git a/MIGRATIONS.released.md b/MIGRATIONS.released.md index bcbc8501161..96f7d076318 100644 --- a/MIGRATIONS.released.md +++ b/MIGRATIONS.released.md @@ -6,6 +6,12 @@ See `MIGRATIONS.unreleased.md` for the changes which are not yet part of an offi This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). +## [23.05.1](https://github.com/scalableminds/webknossos/releases/tag/23.05.1) - 2023-05-02 +[Commits](https://github.com/scalableminds/webknossos/compare/23.05.0...23.05.1) + +### Postgres Evolutions: +None. + ## [23.05.0](https://github.com/scalableminds/webknossos/releases/tag/23.05.0) - 2023-04-25 [Commits](https://github.com/scalableminds/webknossos/compare/23.04.2...23.05.0) - The config key features.isDemoInstance was renamed to features.isWkorgInstance (only needs to be adapted for the main wkorg instance). [#6941](https://github.com/scalableminds/webknossos/pull/6941/files) diff --git a/MIGRATIONS.unreleased.md b/MIGRATIONS.unreleased.md index 14f98b35c6b..09bc79978af 100644 --- a/MIGRATIONS.unreleased.md +++ b/MIGRATIONS.unreleased.md @@ -6,6 +6,6 @@ This project adheres to [Calendar Versioning](http://calver.org/) `0Y.0M.MICRO`. User-facing changes are documented in the [changelog](CHANGELOG.released.md). ## Unreleased -[Commits](https://github.com/scalableminds/webknossos/compare/23.05.0...HEAD) +[Commits](https://github.com/scalableminds/webknossos/compare/23.05.1...HEAD) ### Postgres Evolutions: