From 22ae0c92a3f4b60a711c00da4ec5de5c950b2ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 14 Sep 2025 09:37:23 +0200 Subject: [PATCH] release version 1.30.7 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32c7679..dd776530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 1.30.7 - 2025-09-14 +### Extractors +#### Additions +- [bellazon] add support ([#7480](https://github.com/mikf/gallery-dl/issues/7480)) +- [cyberfile] add support ([#5015](https://github.com/mikf/gallery-dl/issues/5015)) +- [fansly] add `creator-media` extractor ([#4401](https://github.com/mikf/gallery-dl/issues/4401)) +- [simpcity] add support ([#3127](https://github.com/mikf/gallery-dl/issues/3127) [#5145](https://github.com/mikf/gallery-dl/issues/5145) [#5879](https://github.com/mikf/gallery-dl/issues/5879) [#8187](https://github.com/mikf/gallery-dl/issues/8187)) +#### Fixes +- [aibooru] fix download URLs ([#8212](https://github.com/mikf/gallery-dl/issues/8212)) +- [ao3] fix pagination ([#8206](https://github.com/mikf/gallery-dl/issues/8206)) +- [boosty] fix extracting `accessToken` from cookies ([#8203](https://github.com/mikf/gallery-dl/issues/8203)) +- [comick] update `buildId` on `404` errors ([#8157](https://github.com/mikf/gallery-dl/issues/8157)) +- [facebook] fix `/photo/?fbid=…&set=…` URLs being handled as a set ([#8181](https://github.com/mikf/gallery-dl/issues/8181)) +- [fansly] fix & improve format selection ([#4401](https://github.com/mikf/gallery-dl/issues/4401)) +- [fansly] fix posts with more than 5 files ([#4401](https://github.com/mikf/gallery-dl/issues/4401)) +- [imgbb] fix & update ([#7936](https://github.com/mikf/gallery-dl/issues/7936)) +- [tiktok] fix `KeyError: 'author'` ([#8189](https://github.com/mikf/gallery-dl/issues/8189)) +#### Improvements +- [comick] handle redirects +- [fansly] provide fallback URL for manifest downloads ([#4401](https://github.com/mikf/gallery-dl/issues/4401)) +- [fansly:creator] support custom wall IDs ([#4401](https://github.com/mikf/gallery-dl/issues/4401)) +- [tungsten:user] support filtering results by tag ([#8061](https://github.com/mikf/gallery-dl/issues/8061)) +- [twitter] continue searches on empty response ([#8173](https://github.com/mikf/gallery-dl/issues/8173)) +- [twitter] implement various `search-…` options ([#8173](https://github.com/mikf/gallery-dl/issues/8173)) +### Miscellaneous +- [formatter] exclude `<>\` characters from `!R` results ([#8180](https://github.com/mikf/gallery-dl/issues/8180)) +- [formatter] support negative indicies +- [util] emit debug `Proxy Map` logging message ([#8195](https://github.com/mikf/gallery-dl/issues/8195)) + ## 1.30.6 - 2025-09-06 ### Extractors #### Additions diff --git a/README.rst b/README.rst index 71c7cf82..71cf809f 100644 --- a/README.rst +++ b/README.rst @@ -79,9 +79,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 9f151478..277d6793 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.30.7-dev" +__version__ = "1.30.7" __variant__ = None