Skip to content

Commit

Permalink
Update changelog and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 13, 2024
1 parent 5f149b5 commit 0a946c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.27.0] - 2024-11-13

### Added

- Added a database model to store user preferences. Remember to migrate!
- Added a new testenv to tox to easily regenerate the ER model. It needs
regenerating thanks to the new model.


## [1.26.1] - 2024-11-08

### Changed
Expand Down
12 changes: 12 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [1.27.0] - 2024-11-13

The big but hidden new feature this time is a new database table to hold user
preferences, in a namespaced fashion. Different apps can have different sets of
preferences with the same names but different values.

There is as of yet nothing that uses the preferences. The machinery needs to
be in place for the new frontend.

See the docs and remember to migrate.


## [1.26.1] - 2024-11-08

Bugfix release, logout via the React SPA frontend should now work again.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+user-prefderences-decorator.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+user-prefderences.added.md

This file was deleted.

0 comments on commit 0a946c1

Please sign in to comment.