release version 1.30.4
This commit is contained in:
13
CHANGELOG.md
13
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
|
||||
|
||||
@@ -79,9 +79,9 @@ Standalone Executable
|
||||
Prebuilt executable files with a Python interpreter and
|
||||
required Python packages included are available for
|
||||
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.30.3/gallery-dl.exe>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.30.4/gallery-dl.exe>`__
|
||||
(Requires `Microsoft Visual C++ Redistributable Package (x86) <https://aka.ms/vs/17/release/vc_redist.x86.exe>`__)
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.30.3/gallery-dl.bin>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.30.4/gallery-dl.bin>`__
|
||||
|
||||
|
||||
Nightly Builds
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user