release version 1.26.5
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,5 +1,33 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.26.5 - 2023-12-23
|
||||||
|
### Extractors
|
||||||
|
#### Additions
|
||||||
|
- [deviantart] add `intermediary` option ([#4955](https://github.com/mikf/gallery-dl/issues/4955))
|
||||||
|
- [inkbunny] add `unread` extractor ([#4934](https://github.com/mikf/gallery-dl/issues/4934))
|
||||||
|
- [mastodon] support non-numeric status IDs ([#4936](https://github.com/mikf/gallery-dl/issues/4936))
|
||||||
|
- [myhentaigallery] recognize `/g/` URLs ([#4920](https://github.com/mikf/gallery-dl/issues/4920))
|
||||||
|
- [postmill] add support ([#4917](https://github.com/mikf/gallery-dl/issues/4917), [#4919](https://github.com/mikf/gallery-dl/issues/4919))
|
||||||
|
- {shimmie2[ support `rule34hentai.net` ([#861](https://github.com/mikf/gallery-dl/issues/861), [#4789](https://github.com/mikf/gallery-dl/issues/4789), [#4945](https://github.com/mikf/gallery-dl/issues/4945))
|
||||||
|
#### Fixes
|
||||||
|
- [deviantart] add workaround for integer `client-id` values ([#4924](https://github.com/mikf/gallery-dl/issues/4924))
|
||||||
|
- [exhentai] fix error for infinite `fallback-retries` ([#4911](https://github.com/mikf/gallery-dl/issues/4911))
|
||||||
|
- [inkbunny] stop pagination on empty results
|
||||||
|
- [patreon] fix bootstrap data extraction again ([#4904](https://github.com/mikf/gallery-dl/issues/4904))
|
||||||
|
- [tumblr] fix exception after waiting for rate limit ([#4916](https://github.com/mikf/gallery-dl/issues/4916))
|
||||||
|
#### Improvements
|
||||||
|
- [exhentai] output continuation URL when interrupted ([#4782](https://github.com/mikf/gallery-dl/issues/4782))
|
||||||
|
- [inkbunny] improve `/submissionsviewall.php` patterns ([#4934](https://github.com/mikf/gallery-dl/issues/4934))
|
||||||
|
- [tumblr] support infinite `fallback-retries`
|
||||||
|
- [twitter] default to `tweets` timeline when `replies` are enabled ([#4953](https://github.com/mikf/gallery-dl/issues/4953))
|
||||||
|
#### Metadata
|
||||||
|
- [danbooru] provide `tags` as list ([#4942](https://github.com/mikf/gallery-dl/issues/4942))
|
||||||
|
- [deviantart] set `is_original` for intermediary URLs to `false`
|
||||||
|
- [twitter] remove `date_liked` ([#3850](https://github.com/mikf/gallery-dl/issues/3850), [#4108](https://github.com/mikf/gallery-dl/issues/4108), [#4657](https://github.com/mikf/gallery-dl/issues/4657))
|
||||||
|
### Docker
|
||||||
|
- add Docker instructions to README ([#4850](https://github.com/mikf/gallery-dl/issues/4850))
|
||||||
|
- fix auto-generation of `latest` tags
|
||||||
|
|
||||||
## 1.26.4 - 2023-12-10
|
## 1.26.4 - 2023-12-10
|
||||||
### Extractors
|
### Extractors
|
||||||
#### Additions
|
#### Additions
|
||||||
|
|||||||
@@ -72,9 +72,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.26.4/gallery-dl.exe>`__
|
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.26.5/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.26.4/gallery-dl.bin>`__
|
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.26.5/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.26.5-dev"
|
__version__ = "1.26.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user