Skip to content

Commit cb62d74

Browse files
Merge pull request #786 from wxtim/content.pic_of_infoview
Content.pic of infoview
2 parents 4774245 + b3efc61 commit cb62d74

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

src/dictionaries/proper_nouns

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Conda
88
Cylc
99
cylc
1010
Datapoint
11+
Empy
1112
Exeter
1213
Gantt
1314
Gedit

src/dictionaries/words

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ latin
8383
lifecycle
8484
linearization
8585
linter
86+
linting
8687
localhost
8788
lowercase
8889
markup
@@ -204,6 +205,7 @@ timestamp
204205
timestep
205206
timezone
206207
timezones
208+
toolbar
207209
tuple
208210
uiserver
209211
unparsed
@@ -222,6 +224,7 @@ wallclock
222224
websocket
223225
websockets
224226
whitelist
227+
whitelisted
225228
whitelisting
226229
whitespace
227230
workflow

src/reference/changes.rst

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,34 @@ For more detail see the component changelogs:
2626
Cylc 8.4
2727
--------
2828

29-
.. TODO - fix before release
30-
31-
.. admonition:: Cylc Components
32-
:class: hint
29+
.. admonition:: Cylc Components
30+
:class: hint
3331

34-
:cylc-flow: `8.3 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
35-
:cylc-ui: `2.5 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
36-
:cylc-uiserver: `1.5 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
37-
:cylc-rose: `1.4 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
38-
:rose: `2.3 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
32+
:cylc-flow: `8.4 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
33+
:cylc-ui: `2.7 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
34+
:cylc-uiserver: `1.6 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
35+
:cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
36+
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
3937

4038
EmPy Support Removed
4139
^^^^^^^^^^^^^^^^^^^^
4240

4341
Support for the EmPy template processor (an alternative to Jinja2) has been
4442
removed.
4543

44+
Info View
45+
^^^^^^^^^
46+
47+
An info view has been added, displaying
48+
49+
* :cylc:conf:`[runtime][<namespace>][meta]`.
50+
* :ref:`task ouputs<required outputs>`.
51+
* Task :term:`prerequisite`.
52+
* Task :term:`output completion condition`.
53+
54+
.. image:: changes/cylc-gui-info-view.gif
55+
:width: 80%
56+
4657

4758
Cylc 8.3
4859
--------
233 KB
Loading

0 commit comments

Comments
 (0)