release version 1.24.4
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.24.4 - 2023-01-11
|
||||||
|
### Additions
|
||||||
|
- [downloader:http] add `validate` option
|
||||||
|
### Fixes
|
||||||
|
- [kemonoparty] fix regression from commit 473bd380 ([#3519](https://github.com/mikf/gallery-dl/issues/3519))
|
||||||
|
|
||||||
## 1.24.3 - 2023-01-10
|
## 1.24.3 - 2023-01-10
|
||||||
### Additions
|
### Additions
|
||||||
- [danbooru] extract `uploader` metadata ([#3457](https://github.com/mikf/gallery-dl/issues/3457))
|
- [danbooru] extract `uploader` metadata ([#3457](https://github.com/mikf/gallery-dl/issues/3457))
|
||||||
|
|||||||
@@ -69,9 +69,9 @@ Standalone Executable
|
|||||||
Prebuilt executable files with a Python interpreter and
|
Prebuilt executable files with a Python interpreter and
|
||||||
required Python packages included are available for
|
required Python packages included are available for
|
||||||
|
|
||||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.24.3/gallery-dl.exe>`__
|
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.24.4/gallery-dl.exe>`__
|
||||||
(Requires `Microsoft Visual C++ Redistributable Package (x86) <https://aka.ms/vs/17/release/vc_redist.x86.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.24.3/gallery-dl.bin>`__
|
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.24.4/gallery-dl.bin>`__
|
||||||
|
|
||||||
|
|
||||||
Nightly Builds
|
Nightly Builds
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.24.4-dev"
|
__version__ = "1.24.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user