From 4b441c162e4515d54a6aca543e548e129dae63dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 18 Jan 2019 12:31:04 +0100 Subject: [PATCH] release version 1.6.3 --- CHANGELOG.md | 8 +++++++- README.rst | 4 ++-- docs/supportedsites.rst | 2 +- gallery_dl/version.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993a9dba..a86fced8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 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 - Added support for: diff --git a/README.rst b/README.rst index 8588f3a7..fb3a07a7 100644 --- a/README.rst +++ b/README.rst @@ -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.2/gallery-dl.exe -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.2.zip +.. _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.3.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. _Python: https://www.python.org/downloads/ diff --git a/docs/supportedsites.rst b/docs/supportedsites.rst index 787349dd..2316e820 100644 --- a/docs/supportedsites.rst +++ b/docs/supportedsites.rst @@ -27,7 +27,7 @@ Flickr https://www.flickr.com/ |Capabilities-2| Futaba Channel https://www.2chan.net/ Threads Gelbooru https://gelbooru.com/ Pools, Posts, Tag-Searches 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 Foundry https://www.hentai-foundry.com/ |Capabilities-3| Hentai2Read https://hentai2read.com/ Chapters, Manga diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 80e0e0c6..21d07e57 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -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.3-dev" +__version__ = "1.6.3"