From 47a16666721ed090400283db94f5156a83999f8f Mon Sep 17 00:00:00 2001 From: hokiepokedad2 <38219945+hokiepokedad2@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:03:28 +0000 Subject: [PATCH] docs: cut changelog for v2.17.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c747cd8..db2ce8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.17.1] - 2026-08-21 + ### Changed - **A switched-off alarm type disappears completely.** For most of this release's development it stayed half-present -- reachable, listing what you already had, refusing to create more -- so that nobody was left holding rules they could not remove. In practice that put a locked, empty page in front of every user of an instance that never enabled the type, to serve the few who had one. Disabling a type now removes it: the sidebar item, the dashboard card, the page and every endpoint for it. Rules already stored are not deleted -- they cannot fire while the type is off, and they come back exactly as they were if you switch it on again. @@ -989,7 +991,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rate limiting (per-IP) on auth endpoints - Docker deployment with Watchtower auto-updates -[Unreleased]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.17.0...HEAD +[Unreleased]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.17.1...HEAD +[2.17.1]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.17.0...v2.17.1 [2.17.0]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.16.0...v2.17.0 [2.16.0]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.15.3...v2.16.0 [2.15.3]: https://github.com/PGAN-Dev/PoracleWeb.NET/compare/v2.15.2...v2.15.3