From bb64d99b36330d880a1cd8633ed40d1a9add37c3 Mon Sep 17 00:00:00 2001 From: Nikolay Akhmetov Date: Thu, 6 Feb 2025 14:53:24 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG-cellpop-fixes.md | 3 --- CHANGELOG-update-vitessce.md | 1 - CHANGELOG-workspace-title-fixes.md | 1 - context/app/markdown/CHANGELOG.md | 10 ++++++++++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 CHANGELOG-cellpop-fixes.md delete mode 100644 CHANGELOG-update-vitessce.md delete mode 100644 CHANGELOG-workspace-title-fixes.md diff --git a/CHANGELOG-cellpop-fixes.md b/CHANGELOG-cellpop-fixes.md deleted file mode 100644 index 0fc4719d3c..0000000000 --- a/CHANGELOG-cellpop-fixes.md +++ /dev/null @@ -1,3 +0,0 @@ -- Fix cell population plot controls drawer positioning and scroll issues. -- Fix cell oppulation plot controls drawer not appearing when visualization is expanded. -- Improve position of metadata value bars in cell population plot. diff --git a/CHANGELOG-update-vitessce.md b/CHANGELOG-update-vitessce.md deleted file mode 100644 index 39c684592a..0000000000 --- a/CHANGELOG-update-vitessce.md +++ /dev/null @@ -1 +0,0 @@ -- Updated Vitessce to fix the infinite loops happening for EPIC segmentation mask. \ No newline at end of file diff --git a/CHANGELOG-workspace-title-fixes.md b/CHANGELOG-workspace-title-fixes.md deleted file mode 100644 index 7fb0cb84ee..0000000000 --- a/CHANGELOG-workspace-title-fixes.md +++ /dev/null @@ -1 +0,0 @@ -- Fix bug causing workspace title field in new workspace dialog to be cleared. \ No newline at end of file diff --git a/context/app/markdown/CHANGELOG.md b/context/app/markdown/CHANGELOG.md index 0b5ebc8bf5..9628310468 100644 --- a/context/app/markdown/CHANGELOG.md +++ b/context/app/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.20.1 - 2025-02-06 + +- Fix cell population plot controls drawer positioning and scroll issues. +- Fix cell oppulation plot controls drawer not appearing when visualization is expanded. +- Improve position of metadata value bars in cell population plot. +- Updated Vitessce to fix the infinite loops happening for EPIC segmentation mask. +- Fix bug causing workspace title field in new workspace dialog to be cleared. + + + ## v1.20.0 - 2025-02-05 - Fix overlap between expanded rows and violins when there are few datasets in cellpop visualization.