From a88130535700d42482fb1e8dea4b953dc5cd23c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 5 Nov 2021 20:47:45 +0100 Subject: [PATCH] release version 1.19.2 --- CHANGELOG.md | 20 +++++++++++++++++++- README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccf41a03e..9fa15402ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog -## Unreleased +## 1.19.2 - 2021-11-05 +### Additions +- [kemonoparty] add `comments` option ([#1980](https://github.com/mikf/gallery-dl/issues/1980)) +- [skeb] add `user` and `post` extractors ([#1031](https://github.com/mikf/gallery-dl/issues/1031), [#1971](https://github.com/mikf/gallery-dl/issues/1971)) +- [twitter] add `pinned` option +- support accessing environment variables and the current local datetime in format strings ([#1968](https://github.com/mikf/gallery-dl/issues/1968)) +- add special type format strings to docs ([#1987](https://github.com/mikf/gallery-dl/issues/1987)) +### Fixes +- [cyberdrop] fix video extraction ([#1993](https://github.com/mikf/gallery-dl/issues/1993)) +- [deviantart] fix `index` values for stashed deviations +- [gfycat] provide consistent `userName` values for `user` downloads ([#1962](https://github.com/mikf/gallery-dl/issues/1962)) +- [gfycat] show warning when there are no available formats +- [hitomi] fix image URLs ([#1975](https://github.com/mikf/gallery-dl/issues/1975), [#1982](https://github.com/mikf/gallery-dl/issues/1982), [#1988](https://github.com/mikf/gallery-dl/issues/1988)) +- [instagram] update query hashes +- [mangakakalot] update domain and fix extraction +- [mangoxo] fix login and extraction +- [reddit] prevent crash for galleries with no `media_metadata` ([#2001](https://github.com/mikf/gallery-dl/issues/2001)) +- [redgifs] update to API v2 ([#1984](https://github.com/mikf/gallery-dl/issues/1984)) +- fix calculating retry sleep times ([#1990](https://github.com/mikf/gallery-dl/issues/1990)) ## 1.19.1 - 2021-10-24 ### Additions diff --git a/README.rst b/README.rst index e5befc8a27..5586fda2d6 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 1345161c0b..48817be0ae 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.19.2-dev" +__version__ = "1.19.2"