diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3b37d49..f970bf78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.25.0] - 2024-10-24 + +### Added + +- Make it easier to use the new HTMx-based frontend, with docs. The new + frontend cannot be run simultaneously with the REACT SPA frontend as some + settings conflict. + + ## [1.24.0] - 2024-10-22 diff --git a/NOTES.md b/NOTES.md index 370471bf6..6a1a39014 100644 --- a/NOTES.md +++ b/NOTES.md @@ -3,6 +3,14 @@ This file documents changes to Argus that are relevant for operations and end-users. +## [1.25.0] - 2024-10-24 + +There's a new library `argus.htmx` that exists to make it easier to develop the +new frontend. The new frontend cannot be run simultaneously with the REACT SPA +frontend as some settings conflict. + +See the new docs in `docs/reference/htmx-frontend.rst` for details. + ## [1.24.0] - 2024-10-22 ### Deployment changes! diff --git a/changelog.d/+frontend-switch.added.md b/changelog.d/+frontend-switch.added.md deleted file mode 100644 index b58c63f18..000000000 --- a/changelog.d/+frontend-switch.added.md +++ /dev/null @@ -1,3 +0,0 @@ -Make it easier to use the new HTMx-based frontend, with docs. The new frontend -cannot be run simultaneosuly with the REACT SPA frontend as some settings -conflict.