Update changelog and authors

This commit is contained in:
Simon Conseil
2020-05-08 23:15:58 -04:00
parent f946030f48
commit a80b4d2e94
3 changed files with 10 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ alphabetical order):
- Julien Voisin
- Kai Fricke
- Keith Johnson
- Kevin Murray
- Lukas Vacek
- Luke Cyca (@lukecyca)
- Mate Lakat
@@ -39,10 +40,12 @@ alphabetical order):
- Nicolas Arnaud-Cormos
- Nikolai Prokoschenko
- @phaer
- Rémi Ferrand
- Rémy Hubscher (@natim)
- Robert Schütz
- Sébastien Maccagnoni-Munch
- Simon Conseil
- Stefano Zacchiroli
- @subwarpspeed
- @t-animal
- @trapperhoney

View File

@@ -1,7 +1,6 @@
include AUTHORS
include CONTRIBUTING.rst
include LICENSE
include Makefile
include README.rst
include *.txt
include tox.ini

View File

@@ -8,14 +8,19 @@ Version 2.1.dev
Released on 2019-xx-xx.
- Add setting to use relative symbolic links [:issue:`359`].
- Add a setting to force image output format [:issue:`360`].
- Feeds: fix links to gallery and image [:issue:`361`].
- Improve performance when reading metadata [:issue:`361`].
- Add new plugin to allow one to disable ZIP generation on a per album basis
with a ``.nozip_gallery`` file [:issue:`368`].
- Add a quiet flag [:issue:`376`].
- Make sure that read-only files can be copied [:issue:`375`].
- Add a quiet flag [:issue:`376`].
- Update photoswipe to v4.1.3
- Add a setting to force image output format [:issue:`360`].
- Improve error message when template is not found [:issue:`384`].
- New plugin to protect gallery by encrypting image files using a password
[:issue:`385`].
- Force conversion of some EXIF tags to str [:issue:`386`].
- Use natural sorting thanks to the ``natsort`` package [:issue:`387`].
Version 2.0
~~~~~~~~~~~