Skip to content

Commit ca7eaa2

Browse files
Release 0.75.0 (#1305)
1 parent 8600354 commit ca7eaa2

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [0.75.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.75.0)
6+
* Notable changes for users:
7+
* Added run per Period view
8+
* The run number filter has been put back in place after being accidentally removed
9+
* Fixed error displayed when deleting environment filter on logs overview
10+
* A margin has been added between the popover and the screen edges
11+
* Missing dates on the LHC overview pages are now shown to the user as '-' instead of 01/01/1970 01:00:00
12+
* The LHC Periods page filter button is now styled in the same way as other pages
13+
* Clicking in popover keep the scroll in place
14+
* Notable change for developers:
15+
* Refactored LogsModel, extracted overview to separate class
16+
* Created separate model for Home page
17+
* Reduce number of request of RunsOverviewModel
18+
* Added getOrCreate function to UserService replacing the CreateOrUpdateUser use case and cleaned the user authentication code
19+
520
## [0.74.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.74.0)
621

722
* Notable changes for users:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/bookkeeping",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"author": "ALICEO2",
55
"scripts": {
66
"coverage": "nyc npm test && npm run coverage:report",

0 commit comments

Comments
 (0)