Skip to content

Commit

Permalink
Release 0.75.0 (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais committed Dec 15, 2023
1 parent 8600354 commit ca7eaa2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.75.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.75.0)
* Notable changes for users:
* Added run per Period view
* The run number filter has been put back in place after being accidentally removed
* Fixed error displayed when deleting environment filter on logs overview
* A margin has been added between the popover and the screen edges
* Missing dates on the LHC overview pages are now shown to the user as '-' instead of 01/01/1970 01:00:00
* The LHC Periods page filter button is now styled in the same way as other pages
* Clicking in popover keep the scroll in place
* Notable change for developers:
* Refactored LogsModel, extracted overview to separate class
* Created separate model for Home page
* Reduce number of request of RunsOverviewModel
* Added getOrCreate function to UserService replacing the CreateOrUpdateUser use case and cleaned the user authentication code

## [0.74.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.74.0)

* Notable changes for users:
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.74.0",
"version": "0.75.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit ca7eaa2

Please sign in to comment.