Skip to content

FicImageScript v2.0.0

Compare
Choose a tag to compare
@Jemeni11 Jemeni11 released this 22 Jul 10:14
· 16 commits to main since this release
860103a

Installation

  • From PyPI
    pip install FicImageScript==2.0.0
  • Using the Wheel File
    pip install FicImageScript-2.0.0-py3-none-any.whl
  • Using the Source Tarball File
    pip install FicImageScript-2.0.0.tar.gz

Changelog

Fixed

  • Issue #2. A bug in the file path of the load_config_json function caused a FileNotFoundError.

Added

  • Added a new except block to the load_config_json function.
    This should make finding errors like Issue #2 easier.
  • Added a new command (-v) to return the project version.
  • Added a new command (-r) to update all files in the directory path given and its subdirectories.

Changed

  • Moved the project version from __init__.py to main.py.
  • path_to_epub is now an optional command.
  • FicImage will now save new epubs in the same location
    as the old epub instead of the current working directory.

Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v1.0.2...v2.0.0