mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
release version 1.6.2
This commit is contained in:
parent
fa7fa2f8ff
commit
67cc0ac873
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.6.2 - 2019-01-01
|
||||
- Added support for:
|
||||
- `instagram` - https://www.instagram.com ([#134](https://github.com/mikf/gallery-dl/issues/134))
|
||||
- Added support for multiple items on sta.sh pages ([#113](https://github.com/mikf/gallery-dl/issues/113))
|
||||
- Added option to download `tumblr` avatars ([#137](https://github.com/mikf/gallery-dl/issues/137))
|
||||
- Changed defaults for visited post types and inline media on `tumblr`
|
||||
- Improved inline extraction of `tumblr` posts ([#133](https://github.com/mikf/gallery-dl/issues/133), [#137](https://github.com/mikf/gallery-dl/issues/137))
|
||||
- Improved error handling and retry behavior of all API calls
|
||||
- Improved handling of missing fields in format strings ([#136](https://github.com/mikf/gallery-dl/issues/136))
|
||||
- Fixed hash extraction for unusual `tumblr` URLs ([#129](https://github.com/mikf/gallery-dl/issues/129))
|
||||
- Fixed image subdomains for `hitomi` galleries ([#142](https://github.com/mikf/gallery-dl/issues/142))
|
||||
- Fixed and improved miscellaneous issues for `kissmanga` ([#20](https://github.com/mikf/gallery-dl/issues/20)), `luscious`, `mangapark`, `readcomiconline`
|
||||
|
||||
## 1.6.1 - 2018-11-28
|
||||
- Added support for:
|
||||
|
@ -208,8 +208,8 @@ access to *gallery-dl*. Authorize it and you will he 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
|
||||
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.6.1/gallery-dl.exe
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.1.zip
|
||||
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.6.2/gallery-dl.exe
|
||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.2.zip
|
||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
|
||||
|
||||
.. _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.6.2-dev"
|
||||
__version__ = "1.6.2"
|
||||
|
Loading…
Reference in New Issue
Block a user