Releases: FicHub/fichub-cli
Releases · FicHub/fichub-cli
v0.3.5
Changes
-
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
v0.3.3
Bump version: 0.3.2 → 0.3.3
- Updated README and setup.py
v0.3.2
Bump version: 0.3.1 → 0.3.2
v0.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
v0.3
Changes
- Added
--force
flag for overwriting files during download
- Refactored
fichub_cli/util.py
to minimize LOC
v0.2.5
Bump version: 0.2.4 → 0.2.5
v0.2.4
Bump version: 0.2.3 → 0.2.4
v0.2.3
Changes
- Replaced
click.progressbar
with tqdm
& added exit code status
v0.2.2
Changes
- Fix: query parameter not encoded properly and breaks for some fics
fichub_cli/util.py
: Pass q separately as the params argument to fix the bug