mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
release version 1.19.2
This commit is contained in:
parent
7cb303d745
commit
a881305357
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,6 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.19.2 - 2021-11-05
|
||||
### Additions
|
||||
- [kemonoparty] add `comments` option ([#1980](https://github.com/mikf/gallery-dl/issues/1980))
|
||||
- [skeb] add `user` and `post` extractors ([#1031](https://github.com/mikf/gallery-dl/issues/1031), [#1971](https://github.com/mikf/gallery-dl/issues/1971))
|
||||
- [twitter] add `pinned` option
|
||||
- support accessing environment variables and the current local datetime in format strings ([#1968](https://github.com/mikf/gallery-dl/issues/1968))
|
||||
- add special type format strings to docs ([#1987](https://github.com/mikf/gallery-dl/issues/1987))
|
||||
### Fixes
|
||||
- [cyberdrop] fix video extraction ([#1993](https://github.com/mikf/gallery-dl/issues/1993))
|
||||
- [deviantart] fix `index` values for stashed deviations
|
||||
- [gfycat] provide consistent `userName` values for `user` downloads ([#1962](https://github.com/mikf/gallery-dl/issues/1962))
|
||||
- [gfycat] show warning when there are no available formats
|
||||
- [hitomi] fix image URLs ([#1975](https://github.com/mikf/gallery-dl/issues/1975), [#1982](https://github.com/mikf/gallery-dl/issues/1982), [#1988](https://github.com/mikf/gallery-dl/issues/1988))
|
||||
- [instagram] update query hashes
|
||||
- [mangakakalot] update domain and fix extraction
|
||||
- [mangoxo] fix login and extraction
|
||||
- [reddit] prevent crash for galleries with no `media_metadata` ([#2001](https://github.com/mikf/gallery-dl/issues/2001))
|
||||
- [redgifs] update to API v2 ([#1984](https://github.com/mikf/gallery-dl/issues/1984))
|
||||
- fix calculating retry sleep times ([#1990](https://github.com/mikf/gallery-dl/issues/1990))
|
||||
|
||||
## 1.19.1 - 2021-10-24
|
||||
### Additions
|
||||
|
@ -64,8 +64,8 @@ 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.19.1/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.19.1/gallery-dl.bin>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.19.2/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.19.2/gallery-dl.bin>`__
|
||||
|
||||
| Executables build from the latest commit can be found at
|
||||
| https://github.com/mikf/gallery-dl/actions/workflows/executables.yml
|
||||
|
@ -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.19.2-dev"
|
||||
__version__ = "1.19.2"
|
||||
|
Loading…
Reference in New Issue
Block a user