release version 1.28.1
This commit is contained in:
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,5 +1,32 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.28.1 - 2024-12-07
|
||||||
|
### Extractors
|
||||||
|
#### Additions
|
||||||
|
- [bluesky] add `info` extractor
|
||||||
|
#### Fixes
|
||||||
|
- [bluesky] fix exception when encountering non-quote embeds ([#6577](https://github.com/mikf/gallery-dl/issues/6577))
|
||||||
|
- [bluesky] unescape search queries ([#6579](https://github.com/mikf/gallery-dl/issues/6579))
|
||||||
|
- [common] restore using environment proxy settings by default ([#6553](https://github.com/mikf/gallery-dl/issues/6553), [#6609](https://github.com/mikf/gallery-dl/issues/6609))
|
||||||
|
- [common] improve handling of `user-agent` settings ([#6594](https://github.com/mikf/gallery-dl/issues/6594))
|
||||||
|
- [e621] fix `TypeError` when `metadata` is enabled ([#6587](https://github.com/mikf/gallery-dl/issues/6587))
|
||||||
|
- [gofile] fix website token extraction ([#6596](https://github.com/mikf/gallery-dl/issues/6596))
|
||||||
|
- [inkbunny] fix re-login loop ([#6618](https://github.com/mikf/gallery-dl/issues/6618))
|
||||||
|
- [instagram] handle empty `carousel_media` entries ([#6595](https://github.com/mikf/gallery-dl/issues/6595))
|
||||||
|
- [kemonoparty] fix `o` query parameter handling ([#6597](https://github.com/mikf/gallery-dl/issues/6597))
|
||||||
|
- [nhentai] fix download URLs ([#6620](https://github.com/mikf/gallery-dl/issues/6620))
|
||||||
|
- [readcomiconline] fix `chapter` extraction ([#6070](https://github.com/mikf/gallery-dl/issues/6070), [#6335](https://github.com/mikf/gallery-dl/issues/6335))
|
||||||
|
- [realbooru] fix extraction ([#6543](https://github.com/mikf/gallery-dl/issues/6543))
|
||||||
|
- [rule34] fix `favorite` extraction ([#6573](https://github.com/mikf/gallery-dl/issues/6573))
|
||||||
|
- [zerochan] download `.webp` and `.gif` files ([#6576](https://github.com/mikf/gallery-dl/issues/6576))
|
||||||
|
#### Improvements
|
||||||
|
- [hentaicosplays] update domains ([#6578](https://github.com/mikf/gallery-dl/issues/6578))
|
||||||
|
- [pixiv:ranking] implement filtering results by `content` ([#6574](https://github.com/mikf/gallery-dl/issues/6574))
|
||||||
|
- [pixiv] include user ID in failed AJAX request warnings ([#6581](https://github.com/mikf/gallery-dl/issues/6581))
|
||||||
|
#### Options
|
||||||
|
- [patreon] add `format-images` option ([#6569](https://github.com/mikf/gallery-dl/issues/6569))
|
||||||
|
- [zerochan] add `extensions` option ([#6576](https://github.com/mikf/gallery-dl/issues/6576))
|
||||||
|
|
||||||
## 1.28.0 - 2024-11-30
|
## 1.28.0 - 2024-11-30
|
||||||
### Changes
|
### Changes
|
||||||
- [common] disable using environment network settings by default (`HTTP_PROXY`, `.netrc`, …)
|
- [common] disable using environment network settings by default (`HTTP_PROXY`, `.netrc`, …)
|
||||||
|
|||||||
@@ -76,9 +76,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.28.0/gallery-dl.exe>`__
|
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.28.1/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.28.0/gallery-dl.bin>`__
|
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.28.1/gallery-dl.bin>`__
|
||||||
|
|
||||||
|
|
||||||
Nightly Builds
|
Nightly Builds
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
# 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.28.1-dev"
|
__version__ = "1.28.1"
|
||||||
__variant__ = None
|
__variant__ = None
|
||||||
|
|||||||
Reference in New Issue
Block a user