release version 1.8.1

pull/215/head v1.8.1
Mike Fährmann 6 years ago
parent 00d604cafb
commit bc2020e86c
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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

@ -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/

@ -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

@ -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"

Loading…
Cancel
Save