Added
- There's a new how to for customzing templates.
- Added MAINTAINING.rst so that maintenance tasks do not reside in only
a single head.
Changed
- The commit messages howto has been updated.
- Move the websockets stuff into the argus.spa directory and turn
argus.spa
into an app instead ofargus.ws
. This will make it easier to remove spa
support.
HTMx app
Added
- Implemented functionality that allows users to create new incident filters,
and to select from existing ones via HTMX UI.
(#1045) - Add incident update interval as a preference
(#1174) - Add
HTMX_PATH
andHYPERSCRIPT_PATH
setting
(#1183)
Changed
- Update only the related media list when updating a destination.
(#1136) - Visiting the root page will now lead to be redirected to the
/incidents/-page, triggering a login if necessary. - Django's own templates for form widgets are now overridable
- Profiles page was updated and hopefullt improved thereby.
- There are lots of visual improvements
- More templates can be more easily customized