CHANGELOG.md in markdown_exec-1.8.7 vs CHANGELOG.md in markdown_exec-1.8.8

- old
+ new

@@ -1,11 +1,40 @@ -## [1.8.7] - 2023-12-31 - # Changelog +## [1.8.8] - 2024-01-15 + ### Added +- Debounce/Control repeated launching of the same block via the menu. + +- Option to match block nicknames. + Nicknames are used for scripting and are not displayed in the menu -- the block body is shown the menu. + +- Option to execute script to launch Terminal window. + Provide batch variables to use in the execute_command_format script. + Limit iTerm window position to visible area. + Store output of executed script. + Menu to replay, review, and exit. + +- Report line in document importing a missing file. + +- Option to search for import files within each of the specified paths (recursion optional). + +- Eval block loads (appends) local file to inherited lines. + +- Eval block executes script and appends filtered output to inherited lines. + Select output using begin and end matching lines. + Transform selected output with per-line match and print specifications. + +### Changed + +- Sanitize block names in formatted lines above and below inherited code. + +## [1.8.7] - 2023-12-31 + +### Added + - Option for block name that presents the menu. - Options for decorating inherited lines in the menu. - Options for parse and display of heading levels 1, 2, and 3. ### Changed @@ -24,10 +53,11 @@ ## [1.8.5] - 2023-12-22 ### Added -- "eval" key for link block type to compute lines to append to the inherited state. +- "eval" boolean value for Link blocks to compute lines to append to the inherited state. +- "return" boolean value for Link blocks to return to the original page. - Options for dumping data associated with the menu or state. - Debug and irb gems. ## [1.8.4] - 2023-12-15