diff --git a/CHANGELOG.md b/CHANGELOG.md index 2731982f..bf7232e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## Unreleased +## 1.5.1 - 2018-08-17 - Added support for: - `piczel` - https://piczel.tv/ -- Fixed extraction issues for `mangadex` and `behance` +- Added support for related pins on `pinterest` +- Fixed accessing "offensive" galleries on `exhentai` ([#97](https://github.com/mikf/gallery-dl/issues/97)) +- Fixed extraction issues for `mangadex`, `komikcast` and `behance` +- Removed original-image functionality from `tumblr`, since "raw" images are no longer accessible ## 1.5.0 - 2018-08-03 - Added support for: diff --git a/README.rst b/README.rst index 6354b7ab..028f54d1 100644 --- a/README.rst +++ b/README.rst @@ -215,12 +215,12 @@ 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 .. _Complete List: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst -.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.5.0/gallery-dl.exe +.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.5.1/gallery-dl.exe .. _Python: https://www.python.org/downloads/ .. _Requests: https://pypi.python.org/pypi/requests/ .. _PyPI: https://pypi.python.org/pypi .. _pip: https://pip.pypa.io/en/stable/ -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.5.0.zip +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.5.1.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. _OAuth: https://en.wikipedia.org/wiki/OAuth diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 4529f5ec..da76da93 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.5.1-dev" +__version__ = "1.5.1" diff --git a/test/test_results.py b/test/test_results.py index aa320865..b251fe34 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -24,6 +24,7 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { "desuarchive", # down + "gfycat", "imagefap", # gallery flagged and unavailable "rbt", # down "subapics",