From 83dcc93ca021d32daa816532df353fa3d74ca638 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Tue, 14 Nov 2023 18:42:46 +0100 Subject: [PATCH] chore: add changelogs --- CHANGELOG.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1cefdff96..0fb0d3474d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,40 @@ .. _changelog: +0.43.1 +------ + +Renku ``0.43.1`` is a bugfix release that addresses a few bugs in the UI. + +User-Facing Changes +~~~~~~~~~~~~~~~~~~~ + +**🐞 Bug Fixes** + +- 🔽 **UI**: Prevent showing wrong options on the Session dropdown menu when the project + namespace includes uppercase letters + (`#2874 `_). +- 🔲 **UI**: Restore the switch between creating and importing a dataset, and restyle the + buttons + (`#2857 `_). +- 🔨 **UI**: Address visual glitches on many pages + (`#2883 `_). +- 🧑‍🤝‍🧑 **UI**: Prevent occasionally duplicating last visited projects on the Dashboard + (`#2892 `_). + +Internal Changes +~~~~~~~~~~~~~~~~ + +**Bug Fixes** + +- **UI**: Correctly handle Statuspage down + (`#2871 `_). + +Individual components +~~~~~~~~~~~~~~~~~~~~~~ + +- `renku-ui 3.15.1 `_ + + 0.43.0 ------