From f3517464830af1919013958e0bd6b8ef03db3351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 6 Feb 2022 22:02:36 +0100 Subject: [PATCH] release version 1.20.4 --- CHANGELOG.md | 20 +++++++++++++++++++- README.rst | 4 ++-- docs/supportedsites.md | 6 ++++++ gallery_dl/version.py | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a108b1..091bb902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog -## Unreleased +## 1.20.4 - 2022-02-06 +### Additions +- [e621] add `favorite` extractor ([#2250](https://github.com/mikf/gallery-dl/issues/2250)) +- [hitomi] add `format` option ([#2260](https://github.com/mikf/gallery-dl/issues/2260)) +- [kohlchan] add Kohlchan extractors ([#2251](https://github.com/mikf/gallery-dl/issues/2251)) +- [sexcom] add `pins` extractor ([#2265](https://github.com/mikf/gallery-dl/issues/2265)) +- [twitter] add `warnings` option ([#2258](https://github.com/mikf/gallery-dl/issues/2258)) +- add ability to disable TLS 1.2 ([#2243](https://github.com/mikf/gallery-dl/issues/2243)) +- add examples for custom gelbooru instances ([#2262](https://github.com/mikf/gallery-dl/issues/2262)) +### Fixes +- [bunkr] fix mp4 downloads ([#2239](https://github.com/mikf/gallery-dl/issues/2239)) +- [gelbooru] improve and fix pagination ([#2230](https://github.com/mikf/gallery-dl/issues/2230), [#2232](https://github.com/mikf/gallery-dl/issues/2232)) +- [hitomi] "fix" 403 errors ([#2260](https://github.com/mikf/gallery-dl/issues/2260)) +- [kemonoparty] fix downloading smaller text files ([#2267](https://github.com/mikf/gallery-dl/issues/2267)) +- [patreon] disable TLS 1.2 by default ([#2249](https://github.com/mikf/gallery-dl/issues/2249)) +- [twitter] restore errors for protected timelines etc ([#2237](https://github.com/mikf/gallery-dl/issues/2237)) +- [twitter] restore `logout` functionality ([#1719](https://github.com/mikf/gallery-dl/issues/1719)) +- [twitter] provide fallback URLs for card images +- [weibo] update pagination code ([#2244](https://github.com/mikf/gallery-dl/issues/2244)) ## 1.20.3 - 2022-01-26 ### Fixes diff --git a/README.rst b/README.rst index 0602facb..9ba4e2c5 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/docs/supportedsites.md b/docs/supportedsites.md index 07649933..1f12a901 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -397,6 +397,12 @@ Consider all sites to be NSFW unless otherwise known. Soundtracks + + Kohlchan + https://kohlchan.net/ + Boards, Threads + + Komikcast https://komikcast.com/ diff --git a/gallery_dl/version.py b/gallery_dl/version.py index b9c21273..cedbfa06 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.20.4-dev" +__version__ = "1.20.4"