File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,38 @@ For more detail see the component changelogs:
22
22
23
23
----------
24
24
25
+ Cylc 8.5
26
+ --------
27
+
28
+ .. TODO: Modify these URL's and uncomment this block before release
29
+
30
+ .. admonition:: Cylc Components
31
+ :class: hint
32
+
33
+ :cylc-flow: `8.4 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md>`__
34
+ :cylc-ui: `2.7 <https://github.com/cylc/cylc-ui/blob/master/CHANGES.md>`__
35
+ :cylc-uiserver: `1.6 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md>`__
36
+ :cylc-rose: `1.5 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md>`__
37
+ :rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
38
+
39
+
40
+ Cylc Tui
41
+ ^^^^^^^^
42
+
43
+ ``cylc tui `` can now open log files in external tools.
44
+
45
+ .. image :: ../reference/changes/tui-external-editor.gif
46
+ :align: center
47
+ :width: 65%
48
+
49
+ Configure your ``$EDITOR ``, ``$GEDITOR `` and ``$PAGER `` environment variables
50
+ to change which tool is used.
51
+
52
+ .. note ::
53
+
54
+ Make sure your configured command waits for the tool to be closed before
55
+ exiting, e.g. use ``GEDITOR=gvim -f `` rather than ``EDITOR=gvim ``.
56
+
25
57
26
58
Cylc 8.4
27
59
--------
You can’t perform that action at this time.
0 commit comments