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.