]> git.seodisparate.com - c_simple_http/commitdiff
Update Changelod.md, version 1.2
authorStephen Seo <seo.disparate@gmail.com>
Tue, 12 Nov 2024 03:04:30 +0000 (12:04 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 12 Nov 2024 03:04:36 +0000 (12:04 +0900)
Changelog.md

index ae7d63ee3e1f310e98f24094934c48d1ad04b791..f56a3dc034fc98c0931a9129334b251a0e9a1304 100644 (file)
@@ -2,6 +2,17 @@
 
 ## Upcoming Changes
 
+## Version 1.2
+
+Add the `--generate-dir=<DIR>` option, which will generate all html into the
+given directory. This requires `--config=<CONFIG_FILE>`.
+`--generate-enable-overwrite` is required to overwrite existing files when using
+`--generate-dir=<DIR>`.
+
+If `--enable-static-dir=<DIR>` is also specified with generate, then the files
+in the given directory will be copied into the directory specified with
+`--generate-dir=<DIR>`.
+
 ## Version 1.1
 
 Some refactoring of code handling parsing the config file.