Skip to content

Commit

Permalink
Prep for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 19, 2023
1 parent 35b9ee7 commit d72e749
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ This file documents all changes to Argus-frontend. This file is primarily meant
## [Unreleased]


## [v1.11.0] - 2023-09-19

This version strongly prefers argus-server version 1.13 or newer.

### Fixed
- Bug with destinations not loading immediately on the _Notification profiles_ page.

- There was a race condition when looking at destinations in notification
profiles. This lead to weird behavior (rows loading in very late)
particularly on flaky networks.

### Changed

- How the actual filter is saved and used changed in the backend with v1.13, so
the frontend was updated to use the new method.


## [v1.10.1] - 2023-05-02
Expand All @@ -16,6 +26,7 @@ This file documents all changes to Argus-frontend. This file is primarily meant

- Updated dependencies


## [v1.10.0] - 2023-04-28

### Added
Expand All @@ -30,6 +41,7 @@ This file documents all changes to Argus-frontend. This file is primarily meant
- _LOGIN WITH FEIDE_ will not render by default anymore. Instead, _LOGIN WITH_ button will only render if there are configured login methods that are other than userpass.
- Updated user manual


## [v1.9.0] - 2023-03-17

### Changed
Expand Down
13 changes: 12 additions & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,20 @@ This file documents changes to Argus-frontend that are important for the users t
## [Unreleased]


## [v1.11.0] - 2023-09-19

This version strongly prefers argus-server version 1.13 or newer.

### Fixed
- Bug with destinations not loading immediately on the _Notification profiles_ page.

- There was a race condition when looking at destinations in notification
profiles. This lead to weird behavior (rows loading in very late)
particularly on flaky networks.

### Changed

- How the actual filter is saved and used changed in the backend with v1.13, so
the frontend was updated to use the new method.


## [v1.10.1] - 2023-05-02
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Argus-frontend",
"version": "1.10.1",
"version": "1.11.0",
"apiVersion": "v1",
"private": true,
"dependencies": {
Expand Down

0 comments on commit d72e749

Please sign in to comment.