From 583bee77257a054aba483428525c797a055d2b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 2 Apr 2021 21:16:44 +0200 Subject: [PATCH] release version 1.17.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c08371b..d57583e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog -## Unreleased +## 1.17.2 - 2021-04-02 +### Additions +- [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794)) +- [manganelo] add `chapter` and `manga` extractors ([#1415](https://github.com/mikf/gallery-dl/issues/1415)) +- [pinterest] add `search` extractor ([#1411](https://github.com/mikf/gallery-dl/issues/1411)) +- [sankaku] add `tag_string` metadata field ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [sankaku] add enumeration index for books ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [tapas] add `series` and `episode` extractors ([#692](https://github.com/mikf/gallery-dl/issues/692)) +- [tapas] implement login with username & password ([#692](https://github.com/mikf/gallery-dl/issues/692)) +- [twitter] allow specifying a custom format for user results ([#1337](https://github.com/mikf/gallery-dl/issues/1337)) +- [twitter] add extractor for direct image links ([#1417](https://github.com/mikf/gallery-dl/issues/1417)) +- [vk] add support for albums ([#474](https://github.com/mikf/gallery-dl/issues/474)) +### Fixes +- [aryion] unescape paths ([#1414](https://github.com/mikf/gallery-dl/issues/1414)) +- [bcy] improve pagination +- [deviantart] update `watch` URL pattern ([#794](https://github.com/mikf/gallery-dl/issues/794)) +- [deviantart] fix arguments for search/popular results ([#1408](https://github.com/mikf/gallery-dl/issues/1408)) +- [deviantart] use fallback for `/intermediary/` URLs +- [exhentai] improve and simplify image limit checks +- [komikcast] fix extraction +- [pixiv] fix `favorite` URL pattern ([#1405](https://github.com/mikf/gallery-dl/issues/1405)) +- [sankaku] simplify `pool` tags ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [twitter] improve error message when trying to log in with 2FA ([#1409](https://github.com/mikf/gallery-dl/issues/1409)) +- [twitter] don't use youtube-dl for cards when videos are disabled ([#1416](https://github.com/mikf/gallery-dl/issues/1416)) ## 1.17.1 - 2021-03-19 ### Additions diff --git a/README.rst b/README.rst index 976fd492..4cbaa0e1 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 eb61ca24..b75f444f 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.2-dev" +__version__ = "1.17.2"