From 670c8fe83bf3a7b44189c4c3d806342f4bda86ff Mon Sep 17 00:00:00 2001 From: Micha Date: Sat, 3 Jan 2026 16:27:58 +0100 Subject: [PATCH] docs: reorganize changelog - move auto-populate to 26.1.0, update section order --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40eb56..97a7444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## Unreleased ## 26.1.0 (2025-01-03) +- Auto-populate release description from CHANGELOG when publishing to Gitea. + +## Unreleased ### Fixed - Fixed excessive refresh timer resets by properly cancelling previous subscriptions and validating value changes before recreating timers. @@ -15,7 +17,6 @@ - Ping status changes now trigger notifications (Server Online/Offline). - Service status monitoring tracks individual services (DNS, FTP, SSH, HTTP, HTTPS, etc.) and alerts when they go offline or come back online. - Notification permissions are requested automatically when the app launches. -- Auto-populate release description from CHANGELOG when publishing to Gitea. ### Previous Changes - Flattened the project structure so sources live at the repository root instead of the nested `iKeyMon/` folder and updated the Xcode project accordingly.