Skip to content

Releases: Jemeni11/FicImage

v4.1.1

18 Sep 18:03
Compare
Choose a tag to compare

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

17 Apr 12:45
b783544
Compare
Choose a tag to compare

What's Changed

Added

  • Added a user agent string to help download imgur images by @Jemeni11 in #6

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

28 Feb 15:44
Compare
Choose a tag to compare

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

30 Oct 14:35
e4f7424
Compare
Choose a tag to compare

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

22 Jul 11:00
2d00626
Compare
Choose a tag to compare

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 in pyproject.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

22 Jul 10:14
860103a
Compare
Choose a tag to compare

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

FicImageScript v1.0.2

12 May 16:40
Compare
Choose a tag to compare

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 as README.md and is still used for GitHub.

Changed

  • Updated the file paths in setup.py and pyproject.toml to point to
    the new PYPI_README.rst file.
  • Commented out the [project] and [project-urls] sections in pyproject.toml
    as they were redundant.

Fixed

  • Fixed the long description content type in setup.py and pyproject.toml to
    match the new README format. The content type was updated from text/markdown to text/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

11 May 14:54
Compare
Choose a tag to compare

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

11 May 13:17
Compare
Choose a tag to compare

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