Skip to content

Commit

Permalink
[release/0.88.0] (#1558)
Browse files Browse the repository at this point in the history
* Add release notes
* 0.88.0
  • Loading branch information
graduta authored May 16, 2024
1 parent e54e3ba commit ea527e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.88.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.88.0)
* Notable changes for users:
* QC Flag deletion now requires confirmation via browser prompt.
* QC Flag deletion button is disabled if a flag is already verified.
* Button to reset a filter is now always present at the top of the filter panel.
* Adds horizontal-scroll for table on runs-with-detectors view.
* Add QC Summary display for data and simulation passes.
* Displays DPL detectors in alphabetical order with the exception of 'GLO' always at the front.
* Fixes a bug in which the creation of QC flags for GLO detector was failing.
* Improves display of RCT links as badges.
* Notable change for developers: N/A

## [0.87.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.87.0)
* Notable changes for users:
* Log overview loading time has been improved:
Expand Down
5 changes: 5 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.88.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.88.0)
* Changes made to the database
* Adds new table for QC flag effective period
* Adds new table for QC flag verification

## [0.85.0]
* Changes made to the database
* Added four columns to run table storing information about inelastic interaction rate
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.87.0",
"version": "0.88.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit ea527e2

Please sign in to comment.