Skip to content

Latest commit

 

History

History
174 lines (123 loc) · 5.7 KB

CHANGELOG.md

File metadata and controls

174 lines (123 loc) · 5.7 KB

CHANGELOG

3.0.4 - 2024-03-08

Remove upper bounds on several dependency versions.

Contributed by Justin Mayer via PR #81

3.0.3 - 2022-07-18

support: Display plugin configuration when Pelican is run in debug mode.

3.0.2 - 2022-07-11

support: Add Pillow 10 to list of supported versions.

3.0.1 - 2022-07-11

bug: Fix function calls to be deprecated by Pillow 10.

3.0.0 - 2022-07-10

support: Drops support for Python 3.6.

support: upgrade Pillow to 9.0.0 (which doesn't support Python 3.6)

support: regenerate test images to match new output from Pillow 9

2.1.3 - 2021-07-09

bug: handling edge cases where image is location is non-local to the Pelican site source, does not exist, or cannot be identified by Pillow.

Contributed by Lucas Cimon PR #51

2.1.2 - 2021-05-28

bug: Add lxml as a project requirement. It is used to parse Atom and RSS feeds.

2.1.1 - 2021-05-07

  • Support: Support Pelican from v3.0 on. See Pull Request #47
  • Support: Re-enable Windows support for development tools, specifically the project's tasks.py file for use with Invoke.

2.1.0 - 2021-03-11

2.0.0 - 2020-12-04

1.3.0 - 2019-10-26

A new release to PyPI intended to replace the Git submodule-based installation, while providing the following improvements along with MinchinWeb’s earlier ones. The plugin is available at pelican-image-process. See Issue #13.

The project returns to the stewardship of WhiskyEchoBravo.

@MinchinWeb did a good job on this project while it was not maintained. Thanks!

The following changelog is from minchin.pelican.plugins.image_process:

1.2.1 - 2021-04-26

  • support: Add deprecation notice to point to new plugin location at pelican-image-process on PyPI.

1.2.0 - 2019-08-17

  • feature: Add support for Pelican v4. See Issue #5.
  • bug: Remove dependency on pelican.tests. See Issue #1.

1.1.4 - 2018-01-03

  • bug: Fixing a bug when we use {attach} on an article (thanks @cunhaax). See Pull Request #4.
  • bug: fix order of arguments for crop command. See Issue #3.
  • bug: pep8 is now pycodestyle

1.1.3 - 2017-05-27

  • bug: make code on PyPI match code on Git. See Issue #2.

1.1.2 - 2017-04-10

  • bug: upgrade release toolchain
  • bug: Framework :: Pelican :: Plugins trove classifier for PyPI now available

1.1.1 - 2017-03-08

  • bug: provide universal wheels

1.1.0 - 2016-09-12

  • feature: allow definition of file encoding (using IMAGE_PROCESS_ENCODING variable) in Pelican configuration
  • bug: deal with undefined SITEURL
  • support: first release to PyPI under minchin.pelican.plugins.image-process.
  • support: add release machinery

1.0.2 - 2016-08-12

  • bug: fix problems dealing with escaped URL's
  • support: move package to minchin.pelican.plugins.image_process
  • support: add setup.py

1.0.1 - 2016-06-19

1.0.0 - 2016-06-12