release version 1.6.1

This commit is contained in:
Mike Fährmann
2018-11-28 15:34:01 +01:00
parent be52069cbc
commit b1e22e8354
3 changed files with 10 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
# Changelog # Changelog
## Unreleased ## 1.6.1 - 2018-11-28
- Added support for: - Added support for:
- `joyreactor` - http://joyreactor.cc/ (#114) - `joyreactor` - http://joyreactor.cc/ ([#114](https://github.com/mikf/gallery-dl/issues/114))
- `pornreactor` - http://pornreactor.cc/ (#114) - `pornreactor` - http://pornreactor.cc/ ([#114](https://github.com/mikf/gallery-dl/issues/114))
- `newgrounds` - https://www.newgrounds.com/ (#119) - `newgrounds` - https://www.newgrounds.com/ ([#119](https://github.com/mikf/gallery-dl/issues/119))
- Added extractor for search results on `luscious` (#127) - Added extractor for search results on `luscious` ([#127](https://github.com/mikf/gallery-dl/issues/127))
- Fixed filenames of ZIP archives (#126) - Fixed filenames of ZIP archives ([#126](https://github.com/mikf/gallery-dl/issues/126))
- Fixed extraction issues for `gfycat`, `hentaifoundry` (#125), `mangafox` - Fixed extraction issues for `gfycat`, `hentaifoundry` ([#125](https://github.com/mikf/gallery-dl/issues/125)), `mangafox`
## 1.6.0 - 2018-11-17 ## 1.6.0 - 2018-11-17
- Added support for: - Added support for:

View File

@@ -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 .. _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 .. _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 .. _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 .. _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.0.zip .. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.1.zip
.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip .. _dev: https://github.com/mikf/gallery-dl/archive/master.zip
.. _Python: https://www.python.org/downloads/ .. _Python: https://www.python.org/downloads/

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.
__version__ = "1.6.1-dev" __version__ = "1.6.1"