- Improved logging with better log messages - Added `--log` flag to save the logfile for debugging - Added `--get-urls` flag to extract story urls from archiveofourown.org
- Progressbar: - Replaced the unit for progressbar from 'it' to 'file' - Changed the progressbar format and added an ETA
0.3.4
Changes
* Refactored logging to make it more concise
* Added hash comparison for epub format to prevent it from re-downloading the file if its already the latest version
0.3.3
0.3.2
0.3.1
Fixed a bug with case-sensitive format type
Changes- - Replaced `startswith()` with `re.search()` with IGNORECASE flag since startwith() wasn't case-insensitive which fixed the bug where case-insensitive format type can be inputted
0.3
Changes
- Added `--force` flag for overwriting files during download - Refactored `fichub_cli/util.py` to minimize LOC