diff --git a/src/reference/changes.rst b/src/reference/changes.rst index c2a6b25cb9..74b67b33a6 100644 --- a/src/reference/changes.rst +++ b/src/reference/changes.rst @@ -22,6 +22,38 @@ For more detail see the component changelogs: ---------- +Cylc 8.5 +-------- + +.. TODO: Modify these URL's and uncomment this block before release + + .. admonition:: Cylc Components + :class: hint + + :cylc-flow: `8.4 `__ + :cylc-ui: `2.7 `__ + :cylc-uiserver: `1.6 `__ + :cylc-rose: `1.5 `__ + :rose: `2.4 `__ + + +Cylc Tui +^^^^^^^^ + +``cylc tui`` can now open log files in external tools. + +.. image:: ../reference/changes/tui-external-editor.gif + :align: center + :width: 65% + +Configure your ``$EDITOR``, `$GEDITOR`` and ``$PAGER`` environment variables +to change which tool is used. + +.. note:: + + Make sure your configured command waits for the tool to be closed before + exiting, e.g. use ``GEDITOR=gvim -f`` rather than ``EDITOR=gvim``. + Cylc 8.4 -------- diff --git a/src/reference/changes/tui-external-editor.gif b/src/reference/changes/tui-external-editor.gif new file mode 100644 index 0000000000..61c7ea9a71 Binary files /dev/null and b/src/reference/changes/tui-external-editor.gif differ