Skip to content

Commit

Permalink
Release 0.93.0 (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Jun 28, 2024
1 parent 582ab3f commit 83ba624
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.93.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.93.0)
* Notable changes for users:
* Added c++ client to set trigger counters for a run
* Improved RC daily template:
* Display fills on one line
* Display only fills with stable beams
* Exclude the EoS report from the logs list in RC daily meeting minutes template
* Display only physics runs
* Display the runs list as pre-filled editable markdown input
* Display run period in LHC fill display page
* Disabled QC for runs which are tags as Not for physics and marked such runs in RunPerLhcPeriod view
* Fixed bug of popover not being placed in the right position when using browser zoom
* Fixed popover not being resized when filtering drop-down options
* Fixed popover not being properly resized along cross axis when using browser zoom
* Fixed popover not being properly clipped when overflowing along cross axis
* Notable changes for developers:
* Added runs' filtering by aliceL3Current and aliceDipoleCurrent
* Removed default URLs from services config
* Removed randomness of two QC flags creation tests

## [0.92.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.92.0)
* Notable changes for users:
* Adds 2 decimals display to plots of LHC Fills statistics
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.92.0",
"version": "0.93.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 83ba624

Please sign in to comment.