CHANGELOG.md in markdown_exec-1.1.0 vs CHANGELOG.md in markdown_exec-1.1.1

- old
+ new

@@ -32,16 +32,27 @@ - [ ] yaml dump of options w/ detail - [ ] re-exec last script v re-run named block in last script - [ ] repeat to reload last doc and block -- [ ] option to output mixed stdin, stdout, stderr; labels: prefix and blocks +- [ ] option to log blended, timeline; stdin, stdout, stderr; labels: prefix and blocks +- [ ] ren logged_stdout_filename_prefix to saved_stdout_filename_prefix -## [1.0.1] - 2022-05-21 +## [1.1.1] - 2022-05-25 ### Added +- Post-install instructions to add tab completions permanently to the shell. + +### Changed + +- Improve handling of threads ending while executing scripts. + +## [1.1.0] - 2022-05-21 + +### Added + - Display administrative output (command, save files) for executed blocks. - Select base, administrative output as hierarchical output (MDE_DISPLAY_LEVEL). - The user may select Exit, the first option, to quit the program. - The block-selection menu is re-displayed after an approved script is exectued. - Pause for and pass through standard input in scripts executed by the tool. @@ -51,17 +62,16 @@ - shell for executed and saved scripts ### Changed - Exit option is at top of each menu. -- Single-stage tab completion, defaut +- Single-stage tab completion, default - Presents matching options when current word starts with `-` - Presents directories and files otherwise. - Two-stage tab completion for option arguments. - When prior word is an option and current word is empty - Presents option type on first tab, eg `.BOOL.` for a boolean option. - Presents option default value on second tab, eg `0` for false. -- Use 'bash' shell instead of default - Write STDOUT, STDERR, STDIN in sections to saved output file. ## [1.0.0] - 2022-04-26 ### Added