mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
release version 1.25.1
This commit is contained in:
parent
9b5e7ce8b9
commit
82f83c18e8
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,10 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
## 1.25.1 - 2023-03-25
|
||||
### Additions
|
||||
- [nitter] support nitter.it ([#3819](https://github.com/mikf/gallery-dl/issues/3819))
|
||||
- [twitter] add `hashtag` extractor ([#3783](https://github.com/mikf/gallery-dl/issues/3783))
|
||||
- [twitter] support Tweet content with >280 characters
|
||||
- [formatter] support loading f-strings from template files ([#3800](https://github.com/mikf/gallery-dl/issues/3800))
|
||||
- [formatter] support filesystem paths for `\fM` modules ([#3399](https://github.com/mikf/gallery-dl/issues/3399))
|
||||
- [formatter] support putting keys in quotes (e.g. `user['name']`) ([#2559](https://github.com/mikf/gallery-dl/issues/2559))
|
||||
- [postprocessor:metadata] add `skip` option ([#3786](https://github.com/mikf/gallery-dl/issues/3786))
|
||||
### Fixes
|
||||
- [output] set `errors=replace` for output streams ([#3765](https://github.com/mikf/gallery-dl/issues/3765))
|
||||
- [gelbooru] extract favorites without needing cookies ([#3704](https://github.com/mikf/gallery-dl/issues/3704))
|
||||
- [gelbooru] fix and improve `--range` for pools
|
||||
- [hiperdex] fix extraction ([#3768](https://github.com/mikf/gallery-dl/issues/3768))
|
||||
- [naverwebtoon] fix extraction ([#3729](https://github.com/mikf/gallery-dl/issues/3729))
|
||||
- [nitter] fix extraction for instances without user banners
|
||||
- [twitter] update API query hashes and parameters
|
||||
- [weibo] support `mix_media_info` entries ([#3793](https://github.com/mikf/gallery-dl/issues/3793))
|
||||
- fix circular reference detection for `-K`
|
||||
### Changes
|
||||
- update `globals` instead of overwriting the default ([#3773](https://github.com/mikf/gallery-dl/issues/3773))
|
||||
|
||||
## 1.25.0 - 2023-03-11
|
||||
### Changes
|
||||
- [e621] split `e621` extractors from `danbooru` module ([#3425](https://github.com/mikf/gallery-dl/issues/3425))
|
||||
- [deviantart] remove mature scraps warning ([#3691](https://github.com/mikf/gallery-dl/issues/3691))
|
||||
- [deviantart] use `/collections/all` endpoint for favorites ([#3666](https://github.com/mikf/gallery-dl/issues/3666) ,#3668)
|
||||
- [deviantart] use `/collections/all` endpoint for favorites ([#3666](https://github.com/mikf/gallery-dl/issues/3666), [#3668](https://github.com/mikf/gallery-dl/issues/3668))
|
||||
- [newgrounds] update default image and audio archive IDs to prevent ID overlap ([#3681](https://github.com/mikf/gallery-dl/issues/3681))
|
||||
- rename `--ignore-config` to `--config-ignore`
|
||||
### Extractors
|
||||
|
@ -69,9 +69,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.25.0/gallery-dl.exe>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.25.1/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.25.0/gallery-dl.bin>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.25.1/gallery-dl.bin>`__
|
||||
|
||||
|
||||
Nightly Builds
|
||||
|
@ -6,4 +6,4 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.25.1-dev"
|
||||
__version__ = "1.25.1"
|
||||
|
Loading…
Reference in New Issue
Block a user