diff --git a/CHANGELOG.md b/CHANGELOG.md index d5088884..de06fa7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.29.2 - 2025-03-15 +### Extractors +#### Additions +- [arcalive] add support ([#5657](https://github.com/mikf/gallery-dl/issues/5657) [#7100](https://github.com/mikf/gallery-dl/issues/7100)) +- [furaffinity] add `folder` extractor ([#1817](https://github.com/mikf/gallery-dl/issues/1817) [#7159](https://github.com/mikf/gallery-dl/issues/7159)) +#### Fixes +- [civitai] fix/improve query parameter handling ([#7138](https://github.com/mikf/gallery-dl/issues/7138)) +- [facebook] improve `date` extraction ([#7151](https://github.com/mikf/gallery-dl/issues/7151)) +- [sankaku] update API URLs ([#7154](https://github.com/mikf/gallery-dl/issues/7154) [#7155](https://github.com/mikf/gallery-dl/issues/7155) [#7163](https://github.com/mikf/gallery-dl/issues/7163)) +- [twitter] prevent exception in `_extract_components()` ([#7139](https://github.com/mikf/gallery-dl/issues/7139)) +#### Improvements +- [batoto] add `domain` option ([#7174](https://github.com/mikf/gallery-dl/issues/7174)) +- [furaffinity] extract `scraps` metadata ([#7015](https://github.com/mikf/gallery-dl/issues/7015)) +- [tiktok] implement audio extraction without `yt-dlp` +- [wikimedia] add `subcategories` option ([#2340](https://github.com/mikf/gallery-dl/issues/2340)) + ## 1.29.1 - 2025-03-08 ### Extractors #### Additions diff --git a/README.rst b/README.rst index 4be6c57e..ae519681 100644 --- a/README.rst +++ b/README.rst @@ -77,9 +77,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 e7eb2f5c..558b02ef 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.29.2-dev" +__version__ = "1.29.2" __variant__ = None