Skip to content

Releases: fichub-cli-contrib/fichub-cli-metadata

v0.6.6

09 Aug 18:57
Compare
Choose a tag to compare

Bugfixes

  • update the datetime parser due to the change in Fichub API

v0.6.5

18 Jul 17:12
Compare
Choose a tag to compare

Changelog

  • bugfix: remove err.log logging from the fetch_data component since the error
    logging will be done by the fichub API wrapper in the core CLI itself

v0.6.4

15 Aug 14:15
312393c
Compare
Choose a tag to compare

What's Changed

  • fix: Add the output log prompt for key interrupt by @arzkar in #7

Full Changelog: v0.6.3...v0.6.4

v0.6.3

12 Jul 18:16
Compare
Choose a tag to compare

Changelog

  • Call output_log_cleanup() at the end
    • Add dependency to fichub-cli v0.9.3
  • Replace pass with sys.exit() for KeyboardInterrupt

v0.6.2

05 Jul 18:35
fa139fe
Compare
Choose a tag to compare

What's Changed

  • Fix SQLAlchemy issue & cleanup by @arzkar in #6

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Jan 07:24
Compare
Choose a tag to compare

refactor: Sqlalchemy migrated to v2.0

v0.6

28 Jan 09:29
e427fdb
Compare
Choose a tag to compare
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

15 Jun 16:30
38c42fd
Compare
Choose a tag to compare

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.
  • --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 is Ctrl+C.

v0.4.0

02 May 16:42
511431c
Compare
Choose a tag to compare

Changes

  • Added --changelog command which can be used to get a detailed
    log about the download like dedup, errors, updates etc.

  • Bugfix: Broken json export command

  • Renamed --log command to --debug-log

v0.3.4

22 Apr 10:45
Compare
Choose a tag to compare

Changes

  • Bugfix: The order of the urls list was changing during dedup
    • Bumped fichub_cli dependency to v0.6.4 which has the code
      needed to do both the deduplication as well as the output.log check