From dc50936eed3e9616e6f2767931a9d3440f5debd4 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 3 Jan 2018 17:24:33 +0100 Subject: [PATCH] Update changelog [ci skip] --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c39612..77042f1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,8 +15,14 @@ Released on 2017-xx-xx. - Added random thumbnail property for album [:issue:`241`]. - Improve CSP compatibility with colorbox theme [:issue:`245`]. - Set html lang attribute based upon locale [:issue:`257`]. +- Resize portrait images to same size as landscape [:issue:`258`]. +- New setting ``thumb_fit_centering`` for tweaking how thumbnails should be + cropped [:issue:`263`]. +- New settings to configure what file extensions should be recognised as + images and videos [:issue:`270`]. - New setting ``datetime_format`` to customize the EXIF datetime format [:issue:`271`]. +- Add a progress bar for writing index files [:issue:`234`]. Version 1.3.0 ~~~~~~~~~~~~~