Skip to content

Commit

Permalink
Merge pull request #1832 from cylc/prepare-2.5.0
Browse files Browse the repository at this point in the history
Prepare release: 2.5.0
  • Loading branch information
MetRonnie committed Jun 18, 2024
2 parents edd69f8 + 4f84a81 commit b5afbb9
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 13 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-ui-2.5.0 (Released 2024-06-18)

### 🚀 Enhancements

[#1466](https://github.com/cylc/cylc-ui/pull/1466) - Added gantt view: a new view showing job durations over time.

[#1510](https://github.com/cylc/cylc-ui/pull/1510) - Analysis view: added a time series layout which plots run time against cycle points.

[#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.

[#1755](https://github.com/cylc/cylc-ui/pull/1755) - Add a toolbar button for changing the graph window extent.

[#1763](https://github.com/cylc/cylc-ui/pull/1763) - Added graph view feature to group nodes by cycle point

### 🔧 Fixes

[#1758](https://github.com/cylc/cylc-ui/pull/1758) - Clicking "Log" in the command menu now works correctly for workflows in the sidebar.

[#1778](https://github.com/cylc/cylc-ui/pull/1778) - Compatibility with JupyterHub 4.1 XSRF changes

[#1780](https://github.com/cylc/cylc-ui/pull/1780) - Fixed graph view rendering bug in Firefox.

[#1802](https://github.com/cylc/cylc-ui/pull/1802) - Fixed bug where task progress animations would reset when switching between tabs in the workspace.

## cylc-ui-2.4.0 (Released 2024-04-02)

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion changes.d/1466.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1510.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1717.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1744.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1745.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1751.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1755.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1758.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1763.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1778.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1780.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1802.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cylc-ui",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"license": "GPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit b5afbb9

Please sign in to comment.