From 4835888acc91740f81b73736a78a37b0ed63d7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 7 May 2021 21:37:48 +0200 Subject: [PATCH] release version 1.17.4 --- CHANGELOG.md | 21 ++++++++++++++++++++- README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf1e1a9..05ec91c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog -## Unreleased +## 1.17.4 - 2021-05-07 +### Additions +- [gelbooru] add extractor for `/redirect.php` URLs ([#1530](https://github.com/mikf/gallery-dl/issues/1530)) +- [inkbunny] add `favorite` extractor ([#1521](https://github.com/mikf/gallery-dl/issues/1521)) +- add `output.skip` option +- add an optional argument to `--clear-cache` to select which cache entries to remove ([#1230](https://github.com/mikf/gallery-dl/issues/1230)) +### Changes +- [pixiv] update `translated-tags` option ([#1507](https://github.com/mikf/gallery-dl/issues/1507)) + - rename to `tags` + - accept `"japanese"`, `"translated"`, and `"original"` as values +### Fixes +- [500px] update query hashes +- [kemonoparty] fix download URLs ([#1514](https://github.com/mikf/gallery-dl/issues/1514)) +- [imagebam] fix extraction +- [instagram] update query hashes +- [nozomi] update default archive-fmt for `tag` and `search` extractors ([#1529](https://github.com/mikf/gallery-dl/issues/1529)) +- [pixiv] remove duplicate translated tags ([#1507](https://github.com/mikf/gallery-dl/issues/1507)) +- [readcomiconline] change domain to `readcomiconline.li` ([#1517](https://github.com/mikf/gallery-dl/issues/1517)) +- [sankaku] update invalid-token detection ([#1515](https://github.com/mikf/gallery-dl/issues/1515)) +- fix crash when using `--no-download` with `--ugoira-conv` ([#1507](https://github.com/mikf/gallery-dl/issues/1507)) ## 1.17.3 - 2021-04-25 ### Additions diff --git a/README.rst b/README.rst index d659faff..40378525 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 f15fc721..031c4ebf 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.4-dev" +__version__ = "1.17.4"