mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
release version 1.16.4
This commit is contained in:
parent
1d13e48512
commit
477ed010c1
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,6 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.16.4 - 2021-01-23
|
||||
### Additions
|
||||
- [furaffinity] add `descriptions` option ([#1231](https://github.com/mikf/gallery-dl/issues/1231))
|
||||
- [kemonoparty] add `user` and `post` extractors ([#1216](https://github.com/mikf/gallery-dl/issues/1216))
|
||||
- [nozomi] add `num` enumeration index ([#1239](https://github.com/mikf/gallery-dl/issues/1239))
|
||||
- [photovogue] added portfolio extractor ([#1253](https://github.com/mikf/gallery-dl/issues/1253))
|
||||
- [twitter] match `/i/user/ID` URLs
|
||||
- [unsplash] add extractors ([#1197](https://github.com/mikf/gallery-dl/issues/1197))
|
||||
- [vipr] add image extractor ([#1258](https://github.com/mikf/gallery-dl/issues/1258))
|
||||
### Changes
|
||||
- [derpibooru] use "Everything" filter by default ([#862](https://github.com/mikf/gallery-dl/issues/862))
|
||||
### Fixes
|
||||
- [derpibooru] update `date` parsing
|
||||
- [foolfuuka] stop search when results are exhausted ([#1174](https://github.com/mikf/gallery-dl/issues/1174))
|
||||
- [instagram] fix regex for `/saved` URLs ([#1251](https://github.com/mikf/gallery-dl/issues/1251))
|
||||
- [mangadex] update API URLs
|
||||
- [mangakakalot] fix extraction
|
||||
- [newgrounds] fix flash file extraction ([#1257](https://github.com/mikf/gallery-dl/issues/1257))
|
||||
- [sankaku] simplify login process
|
||||
- [twitter] fix retries after hitting rate limit
|
||||
|
||||
## 1.16.3 - 2021-01-10
|
||||
### Fixes
|
||||
|
@ -83,8 +83,8 @@ Download a standalone executable file,
|
||||
put it into your `PATH <https://en.wikipedia.org/wiki/PATH_(variable)>`__,
|
||||
and run it inside a command prompt (like ``cmd.exe``).
|
||||
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.16.3/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.16.3/gallery-dl.bin>`__
|
||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.16.4/gallery-dl.exe>`__
|
||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.16.4/gallery-dl.bin>`__
|
||||
|
||||
These executables include a Python interpreter
|
||||
and all required Python packages.
|
||||
@ -321,7 +321,7 @@ access to *gallery-dl*. Authorize it and you will be shown one or more
|
||||
.. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf
|
||||
.. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst
|
||||
.. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.16.3.tar.gz
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.16.4.tar.gz
|
||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
|
||||
|
||||
.. _Python: https://www.python.org/downloads/
|
||||
|
@ -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.16.4-dev"
|
||||
__version__ = "1.16.4"
|
||||
|
Loading…
Reference in New Issue
Block a user