From 7b9d44fe22b10462c713617f522b9e3d69ae3724 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 2 Aug 2025 11:07:11 +0200 Subject: [PATCH] chore: added changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd618492..43f55526f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.4.0 + +### Notable enhancements and fixes +- Added home button to the pad panel. To show it in your current instance, please copy the updated "toolbar" settings from the `settings.json.template` file to your `settings.json` file. +- Added more current design for the default collibri theme. +- Added handling of recent visited pads in the collibri theme. You can now access the most recent three pads you visited in the pad panel. +- Disable stats endpoints if enableMetrics is set to false. This allows you to disable the metrics endpoints if you don't want to use them. +- Use Node LTS instead of always latest Node version. + + # 2.3.2 ### Notable enhancements and fixes