From 257b87a239a6c80d950a70d73ef64502fa86f96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 16 Aug 2025 17:48:48 +0200 Subject: [PATCH] release version 1.30.4 --- CHANGELOG.md | 13 +++++++++++++ README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8d05c5..e0ce9591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.30.4 - 2025-08-16 +### Extractors +#### Additions +- [civitai] add 'videos' extractor ([#6644](https://github.com/mikf/gallery-dl/issues/6644)) +#### Fixes +- [civitai] fix posts not returning video files ([#8053](https://github.com/mikf/gallery-dl/issues/8053)) +- [civitai] fix '403 Forbidden' errors for searches +- [kemono] use 'Accept: text/css' for API requests ([#8047](https://github.com/mikf/gallery-dl/issues/8047) [#8057](https://github.com/mikf/gallery-dl/issues/8057)) +#### Improvements +- [newgrounds] add fallback for images with empty 'full_image_text' 'src' +### Miscellaneous +- fix accessing methods through 'path-metadata' proxy ([#6582](https://github.com/mikf/gallery-dl/issues/6582)) + ## 1.30.3 - 2025-08-15 ### Extractors #### Additions diff --git a/README.rst b/README.rst index 1bb85f5d..a67bde5c 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 adfde03c..e6913b0b 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.4-dev" +__version__ = "1.30.4" __variant__ = None