From d7873b9eb718c364139a170f16c77324d4d86a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 7 Dec 2024 18:03:48 +0100 Subject: [PATCH] release version 1.28.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92ee4b6..0fe462ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 1.28.1 - 2024-12-07 +### Extractors +#### Additions +- [bluesky] add `info` extractor +#### Fixes +- [bluesky] fix exception when encountering non-quote embeds ([#6577](https://github.com/mikf/gallery-dl/issues/6577)) +- [bluesky] unescape search queries ([#6579](https://github.com/mikf/gallery-dl/issues/6579)) +- [common] restore using environment proxy settings by default ([#6553](https://github.com/mikf/gallery-dl/issues/6553), [#6609](https://github.com/mikf/gallery-dl/issues/6609)) +- [common] improve handling of `user-agent` settings ([#6594](https://github.com/mikf/gallery-dl/issues/6594)) +- [e621] fix `TypeError` when `metadata` is enabled ([#6587](https://github.com/mikf/gallery-dl/issues/6587)) +- [gofile] fix website token extraction ([#6596](https://github.com/mikf/gallery-dl/issues/6596)) +- [inkbunny] fix re-login loop ([#6618](https://github.com/mikf/gallery-dl/issues/6618)) +- [instagram] handle empty `carousel_media` entries ([#6595](https://github.com/mikf/gallery-dl/issues/6595)) +- [kemonoparty] fix `o` query parameter handling ([#6597](https://github.com/mikf/gallery-dl/issues/6597)) +- [nhentai] fix download URLs ([#6620](https://github.com/mikf/gallery-dl/issues/6620)) +- [readcomiconline] fix `chapter` extraction ([#6070](https://github.com/mikf/gallery-dl/issues/6070), [#6335](https://github.com/mikf/gallery-dl/issues/6335)) +- [realbooru] fix extraction ([#6543](https://github.com/mikf/gallery-dl/issues/6543)) +- [rule34] fix `favorite` extraction ([#6573](https://github.com/mikf/gallery-dl/issues/6573)) +- [zerochan] download `.webp` and `.gif` files ([#6576](https://github.com/mikf/gallery-dl/issues/6576)) +#### Improvements +- [hentaicosplays] update domains ([#6578](https://github.com/mikf/gallery-dl/issues/6578)) +- [pixiv:ranking] implement filtering results by `content` ([#6574](https://github.com/mikf/gallery-dl/issues/6574)) +- [pixiv] include user ID in failed AJAX request warnings ([#6581](https://github.com/mikf/gallery-dl/issues/6581)) +#### Options +- [patreon] add `format-images` option ([#6569](https://github.com/mikf/gallery-dl/issues/6569)) +- [zerochan] add `extensions` option ([#6576](https://github.com/mikf/gallery-dl/issues/6576)) + ## 1.28.0 - 2024-11-30 ### Changes - [common] disable using environment network settings by default (`HTTP_PROXY`, `.netrc`, …) diff --git a/README.rst b/README.rst index 8b8b74f7..63d400f6 100644 --- a/README.rst +++ b/README.rst @@ -76,9 +76,9 @@ Standalone Executable Prebuilt executable files with a Python interpreter and required Python packages included are available for -- `Windows `__ +- `Windows `__ (Requires `Microsoft Visual C++ Redistributable Package (x86) `__) -- `Linux `__ +- `Linux `__ Nightly Builds diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 18aca063..2dab0d65 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -6,5 +6,5 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -__version__ = "1.28.1-dev" +__version__ = "1.28.1" __variant__ = None