From 98840f79d6d5eea928287e252a58e6c8c6881e28 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 8 Apr 2022 20:04:40 +0200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 326bbc8..34c6a61 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,7 +12,20 @@ Sigal now requires Python 3.8+. - Add option ``max_img_pixels`` to allow processing huge images (sets ``PIL.Image.MAX_IMAGE_PIXELS``) [:issue:`431`]. - Add webp to the list of images formats supported by default [:issue:`433`]. +- Allow ``video_size = None`` in settings [:issue:`435`]. +- New plugin to handle non-image or video files [:issue:`434`]. +- With the galleria theme, albums can contain both images and sub-albums + [:issue:`438`]. +- Add original size information for 'Download ZIP' link in album [:issue:`446`]. - Allow specifying the file date in the Markdown metadata file [:issue:`447`]. +- Add gallery title to albums' ```` [:issue:`441`]. +- Add map for all themes. This replaces the map feature that was specific to + the galleria theme [:issue:`450`]. +- Fix loading ``filters.py`` [:issue:`452`]. +- Fix compatibility with Click 8.1. +- colorbox theme: avoiding holes due to non image/video files present in the + source directory [:issue:`455`]. +- Extend caching plugin to handle markdown and iptc metadata [:issue:`443`]. Version 2.2 ~~~~~~~~~~~