From: Stephen Seo Date: Tue, 12 Nov 2024 03:04:30 +0000 (+0900) Subject: Update Changelod.md, version 1.2 X-Git-Tag: 1.2~1 X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=b15593470105e1f55146f3c234512836a0fe95b5;p=c_simple_http Update Changelod.md, version 1.2 --- diff --git a/Changelog.md b/Changelog.md index ae7d63e..f56a3dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,17 @@ ## Upcoming Changes +## Version 1.2 + +Add the `--generate-dir=` option, which will generate all html into the +given directory. This requires `--config=`. +`--generate-enable-overwrite` is required to overwrite existing files when using +`--generate-dir=`. + +If `--enable-static-dir=` is also specified with generate, then the files +in the given directory will be copied into the directory specified with +`--generate-dir=`. + ## Version 1.1 Some refactoring of code handling parsing the config file.