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
Binary file modified src/img/cylc-ui-dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/cylc-ui-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 22 additions & 8 deletions src/reference/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,31 @@ For more detail see the component changelogs:
Cylc 8.6
--------

.. TODO: Modify these URL's and uncomment this block before release

.. admonition:: Cylc Components
.. admonition:: Cylc Components
:class: hint

:cylc-flow: `8.4 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
:cylc-ui: `2.7 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
:cylc-uiserver: `1.6 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
:cylc-flow: `8.6 <https://github.com/cylc/cylc-flow/blob/8.6.x/CHANGES.md>`__
:cylc-ui: `2.11 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md#cylc-ui-2110-released-2025-11-27>`__
:cylc-uiserver: `1.8 <https://github.com/cylc/cylc-uiserver/blob/1.8.x/CHANGES.md>`__
:cylc-rose: `1.7 <https://github.com/cylc/cylc-rose/blob/1.7.x/CHANGES.md>`__
:rose: `2.6 <https://github.com/metomi/rose/blob/2.6.x/CHANGES.md>`__


UI sidebar improvements
^^^^^^^^^^^^^^^^^^^^^^^

.. versionadded:: cylc-uiserver 1.8.1

The display of task states in the sidebar has been decluttered and numbers
have been added to indicate how many tasks are in each state. The tooltips now
have a short delay to avoid many popping up while moving the mouse around.

.. image:: ../img/cylc-ui-dash.png
:width: 100%
:align: center

|

Task Matching
^^^^^^^^^^^^^
Expand Down Expand Up @@ -99,7 +113,7 @@ makes Cylc 7 "reset to waiting" use cases much easier:
cylc insert workflow FAMILY.cycle
cylc reset workflow FAMILY.cycle --state=waiting
# Trigger the task(s) that start the FAMILY sub-graph
cylc trigger workflow member1.cycle
cylc trigger workflow member1.cycle
- ::

cylc trigger workflow//cycle/FAMILY
Expand Down
Loading