FicImageScript v2.0.0
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 aFileNotFoundError
.
Added
- Added a new
except
block to theload_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
tomain.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