Skip to content

Commit

Permalink
release version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Nov 28, 2018
1 parent be52069 commit b1e22e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b1e22e8

Please sign in to comment.