diff --git a/CHANGELOG.md b/CHANGELOG.md index f62926c5..dd09ff7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## Unreleased +## 1.6.1 - 2018-11-28 - Added support for: - - `joyreactor` - http://joyreactor.cc/ (#114) - - `pornreactor` - http://pornreactor.cc/ (#114) - - `newgrounds` - https://www.newgrounds.com/ (#119) -- Added extractor for search results on `luscious` (#127) -- Fixed filenames of ZIP archives (#126) -- Fixed extraction issues for `gfycat`, `hentaifoundry` (#125), `mangafox` + - `joyreactor` - http://joyreactor.cc/ ([#114](https://github.com/mikf/gallery-dl/issues/114)) + - `pornreactor` - http://pornreactor.cc/ ([#114](https://github.com/mikf/gallery-dl/issues/114)) + - `newgrounds` - https://www.newgrounds.com/ ([#119](https://github.com/mikf/gallery-dl/issues/119)) +- Added extractor for search results on `luscious` ([#127](https://github.com/mikf/gallery-dl/issues/127)) +- Fixed filenames of ZIP archives ([#126](https://github.com/mikf/gallery-dl/issues/126)) +- Fixed extraction issues for `gfycat`, `hentaifoundry` ([#125](https://github.com/mikf/gallery-dl/issues/125)), `mangafox` ## 1.6.0 - 2018-11-17 - Added support for: diff --git a/README.rst b/README.rst index 5f2ae120..fbe519ce 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.0/gallery-dl.exe -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.0.zip +.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.6.1/gallery-dl.exe +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.1.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. _Python: https://www.python.org/downloads/ diff --git a/gallery_dl/version.py b/gallery_dl/version.py index ecbee25d..c60adcbe 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.1-dev" +__version__ = "1.6.1"