Skip to content

Commit 25a4a17

Browse files
Merge pull request #2295 from cylc/prepare-2.9.0
Prepare release: 2.9.0
2 parents bac7242 + b4b9d70 commit 25a4a17

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGES.md

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

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

15+
## cylc-ui-2.9.0 (Released 2025-09-04)
16+
17+
### 🚀 Enhancements
18+
19+
[#2078](https://github.com/cylc/cylc-ui/pull/2078) - Log view word wrap setting is now saved.
20+
21+
[#2261](https://github.com/cylc/cylc-ui/pull/2261) - Add a skip mode modifier for the task icon
22+
23+
### 🔧 Fixes
24+
25+
[#2078](https://github.com/cylc/cylc-ui/pull/2078) - Fixed log view word wrap not working in all cases.
26+
1527
## cylc-ui-2.8.0 (Released 2025-07-23)
1628

1729
### 🚀 Enhancements

changes.d/2078.feat.md

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

changes.d/2078.fix.md

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

changes.d/2261.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.8.0",
3+
"version": "2.9.0",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)