Update Changelod.md, version 1.2

This commit is contained in:
Stephen Seo 2024-11-12 12:04:30 +09:00
parent 4784f83234
commit b155934701

View 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.