Skip to content

Commit 58f9ae3

Browse files
committed
Sort out changelog
1 parent 177ecc8 commit 58f9ae3

File tree

2 files changed

+49
-36
lines changed

2 files changed

+49
-36
lines changed

src/reference/changes.rst

Lines changed: 49 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,36 @@ For more detail see the component changelogs:
2020
* `metomi-rose-changelog`_
2121
* `metomi-isodatetime-changelog`_
2222

23-
2423
----------
2524

26-
Cylc 8.3.0
27-
----------
25+
Cylc 8.2
26+
--------
2827

2928
.. admonition:: Cylc Components
3029
:class: hint
3130

32-
TODO
31+
:cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
32+
:cylc-uiserver: `1.4 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
33+
:cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
3334

34-
..
35-
Uncomment this before 8.3.0 release
3635

37-
:cylc-flow: `8.3 <https://github.com/cylc/cylc-flow/blob/8.3.x/CHANGES.md>`__
38-
:cylc-uiserver: `1.4 <https://github.com/cylc/cylc-uiserver/blob/1.4.x/CHANGES.md>`__
39-
:cylc-rose: `1.4 <https://github.com/cylc/cylc-rose/blob/1.4.x/CHANGES.md>`__
36+
UI now remembers workspace tab layout
37+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38+
39+
.. versionadded:: cylc-uiserver 1.4.4
40+
41+
The UI now remembers the layout of your workspace tabs when you navigate away
42+
from that workflow. Note that this only applies per browser session.
43+
44+
.. image:: changes/ui-workspace-tabs.gif
45+
:width: 100%
4046

4147

4248
Upgrade To The Latest Jupyter Releases
4349
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4450

51+
.. versionadded:: cylc-uiserver 1.4.0
52+
4553
The Cylc UI Server has been updated to work with the latest releases of
4654
`Jupyter Server`_ and `Jupyter Hub`_.
4755

@@ -50,22 +58,12 @@ will require some changes to work with these releases.
5058

5159
See :ref:`cylc.uiserver.multi-user` for more details
5260

53-
----------
54-
55-
Cylc 8.2.0
56-
----------
57-
58-
.. admonition:: Cylc Components
59-
:class: hint
60-
61-
:cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
62-
:cylc-uiserver: `1.3 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
63-
:cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
64-
6561

6662
Configure The Default View
6763
^^^^^^^^^^^^^^^^^^^^^^^^^^
6864

65+
.. versionadded:: cylc-uiserver 1.3.0
66+
6967
You can now configure the view which is opened by default when you navigate to
7068
a new workflow in the GUI. Navigate to the settings page to select your chosen
7169
view.
@@ -80,6 +78,8 @@ configuring certain options on those views.
8078
Reload
8179
^^^^^^
8280

81+
.. versionadded:: cylc-flow 8.2.0
82+
8383
When workflows are
8484
:ref:`reloaded <Reloading The Workflow Configuration At Runtime>`,
8585
(e.g. by ``cylc reload``), Cylc will now pause the workflow and wait for any
@@ -91,8 +91,8 @@ workflow status message which appears at the top of the GUI and Tui interfaces.
9191

9292
----------
9393

94-
Cylc 8.1.0
95-
----------
94+
Cylc 8.1
95+
--------
9696

9797
.. admonition:: Cylc Components
9898
:class: hint
@@ -107,9 +107,22 @@ Cylc 8.1.0
107107
**cannot** be restarted with Cylc 8.1 due to database changes.
108108

109109

110+
Analysis View
111+
^^^^^^^^^^^^^
112+
113+
.. versionadded:: cylc-uiserver 1.2.2
114+
115+
The web UI also has a new view for displaying task queue & run time statistics.
116+
117+
.. image:: changes/analysis_view.gif
118+
:width: 80%
119+
120+
110121
Graph View
111122
^^^^^^^^^^
112123

124+
.. versionadded:: cylc-uiserver 1.2.0
125+
113126
The web UI now has a graph view which displays a visualisation of a workflow's graph:
114127

115128
.. image:: changes/cylc-graph.gif
@@ -122,6 +135,8 @@ will be added in later releases.
122135
Log View
123136
^^^^^^^^
124137

138+
.. versionadded:: cylc-uiserver 1.2.0
139+
125140
The web UI now has a log view which displays workflow and job log files:
126141

127142
.. image:: changes/log-view-screenshot.png
@@ -130,9 +145,12 @@ The web UI now has a log view which displays workflow and job log files:
130145
Support for viewing more log files, syntax highlighting, searching and line
131146
numbers are planned for future releases.
132147

148+
133149
Edit Runtime
134150
^^^^^^^^^^^^
135151

152+
.. versionadded:: cylc-uiserver 1.2.0
153+
136154
The web UI now has a command for editing the :cylc:conf:`[runtime]` section
137155
of a task or family.
138156

@@ -141,26 +159,19 @@ of a task or family.
141159

142160
Any changes made are :ref:`broadcast <cylc-broadcast>` to the running workflow.
143161

144-
Analysis View
145-
^^^^^^^^^^^^^
146-
147-
.. versionadded:: cylc-uiserver 1.2.2
148-
149-
The web UI also has a new view for displaying task queue & run time statistics.
150-
151-
.. image:: changes/analysis_view.gif
152-
:width: 80%
153162

154163
Combined Commands
155164
^^^^^^^^^^^^^^^^^
156165

166+
.. versionadded:: cylc-flow 8.1.0
167+
157168
Two new commands have been added as short-cuts for common working patterns:
158169

159-
``cylc vip``
170+
``cylc vip``
160171
Validate, install and plays a workflow, equivalent to:
161172

162173
.. code-block:: bash
163-
174+
164175
cylc validate <path>
165176
cylc install <path>
166177
cylc play <id>
@@ -184,6 +195,8 @@ For more information see the command line help:
184195
Bash Completion
185196
^^^^^^^^^^^^^^^
186197

198+
.. versionadded:: cylc-flow 8.1.0
199+
187200
Cylc now provides a high performance Bash completion script which saves you typing:
188201

189202
* Cylc commands & options
@@ -199,8 +212,8 @@ Cylc now provides a high performance Bash completion script which saves you typi
199212

200213
----------
201214

202-
Cylc 8.0.0
203-
----------
215+
Cylc 8.0
216+
--------
204217

205218
.. admonition:: Cylc Components
206219
:class: hint
680 KB
Loading

0 commit comments

Comments
 (0)