From f14a36cfc9f08c317a6603bde9ad32c8a6bb509c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 30 May 2021 19:24:00 +0200 Subject: [PATCH] release version 1.17.5 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45783bd..dcc1299f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog -## Unreleased +## 1.17.5 - 2021-05-30 +### Additions +- [kemonoparty] add `metadata` option ([#1548](https://github.com/mikf/gallery-dl/issues/1548)) +- [kemonoparty] add `type` metadata field ([#1556](https://github.com/mikf/gallery-dl/issues/1556)) +- [mangapark] recognize v2.mangapark URLs ([#1578](https://github.com/mikf/gallery-dl/issues/1578)) +- [patreon] extract user-defined `tags` ([#1539](https://github.com/mikf/gallery-dl/issues/1539), [#1540](https://github.com/mikf/gallery-dl/issues/1540)) +- [pillowfort] implement login with username & password ([#846](https://github.com/mikf/gallery-dl/issues/846)) +- [pillowfort] add `inline` and `external` options ([#846](https://github.com/mikf/gallery-dl/issues/846)) +- [pixiv] implement `max-posts` option ([#1558](https://github.com/mikf/gallery-dl/issues/1558)) +- [pixiv] add `metadata` option ([#1551](https://github.com/mikf/gallery-dl/issues/1551)) +- [twitter] add `text-tweets` option ([#570](https://github.com/mikf/gallery-dl/issues/570)) +- [weibo] extend `retweets` option ([#1542](https://github.com/mikf/gallery-dl/issues/1542)) +- [postprocessor:ugoira] support using the `image2` demuxer ([#1550](https://github.com/mikf/gallery-dl/issues/1550)) +- [postprocessor:ugoira] add `repeat-last-frame` option ([#1550](https://github.com/mikf/gallery-dl/issues/1550)) +- support `XDG_CONFIG_HOME` ([#1545](https://github.com/mikf/gallery-dl/issues/1545)) +- implement `parent-skip` and `"skip": "terminate"` options ([#1399](https://github.com/mikf/gallery-dl/issues/1399)) +### Changes +- [twitter] resolve `t.co` URLs in `content` ([#1532](https://github.com/mikf/gallery-dl/issues/1532)) +### Fixes +- [500px] update query hashes ([#1573](https://github.com/mikf/gallery-dl/issues/1573)) +- [aryion] find text posts in `recursive=false` mode ([#1568](https://github.com/mikf/gallery-dl/issues/1568)) +- [imagebam] fix extraction of NSFW images ([#1534](https://github.com/mikf/gallery-dl/issues/1534)) +- [imgur] update URL patterns ([#1561](https://github.com/mikf/gallery-dl/issues/1561)) +- [manganelo] update domain to `manganato.com` +- [reactor] skip deleted/empty posts +- [twitter] add missing retweet media entities ([#1555](https://github.com/mikf/gallery-dl/issues/1555)) +- fix ISO 639-1 code for Japanese (`jp` -> `ja`) ## 1.17.4 - 2021-05-07 ### Additions diff --git a/README.rst b/README.rst index 65789f9c..66e71e73 100644 --- a/README.rst +++ b/README.rst @@ -64,8 +64,8 @@ Standalone Executable Prebuilt executable files with a Python interpreter and required Python packages included are available for -- `Windows `__ -- `Linux `__ +- `Windows `__ +- `Linux `__ | Executables build from the latest commit can be found at | https://github.com/mikf/gallery-dl/actions/workflows/executables.yml diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 07403811..018554e3 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.17.5-dev" +__version__ = "1.17.5"