Skip to content
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
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-ui-2.10.0 (Released 2025-10-01)

### 🚀 Enhancements

[#2265](https://github.com/cylc/cylc-ui/pull/2265) - Improved the legibility of job details in the tree view and added a job details menu to the log view.

[#2317](https://github.com/cylc/cylc-ui/pull/2317) - Show estimated finish times of running jobs in the tree and table views.

## cylc-ui-2.9.0 (Released 2025-09-04)

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/2317.feat.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.9.0",
"version": "2.10.0",
"private": true,
"license": "GPL-3.0-only",
"type": "module",
Expand Down
Loading