|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 5 | +## [0.77.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.77.0) |
| 6 | +* Notable changes for users: |
| 7 | + * Uniformized LHC fill number column (in LHC fill overview) to be uniform with other tables and provide links to infologgers |
| 8 | + * Improved filtering on run number in runs overview to use like if there is only one run number (`45` will match `45` but also `345`, `456`, `3456` and so on, but `45,46` will match exactly `45` and `46`) |
| 9 | + * The DPL tasks tree will now display "NO DETECTOR" when no detector has been found, and tasks are ordered alphabetically |
| 10 | + * Task type information is now displayed after the process type name in the DPL tasks tree |
| 11 | + * Added a new table "LHC Fills" providing information about stable beams to the home page |
| 12 | + * Logs table in the home page now displays exclusively non-anonymous logs |
| 13 | + * Optimized the amount of information displayed in each table of the home page |
| 14 | + * Added page to display Data Passes Per LHC Period |
| 15 | + * Fixed the environments overview page crash |
| 16 | + * Improved the columns width and order in the environment overview |
| 17 | + * LHC period page styles has been unified with other pages |
| 18 | + * Fixed popover balloon being displayed on every detectors list in runs |
| 19 | + * Fixed the border for detector quality being cropped by overflow hidden |
| 20 | + * Added possibility to specify a color for tag, which is applied where tag badge is displayed |
| 21 | + * Added file preview to attachments in log display and creation for some specific files types (images and text-based files) |
| 22 | + * An info icon with legend has been added to overview table to explain environment history acronyms |
| 23 | + * Display data passes counts on LHC Periods page |
| 24 | +* Notable change for developers: |
| 25 | + * Use generic overview page model in LHC Periods model |
| 26 | + * Removed dead code from chart library |
| 27 | + * Added filtering on environment fetching API: current status, status history and related runs |
| 28 | + * Overflow balloon now also trigger on vertical overflow |
| 29 | + |
5 | 30 | ## [0.76.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.76.0) |
6 | 31 | * Notable changes for users: |
7 | 32 | * Overview of runs now show quality by using a line under them in green/red |
|
0 commit comments