Releases: fichub-cli-contrib/fichub-cli-metadata
Releases · fichub-cli-contrib/fichub-cli-metadata
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6
Multiple ebook formats & ebook_name config (#5) * Bump version: 0.5.1 → 0.5.2 Added the feature to download multiple ebook formats simultaneously * fix: Error when --download-ebook flag is false * Bump version: 0.5.2 → 0.5.3 Added fic_id, author_id, author_url & fandom columns and renamed favs column to favorites * cleanup: dead code * fix: URL encoding issue * fix: File hash issue Refactored the code in `fichub.py` to save the hash & download_url for the fic correctly * refactor: Removed fichub.py override Moved the `response["meta"]` code to the core CLI so the override is not needed anymore. The plugin now depends on fichub-cli>=0.8.2 * fix: KeyError 'meta' for fics which do not exist Changed the Exception Handler from catching only Attribute Errors to all Errors * refactor: Added traceback to the error msgs * Bump version: 0.5.3 → 0.5.4 Added priority based processing for the rawExtendedMeta & extraMeta where it will process it in this order: rawExtendedMeta >> extraMeta >> None * fix: Import error * fix: genres keyname * Bump version: 0.5.4 → 0.6.0
v0.5
Changelog
Added datetime format config & the ability to stop the CLI mid-exec and generate the changelog (#4)
-
Added config for db and fic last_updated format
- The CLI will read the datetime format from the
config.json
which
gives the users the option to change the format from default to whatever
they want.
- The CLI will read the datetime format from the
-
--config-init
&--config-info
added. -
Added the ability to stop the CLI mid-exec and generate the changelog
- Added a
KeyboardInterrupt
exception which ignores the exception then
builds the changelog instead of quiting the CLI due to the exception.
The aforementioned KeyboardInterrupt isCtrl+C
.
- Added a