release version 1.6.3
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 1.6.3 - 2019-01-18
|
||||||
|
- Added `metadata` post-processor to write image metadata to an external file ([#135](https://github.com/mikf/gallery-dl/issues/135))
|
||||||
|
- Added option to reverse chapter order of manga extractors ([#149](https://github.com/mikf/gallery-dl/issues/149))
|
||||||
|
- Added authentication support for `danbooru` ([#151](https://github.com/mikf/gallery-dl/issues/151))
|
||||||
|
- Added tag metadata for `exhentai` and `hbrowse` galleries
|
||||||
|
- Improved `*reactor` extractors ([#148](https://github.com/mikf/gallery-dl/issues/148))
|
||||||
|
- Fixed extraction issues for `nhentai` ([#156](https://github.com/mikf/gallery-dl/issues/156)), `pinterest`, `mangapark`
|
||||||
|
|
||||||
## 1.6.2 - 2019-01-01
|
## 1.6.2 - 2019-01-01
|
||||||
- Added support for:
|
- 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
|
.. _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
|
.. _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
|
.. _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.2/gallery-dl.exe
|
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.6.3/gallery-dl.exe
|
||||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.2.zip
|
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.3.zip
|
||||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
|
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
|
||||||
|
|
||||||
.. _Python: https://www.python.org/downloads/
|
.. _Python: https://www.python.org/downloads/
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ Flickr https://www.flickr.com/ |Capabilities-2|
|
|||||||
Futaba Channel https://www.2chan.net/ Threads
|
Futaba Channel https://www.2chan.net/ Threads
|
||||||
Gelbooru https://gelbooru.com/ Pools, Posts, Tag-Searches
|
Gelbooru https://gelbooru.com/ Pools, Posts, Tag-Searches
|
||||||
Gfycat https://gfycat.com/ individual Images
|
Gfycat https://gfycat.com/ individual Images
|
||||||
HBrowse http://www.hbrowse.com/ Chapters, Manga
|
HBrowse https://www.hbrowse.com/ Chapters, Manga
|
||||||
Hentai Cafe https://hentai.cafe/ Chapters, Manga
|
Hentai Cafe https://hentai.cafe/ Chapters, Manga
|
||||||
Hentai Foundry https://www.hentai-foundry.com/ |Capabilities-3|
|
Hentai Foundry https://www.hentai-foundry.com/ |Capabilities-3|
|
||||||
Hentai2Read https://hentai2read.com/ Chapters, Manga
|
Hentai2Read https://hentai2read.com/ Chapters, Manga
|
||||||
|
|||||||
@@ -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.6.3-dev"
|
__version__ = "1.6.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user