release version 1.22.4
This commit is contained in:
38
CHANGELOG.md
38
CHANGELOG.md
@@ -1,5 +1,43 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.22.4 - 2022-07-15
|
||||||
|
### Additions
|
||||||
|
- [instagram] add `pinned` metadata field ([#2752](https://github.com/mikf/gallery-dl/issues/2752))
|
||||||
|
- [itaku] categorize sections by group ([#1842](https://github.com/mikf/gallery-dl/issues/1842))
|
||||||
|
- [khinsider] extract `platform` metadata
|
||||||
|
- [tumblr] support `/blog/view` URLs ([#2760](https://github.com/mikf/gallery-dl/issues/2760))
|
||||||
|
- [twitter] implement `strategy` option ([#2712](https://github.com/mikf/gallery-dl/issues/2712))
|
||||||
|
- [twitter] add `count` metadata field ([#2741](https://github.com/mikf/gallery-dl/issues/2741))
|
||||||
|
- [formatter] implement `O` format specifier ([#2736](https://github.com/mikf/gallery-dl/issues/2736))
|
||||||
|
- [postprocessor:mtime] add `value` option ([#2739](https://github.com/mikf/gallery-dl/issues/2739))
|
||||||
|
- add `--no-postprocessors` command-line option ([#2725](https://github.com/mikf/gallery-dl/issues/2725))
|
||||||
|
- implement `format-separator` option ([#2737](https://github.com/mikf/gallery-dl/issues/2737))
|
||||||
|
### Changes
|
||||||
|
- [pinterest] handle section pins with separate extractors ([#2684](https://github.com/mikf/gallery-dl/issues/2684))
|
||||||
|
- [postprocessor:ugoira] enable `mtime` by default ([#2714](https://github.com/mikf/gallery-dl/issues/2714))
|
||||||
|
### Fixes
|
||||||
|
- [bunkr] fix extraction ([#2732](https://github.com/mikf/gallery-dl/issues/2732))
|
||||||
|
- [hentaifoundry] fix metadata extraction
|
||||||
|
- [itaku] fix user caching ([#1842](https://github.com/mikf/gallery-dl/issues/1842))
|
||||||
|
- [itaku] fix `date` parsing
|
||||||
|
- [kemonoparty] ensure all files have an `extension` ([#2740](https://github.com/mikf/gallery-dl/issues/2740))
|
||||||
|
- [komikcast] update domain
|
||||||
|
- [mangakakalot] update domain
|
||||||
|
- [newgrounds] only attempt to login if necessary ([#2715](https://github.com/mikf/gallery-dl/issues/2715))
|
||||||
|
- [newgrounds] prevent exception on empty results ([#2727](https://github.com/mikf/gallery-dl/issues/2727))
|
||||||
|
- [nozomi] reduce memory consumption during searches ([#2754](https://github.com/mikf/gallery-dl/issues/2754))
|
||||||
|
- [pixiv] fix default `background` filenames
|
||||||
|
- [sankaku] rewrite file URLs to s.sankakucomplex.com ([#2746](https://github.com/mikf/gallery-dl/issues/2746))
|
||||||
|
- [slideshare] fix `description` extraction
|
||||||
|
- [twitter] ignore previously seen Tweets ([#2712](https://github.com/mikf/gallery-dl/issues/2712))
|
||||||
|
- [twitter] unescape HTML entities in `content` ([#2757](https://github.com/mikf/gallery-dl/issues/2757))
|
||||||
|
- [weibo] handle invalid or broken status objects
|
||||||
|
- [postprocessor:zip] ensure target directory exists ([#2758](https://github.com/mikf/gallery-dl/issues/2758))
|
||||||
|
- make `brotli` an *optional* dependency ([#2716](https://github.com/mikf/gallery-dl/issues/2716))
|
||||||
|
- limit path length for `--write-pages` output on Windows ([#2733](https://github.com/mikf/gallery-dl/issues/2733))
|
||||||
|
### Removals
|
||||||
|
- [foolfuuka] remove archive.wakarimasen.moe
|
||||||
|
|
||||||
## 1.22.3 - 2022-06-28
|
## 1.22.3 - 2022-06-28
|
||||||
### Changes
|
### Changes
|
||||||
- [twitter] revert strategy changes for user URLs ([#2712](https://github.com/mikf/gallery-dl/issues/2712), [#2710](https://github.com/mikf/gallery-dl/issues/2710))
|
- [twitter] revert strategy changes for user URLs ([#2712](https://github.com/mikf/gallery-dl/issues/2712), [#2710](https://github.com/mikf/gallery-dl/issues/2710))
|
||||||
|
|||||||
@@ -66,8 +66,8 @@ 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.22.3/gallery-dl.exe>`__
|
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.22.4/gallery-dl.exe>`__
|
||||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.22.3/gallery-dl.bin>`__
|
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.22.4/gallery-dl.bin>`__
|
||||||
|
|
||||||
| Executables build from the latest commit can be found at
|
| Executables build from the latest commit can be found at
|
||||||
| https://github.com/mikf/gallery-dl/actions/workflows/executables.yml
|
| 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
|
# 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.22.4-dev"
|
__version__ = "1.22.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user