Skip to content

Commit

Permalink
release v7.7.0 - UI improvements
Browse files Browse the repository at this point in the history
* remove unused translations
* show notification when refreshing starts on monitor status page
* hide data in Authority Connection History for non-active authorities
* loosen threshold for caution in historical uptime table
* minor tweaks missed in original sync
  • Loading branch information
elrayle committed Apr 13, 2021
1 parent ed6c8bf commit f06d4b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 7.7.0 (2021-04-13)

* remove unused translations
* show notification when refreshing starts on monitor status page
* hide data in Authority Connection History for non-active authorities
* loosen threshold for caution in historical uptime table
* minor tweaks missed in original sync

### 7.6.0 (2021-04-12)

* update authority configs and test scenarios to use the new cache indexing with results stored as blobs in the index
Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '7.6.0'
VERSION = '7.7.0'
end

0 comments on commit f06d4b9

Please sign in to comment.