release version 1.6.1

pull/133/head v1.6.1
Mike Fährmann 6 years ago
parent be52069cbc
commit b1e22e8354
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

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

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

Loading…
Cancel
Save