Skip to content

Commit 00bd663

Browse files
authored
Merge pull request #2326 from cylc/prepare-2.10.0
Prepare release: 2.10.0
2 parents 94b7b39 + 0ff4ccb commit 00bd663

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"
1212

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

15+
## cylc-ui-2.10.0 (Released 2025-10-01)
16+
17+
### 🚀 Enhancements
18+
19+
[#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.
20+
21+
[#2317](https://github.com/cylc/cylc-ui/pull/2317) - Show estimated finish times of running jobs in the tree and table views.
22+
1523
## cylc-ui-2.9.0 (Released 2025-09-04)
1624

1725
### 🚀 Enhancements

changes.d/2265.feat.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/2317.feat.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cylc-ui",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)