mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
release version 1.18.1
This commit is contained in:
parent
21c2da454f
commit
5f1b13d1a5
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,6 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.18.1 - 2021-07-04
|
||||
### Additions
|
||||
- [mangafox] add `manga` extractor ([#1633](https://github.com/mikf/gallery-dl/issues/1633))
|
||||
- [mangasee] add `chapter` and `manga` extractors
|
||||
- [mastodon] implement `text-posts` option ([#1569](https://github.com/mikf/gallery-dl/issues/1569), [#1669](https://github.com/mikf/gallery-dl/issues/1669))
|
||||
- [seisoparty] add `user` and `post` extractors ([#1635](https://github.com/mikf/gallery-dl/issues/1635))
|
||||
- implement conditional directories ([#1394](https://github.com/mikf/gallery-dl/issues/1394))
|
||||
- add `T` format string conversion ([#1646](https://github.com/mikf/gallery-dl/issues/1646))
|
||||
- document format string syntax
|
||||
### Changes
|
||||
- [twitter] set `retweet_id` for original retweets ([#1481](https://github.com/mikf/gallery-dl/issues/1481))
|
||||
### Fixes
|
||||
- [directlink] manually encode Referer URLs ([#1647](https://github.com/mikf/gallery-dl/issues/1647))
|
||||
- [hiperdex] use domain from input URL
|
||||
- [kemonoparty] fix `username` extraction ([#1652](https://github.com/mikf/gallery-dl/issues/1652))
|
||||
- [kemonoparty] warn about missing DDoS-GUARD cookies
|
||||
- [twitter] ensure guest tokens are returned as string ([#1665](https://github.com/mikf/gallery-dl/issues/1665))
|
||||
- [webtoons] match arbitrary language codes ([#1643](https://github.com/mikf/gallery-dl/issues/1643))
|
||||
- fix depth counter in UrlJob when specifying `-g` multiple times
|
||||
|
||||
## 1.18.0 - 2021-06-19
|
||||
### 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.18.0/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.18.0/gallery-dl.bin>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.18.1/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.18.1/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.18.1-dev"
|
||||
__version__ = "1.18.1"
|
||||
|
Loading…
Reference in New Issue
Block a user