docs: reorganize changelog - move auto-populate to 26.1.0, update section order

This commit is contained in:
Micha
2026-01-03 16:27:58 +01:00
parent 846983649a
commit 670c8fe83b

View File

@@ -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.