From aab7c9b50abf00db3befc377b4c2a35b3023a6e4 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Fri, 6 Dec 2024 10:19:21 -0500 Subject: [PATCH] revise release notes --- doc/src/release-notes.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/release-notes.md b/doc/src/release-notes.md index 29ad2cb..6412754 100644 --- a/doc/src/release-notes.md +++ b/doc/src/release-notes.md @@ -7,11 +7,11 @@ **Row** 0.4 expands the `command` templating functionality, adds shell autocompletion, and the `show jobs` subcommand. -The expanded _templating_ functionality improves support for command line applications -as actions. This removes the need for _shim_ scripts that access the workspace path and/ -or directory values before invoking a subprocess. `{workspace_path}` expands to the -current project's workspace path and `{/JSON pointer}` expands to the value of the given -JSON pointer for the directory acted on. +The new _template arguments_ allow direct use of command line applications as actions, +removing the need for _shim_ scripts that access the workspace path and/or directory +values before invoking a subprocess. `{workspace_path}` expands to the current project's +workspace path and `{/JSON pointer}` expands to the value of the given JSON pointer for +the directory acted on. _Shell autocompletion_ allows users to autocomplete all parameter names and workspace dependent values for `cluster`, `action`, and `directories`. To enable, @@ -39,8 +39,8 @@ action and directory criteria. * All user-provided content (directories, action names, cluster names, and values) are properly escaped in the bash script output. * Typographical errors in the documentation. -* The documentation now builds correctly with mdbook 0.4.43. -* Example code converts environment variables to ints where needed. +* The documentation now builds correctly with _mdbook_ 0.4.43. +* Example code converts environment variables to integers where needed. ## 0.3.1 (2024-10-04)