Skip to content

Commit

Permalink
Merge pull request #2040 from cylc/prepare-2.7.0
Browse files Browse the repository at this point in the history
Prepare release: 2.7.0
  • Loading branch information
wxtim authored Jan 8, 2025
2 parents e263a14 + 43a568f commit 4edd0a3
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ $ towncrier create <PR-number>.<feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-ui-2.7.0 (Released 2025-01-08)

### 🚀 Enhancements

[#1886](https://github.com/cylc/cylc-ui/pull/1886) - Added an info view to display task information including metadata, prerequisites and outputs.

[#1966](https://github.com/cylc/cylc-ui/pull/1966) - Added copy-to-clipboard buttons:
- the ID of a workflow/task/etc from the command menu
- the log file path in the Log view

[#1973](https://github.com/cylc/cylc-ui/pull/1973) - Add a button to toggle families on and off in the tree view.

[#1974](https://github.com/cylc/cylc-ui/pull/1974) - Add a "Select All" action in the task state filter.

[#1982](https://github.com/cylc/cylc-ui/pull/1982) - Add link to Jupyter Lab from the Dashboard (if Jupyter Lab is installed).

[#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.

### 🔧 Fixes

[#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.

## cylc-ui-2.6.0 (Released 2024-10-09)

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

This file was deleted.

3 changes: 0 additions & 3 deletions changes.d/1966.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1973.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1974.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1979.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/1982.feat.md

This file was deleted.

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

0 comments on commit 4edd0a3

Please sign in to comment.