Skip to content

Commit b5afbb9

Browse files
authored
Merge pull request #1832 from cylc/prepare-2.5.0
Prepare release: 2.5.0
2 parents edd69f8 + 4f84a81 commit b5afbb9

14 files changed

+25
-13
lines changed

CHANGES.md

+24
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"
1212

1313
<!-- towncrier release notes start -->
1414

15+
## cylc-ui-2.5.0 (Released 2024-06-18)
16+
17+
### 🚀 Enhancements
18+
19+
[#1466](https://github.com/cylc/cylc-ui/pull/1466) - Added gantt view: a new view showing job durations over time.
20+
21+
[#1510](https://github.com/cylc/cylc-ui/pull/1510) - Analysis view: added a time series layout which plots run time against cycle points.
22+
23+
[#1717](https://github.com/cylc/cylc-ui/pull/1717), [#1744](https://github.com/cylc/cylc-ui/pull/1744), [#1745](https://github.com/cylc/cylc-ui/pull/1745), [#1751](https://github.com/cylc/cylc-ui/pull/1751) - More view options are now remembered & restored when navigating between workflows.
24+
25+
[#1755](https://github.com/cylc/cylc-ui/pull/1755) - Add a toolbar button for changing the graph window extent.
26+
27+
[#1763](https://github.com/cylc/cylc-ui/pull/1763) - Added graph view feature to group nodes by cycle point
28+
29+
### 🔧 Fixes
30+
31+
[#1758](https://github.com/cylc/cylc-ui/pull/1758) - Clicking "Log" in the command menu now works correctly for workflows in the sidebar.
32+
33+
[#1778](https://github.com/cylc/cylc-ui/pull/1778) - Compatibility with JupyterHub 4.1 XSRF changes
34+
35+
[#1780](https://github.com/cylc/cylc-ui/pull/1780) - Fixed graph view rendering bug in Firefox.
36+
37+
[#1802](https://github.com/cylc/cylc-ui/pull/1802) - Fixed bug where task progress animations would reset when switching between tabs in the workspace.
38+
1539
## cylc-ui-2.4.0 (Released 2024-04-02)
1640

1741
### Enhancements

changes.d/1466.feat.md

-1
This file was deleted.

changes.d/1510.feat.md

-1
This file was deleted.

changes.d/1717.feat.md

-1
This file was deleted.

changes.d/1744.feat.md

-1
This file was deleted.

changes.d/1745.feat.md

-1
This file was deleted.

changes.d/1751.feat.md

-1
This file was deleted.

changes.d/1755.feat.md

-1
This file was deleted.

changes.d/1758.fix.md

-1
This file was deleted.

changes.d/1763.feat.md

-1
This file was deleted.

changes.d/1778.fix

-1
This file was deleted.

changes.d/1780.fix.md

-1
This file was deleted.

changes.d/1802.fix.md

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cylc-ui",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)