You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#6892](https://github.com/cylc/cylc-flow/pull/6892) - Added `--format=json` option to `cylc broadcast` for use with the `--display` option. Deprecated the `--raw` option in favour of `--format=raw`.
19
+
20
+
[#6924](https://github.com/cylc/cylc-flow/pull/6924) - Include `log/version/` files in `cylc cat-log` and the UI log view.
21
+
22
+
### 🔧 Fixes
23
+
24
+
[#6197](https://github.com/cylc/cylc-flow/pull/6197) - Demote errors about invalid task event names to warnings
25
+
26
+
[#6768](https://github.com/cylc/cylc-flow/pull/6768) - Fix a bug causing remote tasks to stay in the preparing state if triggered when the workflow is paused.
27
+
28
+
[#6836](https://github.com/cylc/cylc-flow/pull/6836) - Fix a bug causing the results of `platform = $(subshell commands)` to be cached, and preventing re-evaluation for each task with the same config.
29
+
30
+
[#6848](https://github.com/cylc/cylc-flow/pull/6848) - Allow `flow.cylc[runtime][<task>]platform` setting to have a prefix/suffix around a subshell expression.
31
+
32
+
[#6903](https://github.com/cylc/cylc-flow/pull/6903) - Workflows that have hit the `stop after cycle point` will no longer shut down immediately when restart according to the `restart timeout` configuration.
33
+
34
+
[#6909](https://github.com/cylc/cylc-flow/pull/6909) - Fix potential timeout of the play and vr commands for workflows with contact
35
+
files, due to an unnecessary remote process check - now only done if the
0 commit comments