Skip to content

Commit

Permalink
Release Photos 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jan 7, 2022
1 parent cbe5b3f commit dc0248f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

1.3.0 - 2022-01-07
------------------

- Add default processing information and pass them to the Pillow writer
- Fix issues with multiprocessing
- Add option to detect number of CPUs
- Add new class to hold information about the source image
- Add caching for exif, notes and exclude lists
- Add high and width information from the result image
- Update signal and config handling
- Add optional api documentation
- Add more docstrings
- Add an initial version of an example blog to show how to use the plugin

Contributed by [PhiBo](https://github.com/phibos) [PR #25](https://github.com/pelican-plugins/photos/pull/25/)


1.2.0 - 2022-01-01
------------------

Expand Down
12 changes: 0 additions & 12 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pelican-photos"
version = "1.2.0"
version = "1.3.0"
description = "Add a photo or a gallery of photos to an article"
authors = ["Joaquim Baptista <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit dc0248f

Please sign in to comment.