Browse Source

Update changelog and authors

pull/397/head
Simon Conseil 6 years ago
parent
commit
a80b4d2e94
  1. 3
      AUTHORS
  2. 1
      MANIFEST.in
  3. 9
      docs/changelog.rst

3
AUTHORS

@ -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

1
MANIFEST.in

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

9
docs/changelog.rst

@ -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
~~~~~~~~~~~

Loading…
Cancel
Save