Skip to content

Commit 4edd0a3

Browse files
authored
Merge pull request #2040 from cylc/prepare-2.7.0
Prepare release: 2.7.0
2 parents e263a14 + 43a568f commit 4edd0a3

File tree

9 files changed

+23
-10
lines changed

9 files changed

+23
-10
lines changed

CHANGES.md

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

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

15+
## cylc-ui-2.7.0 (Released 2025-01-08)
16+
17+
### 🚀 Enhancements
18+
19+
[#1886](https://github.com/cylc/cylc-ui/pull/1886) - Added an info view to display task information including metadata, prerequisites and outputs.
20+
21+
[#1966](https://github.com/cylc/cylc-ui/pull/1966) - Added copy-to-clipboard buttons:
22+
- the ID of a workflow/task/etc from the command menu
23+
- the log file path in the Log view
24+
25+
[#1973](https://github.com/cylc/cylc-ui/pull/1973) - Add a button to toggle families on and off in the tree view.
26+
27+
[#1974](https://github.com/cylc/cylc-ui/pull/1974) - Add a "Select All" action in the task state filter.
28+
29+
[#1982](https://github.com/cylc/cylc-ui/pull/1982) - Add link to Jupyter Lab from the Dashboard (if Jupyter Lab is installed).
30+
31+
[#2016](https://github.com/cylc/cylc-ui/pull/2016) - Show [flow numbers](https://cylc.github.io/cylc-doc/stable/html/glossary.html#term-flow) when applicable. Removed tasks (flow=None) are now dimmed.
32+
33+
### 🔧 Fixes
34+
35+
[#1979](https://github.com/cylc/cylc-ui/pull/1979) - Don't offer the n-window selection if you don't have permissions to use it.
36+
1537
## cylc-ui-2.6.0 (Released 2024-10-09)
1638

1739
### 🚀 Enhancements

changes.d/1886.feat.md

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

changes.d/1966.feat.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes.d/1973.feat.md

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

changes.d/1974.feat.md

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

changes.d/1979.fix.md

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

changes.d/1982.feat.md

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

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

0 commit comments

Comments
 (0)