From 60ecfeb245a2c9b9719697724e6fdd9bbb3b6157 Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:16:25 +0100 Subject: [PATCH] Update Release_Notes.md --- docs/Release_Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release_Notes.md b/docs/Release_Notes.md index 78c482d..b3a2200 100644 --- a/docs/Release_Notes.md +++ b/docs/Release_Notes.md @@ -14,6 +14,7 @@ Main contributors: [Jaap van Ekris](https://github.com/JaapvanEkris) and [Abasz] ### Bugfixes and robustness improvements in 0.9.0 +- Added support for the newest version of Raspberry Pi OS (Bookworm), moved from Node.js v16 (EOL) to Node.js v20 (current) and upgraded packages where possible. - Added a configuration sanity check which logs obvious errors and (if possible) repairs settings, after several users messed up their config and got completely stuck. - The configuration sanity check also provides an automated upgrade path for 0.8.2 (old config) users to 0.9.0 (new config), as all the newly added configuration items between these two versions are automatically detected, logged and repaired. - Added restart limits to prevent infinite boot loops of the app crashing and rebooting when there is a config error