All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.1.1 - 2024-09-18
- Changed the build system.
4.1.0 - 2024-04-17
- Added a user agent string to help download imgur images.
4.0.0 - 2024-02-28
- Fixed major file path issue preventing Windows users from using FicImage.
3.0.0 - 2023-10-30
- Updated the
requests
dependency to ensure compatibility with version 2.31.0 or higher to mitigate CVE-2023-32681 security issue.
- Modified requirements to use "compatible with" (>=) instead of "exact version" (==) when installing to prevent potential conflicts with previously installed software.
2.1.0 - 2023-07-22
- Issue #4. Replaced manual string splitting/joining code
with
os.path
functions. - Syntax error in PYPI_README.rst.
- Uncommented out the
[project]
and[project-urls]
sections inpyproject.toml
as they are not redundant anymore.
2.0.0 - 2023-07-22
- Issue #2. A bug in the file path of the
load_config_json
function caused aFileNotFoundError
.
- 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.
- 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.
1.0.2 - 2023-05-12
- 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 as
README.md
and is still used for GitHub.
- 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 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
.
1.0.1 - 2023-05-11
- Improved logging by adding an overview of downloaded images.
- Added a Changelog
1.0.0 - 2023-05-08
- Released FicImageScript