CHANGELOG.md in markdown_exec-2.1.0 vs CHANGELOG.md in markdown_exec-2.2.0
- old
+ new
@@ -1,7 +1,20 @@
# Changelog
+## [2.2.0] - 2024-07-27
+
+### Added
+
+- Options to list recent saved assets.
+- Short name for execute-in-own-window option.
+- Short name for load-code option.
+
+### Changed
+
+- Improve handling of variations of block names.
+- Remove functions to select recent saved assets.
+
## [2.1.0] - 2024-07-15
### Added
- Option to toggle the output of an execution report.
@@ -553,10 +566,10 @@
Most options can be configured in multiple ways. In order of use (earliest superceded by last):
1. environment variables
2. the configuration file `.mde.yml` in the current folder
3. command line arguments
-#### Representing boolean values
+### Representing boolean values
Boolean values for options are specified as strings and interpreted as:
| Value | Boolean |
| :---: | :---: |
| *empty string* | False |