* Add "" tag, allowing you to comment out code in a single line * Add ability to call black on generated output * Add ability to remove the output directory before generating it
0.6.1
=====
* Fix bug where max chapter wasn't being found if it was on a conditional block
0.6.0
=====
* Add ability to parse XML-style files
0.5.1
=====
* Fixed problem where ranged files wasn't working for copy-only files
0.5.0
=====
* Once again modified a bunch of the keys in the TOML configuration file; you were warned it is ALPHA :) * Added command line arguments for verbose mode, info only mode, and to generate only a single chapter * Refactored a bunch of the file stuff into a class to make the above args change easier
0.4.0
=====
* Added `ignore_substrings` feature allowing you to specify a partial name of a path to ignore, useful for things like `__pycache__` * Found bug where file metadata isn't maintained during a copy, updated to use the right `shutil` call only to find out there is a Python bug in that library