File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,50 @@ For more detail see the component changelogs:
22
22
23
23
----------
24
24
25
+ Cylc 8.2.0
26
+ ----------
27
+
28
+ .. admonition :: Cylc Components
29
+ :class: hint
30
+
31
+ TODO
32
+
33
+ ..
34
+ Uncomment this before 8.2.0 release
35
+
36
+ :cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/8.2.x/CHANGES.md >`__
37
+ :cylc-uiserver: `1.3 <https://github.com/cylc/cylc-uiserver/blob/1.3.x/CHANGES.md >`__
38
+ :cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/1.3.x/CHANGES.md >`__
39
+
40
+
41
+ Configure The Default View
42
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
43
+
44
+ You can now configure the view which is opened by default when you navigate to
45
+ a new workflow in the GUI. Navigate to the settings page to select your chosen
46
+ view.
47
+
48
+ .. image :: changes/ui-view-selector.jpg
49
+ :width: 100%
50
+
51
+ In the future we plan to support configuring a layout of multiple views and
52
+ configuring certain options on those views.
53
+
54
+
55
+ Reload
56
+ ^^^^^^
57
+
58
+ When workflows are
59
+ :ref: `reloaded <Reloading The Workflow Configuration At Runtime >`,
60
+ (e.g. by ``cylc reload ``), Cylc will now pause the workflow and wait for any
61
+ preparing tasks to be submitted before proceeding with the reload.
62
+ Once the reload has been completed, the workflow will be resumed.
63
+
64
+ You can now see more information about the status of the reload in the
65
+ workflow status message which appears at the top of the GUI and Tui interfaces.
66
+
67
+ ----------
68
+
25
69
Cylc 8.1.0
26
70
----------
27
71
You can’t perform that action at this time.
0 commit comments