From d1903589a57d9b233be0b68fb9f0cac3af46a547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 27 Dec 2020 18:28:33 +0100 Subject: [PATCH] release version 1.16.1 --- CHANGELOG.md | 22 +++++++++++++++++++++- README.rst | 6 +++--- gallery_dl/version.py | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b184e8fd..3531352845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog -## Unreleased +## 1.16.1 - 2020-12-27 +### Additions +- [instagram] add `include` option ([#1180](https://github.com/mikf/gallery-dl/issues/1180)) +- [pinterest] implement video support ([#1189](https://github.com/mikf/gallery-dl/issues/1189)) +- [sankaku] reimplement login support ([#1176](https://github.com/mikf/gallery-dl/issues/1176), [#1182](https://github.com/mikf/gallery-dl/issues/1182)) +- [sankaku] add support for sankaku.app URLs ([#1193](https://github.com/mikf/gallery-dl/issues/1193)) +### Changes +- [e621] return pool posts in order ([#1195](https://github.com/mikf/gallery-dl/issues/1195)) +- [hentaicafe] prefer title of `/hc.fyi/` pages ([#1106](https://github.com/mikf/gallery-dl/issues/1106)) +- [hentaicafe] simplify default filenames +- [sankaku] normalize `created_at` metadata ([#1190](https://github.com/mikf/gallery-dl/issues/1190)) +- [postprocessor:exec] do not add missing `{}` to command ([#1185](https://github.com/mikf/gallery-dl/issues/1185)) +### Fixes +- [booru] improve error handling +- [instagram] warn about private profiles ([#1187](https://github.com/mikf/gallery-dl/issues/1187)) +- [keenspot] improve redirect handling +- [mangadex] respect `chapter-reverse` settings ([#1194](https://github.com/mikf/gallery-dl/issues/1194)) +- [pixiv] output debug message on failed login attempts ([#1192](https://github.com/mikf/gallery-dl/issues/1192)) +- increase SQLite connection timeouts ([#1173](https://github.com/mikf/gallery-dl/issues/1173)) +### Removals +- [mangapanda] remove module ## 1.16.0 - 2020-12-12 ### Additions diff --git a/README.rst b/README.rst index 0615a8732d..03d5367dc7 100644 --- a/README.rst +++ b/README.rst @@ -83,8 +83,8 @@ Download a standalone executable file, put it into your `PATH `__, and run it inside a command prompt (like ``cmd.exe``). -- `Windows `__ -- `Linux `__ +- `Windows `__ +- `Linux `__ These executables include a Python interpreter and all required Python packages. @@ -321,7 +321,7 @@ access to *gallery-dl*. Authorize it and you will be shown one or more .. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf .. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst .. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.16.0.tar.gz +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.16.1.tar.gz .. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz .. _Python: https://www.python.org/downloads/ diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 35ecbc3955..21541be6f3 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -6,4 +6,4 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -__version__ = "1.16.1-dev" +__version__ = "1.16.1"