From bc2020e86cf39d5a9bab21fc1416bfa3d7951bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 29 Mar 2019 17:37:11 +0100 Subject: [PATCH] release version 1.8.1 --- CHANGELOG.md | 17 ++++++++++++++++- README.rst | 4 ++-- docs/supportedsites.rst | 3 ++- gallery_dl/version.py | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d67ea61..fe2f644a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## Unreleased +## 1.8.1 - 2019-03-29 +### Added +- Support for: + - `35photo` - https://35photo.pro/ ([#162](https://github.com/mikf/gallery-dl/issues/162)) + - `500px` - https://500px.com/ ([#185](https://github.com/mikf/gallery-dl/issues/185)) +- `instagram` extractor for hashtags ([#202](https://github.com/mikf/gallery-dl/issues/202)) +- Option to get more metadata on `deviantart` ([#189](https://github.com/mikf/gallery-dl/issues/189)) +- Man pages and bash completion ([#150](https://github.com/mikf/gallery-dl/issues/150)) +- Snap improvements ([#197](https://github.com/mikf/gallery-dl/issues/197), [#199](https://github.com/mikf/gallery-dl/issues/199), [#207](https://github.com/mikf/gallery-dl/issues/207)) +### Changed +- Metadata for `luscious` albums +- FFmpeg arguments for `--ugoira-conv` +### Fixed +- `tumblr` avatar URLs when not using OAuth1.0 ([#193](https://github.com/mikf/gallery-dl/issues/193)) +- `instagram` multi-image posts ([#178](https://github.com/mikf/gallery-dl/issues/178), [#201](https://github.com/mikf/gallery-dl/issues/201)) +- Miscellaneous issues on `exhentai`, `komikcast` ## 1.8.0 - 2019-03-15 ### Added diff --git a/README.rst b/README.rst index 15627382..b9faa14b 100644 --- a/README.rst +++ b/README.rst @@ -208,8 +208,8 @@ 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 -.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.8.0/gallery-dl.exe -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.8.0.zip +.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.8.1/gallery-dl.exe +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.8.1.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 6e6bf18a..e2c8314f 100644 --- a/docs/supportedsites.rst +++ b/docs/supportedsites.rst @@ -37,13 +37,14 @@ Hentai2Read https://hentai2read.com/ Chapters, Manga HentaiFox https://hentaifox.com/ Galleries, Search Results HentaiHere https://hentaihere.com/ Chapters, Manga Hitomi.la https://hitomi.la/ Galleries +Hypnohub https://hypnohub.net/ Pools, Popular Images, Posts, Tag-Searches Idol Complex https://idol.sankakucomplex.com/ Pools, Posts, Tag-Searches Optional ImageBam http://www.imagebam.com/ Galleries, individual Images ImageFap https://imagefap.com/ Images from Users, Galleries, individual Images imgbox https://imgbox.com/ Galleries, individual Images imgth https://imgth.com/ Galleries imgur https://imgur.com/ Albums, individual Images -Instagram https://www.instagram.com/ Images from Users, individual Images +Instagram https://www.instagram.com/ Images from Users, individual Images, Tag-Searches Jaimini's Box https://jaiminisbox.com/reader/ Chapters, Manga Joyreactor http://joyreactor.cc/ |joyreactor-C| Khinsider https://downloads.khinsider.com/ Soundtracks diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 84e317f0..e4fc2002 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.8.1-dev" +__version__ = "1.8.1"