release version 1.25.7
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## 1.25.7 - 2023-07-02
|
||||
### Additions
|
||||
- [flickr] add 'exif' option
|
||||
- [flickr] add 'metadata' option ([#4227](https://github.com/mikf/gallery-dl/issues/4227))
|
||||
- [mangapark] add 'source' option ([#3969](https://github.com/mikf/gallery-dl/issues/3969))
|
||||
- [twitter] extend 'conversations' option ([#4211](https://github.com/mikf/gallery-dl/issues/4211))
|
||||
### Fixes
|
||||
- [furaffinity] improve 'description' HTML ([#4224](https://github.com/mikf/gallery-dl/issues/4224))
|
||||
- [gelbooru_v01] fix '--range' ([#4167](https://github.com/mikf/gallery-dl/issues/4167))
|
||||
- [hentaifox] fix titles containing '@' ([#4201](https://github.com/mikf/gallery-dl/issues/4201))
|
||||
- [mangapark] update to v5 ([#3969](https://github.com/mikf/gallery-dl/issues/3969))
|
||||
- [piczel] update API server address ([#4244](https://github.com/mikf/gallery-dl/issues/4244))
|
||||
- [poipiku] improve error detection ([#4206](https://github.com/mikf/gallery-dl/issues/4206))
|
||||
- [sankaku] improve warnings for unavailable posts
|
||||
- [senmanga] ensure download URLs have a scheme ([#4235](https://github.com/mikf/gallery-dl/issues/4235))
|
||||
|
||||
## 1.25.6 - 2023-06-17
|
||||
### Additions
|
||||
- [blogger] download files from `lh*.googleusercontent.com` ([#4070](https://github.com/mikf/gallery-dl/issues/4070))
|
||||
|
||||
@@ -72,9 +72,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.6/gallery-dl.exe>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.25.7/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.6/gallery-dl.bin>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.25.7/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.7-dev"
|
||||
__version__ = "1.25.7"
|
||||
|
||||
Reference in New Issue
Block a user