Releases: Jemeni11/FicImage
v4.1.1
What's Changed
Changed
- Changed the build system.
Full Changelog: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v4.1.0...v4.1.1
Installation
- From PyPI
pip install FicImageScript==4.1.1
- Using the Wheel File
pip install FicImageScript-4.1.1-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-4.1.1.tar.gz
FicImageScript v4.1.0
What's Changed
Added
Full Changelog: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v4.0.0...v4.1.0
Installation
- From PyPI
pip install FicImageScript==4.1.0
- Using the Wheel File
pip install FicImageScript-4.1.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-4.1.0.tar.gz
FicImageScript v4.0.0
Installation
- From PyPI
pip install FicImageScript==4.0.0
- Using the Wheel File
pip install FicImageScript-4.0.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-4.0.0.tar.gz
Changelog
Fixed
- Fixed major file path issue preventing Windows users from using FicImage.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v3.0.0...v4.0.0
FicImageScript v3.0.0
Installation
- From PyPI
pip install FicImageScript==3.0.0
- Using the Wheel File
pip install FicImageScript-3.0.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-3.0.0.tar.gz
Changelog
Security
- Updated the
requests
dependency to ensure compatibility with version 2.31.0 or higher to mitigate CVE-2023-32681 security issue.
Changed
- Modified requirements to use "compatible with" (>=) instead of "exact version" (==) when installing to prevent potential conflicts with previously installed software.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v2.1.0...v3.0.0
FicImageScript v2.1.0
Installation
- From PyPI
pip install FicImageScript==2.1.0
- Using the Wheel File
pip install FicImageScript-2.1.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-2.1.0.tar.gz
Changelog
Fixed
- Issue #4. Replaced manual string splitting/joining code
with os.path functions. - Syntax error in PYPI_README.rst.
Changed
- Uncommented out the
[project]
and[project-urls]
sections inpyproject.toml
as they are not redundant anymore.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v2.0.0...v2.1.0
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
FicImageScript v1.0.2
Installation
- From PyPI
pip install FicImageScript==1.0.2
- Using the Wheel File
pip install FicImageScript-1.0.2-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-1.0.2.tar.gz
Changelog
Added
- Added the project version to
__init__.py
. - Created a README file for PyPI (PYPI_README.rst).
This file replaces the old README file as the long description for the package.
The old README still exists asREADME.md
and is still used for GitHub.
Changed
- Updated the file paths in
setup.py
andpyproject.toml
to point to
the newPYPI_README.rst
file. - Commented out the
[project]
and[project-urls]
sections inpyproject.toml
as they were redundant.
Fixed
- Fixed the long description content type in
setup.py
andpyproject.toml
to
match the new README format. The content type was updated fromtext/markdown
totext/x-rst
.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v1.0.1...v1.0.2
FicImageScript v1.0.1
Installation
- From PyPI
pip install FicImageScript==1.0.1
- Using the Wheel File
pip install FicImageScript-1.0.1-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-1.0.1.tar.gz
Changelog
Added
- Improved logging by adding an overview of downloaded images.
- Added a Changelog
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Full Changelog: v1.0.0...v1.0.1
FicImageScript v1.0.0
Installation
- From PyPI
pip install FicImageScript==1.0.0
- Using the Wheel File
pip install FicImageScript-1.0.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-1.0.0.tar.gz
Changelog
Full Changelog: https://github.com/Jemeni11/FicImage/commits/v1.0.0