Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release: 2.5.0 #1832

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading