mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
release version 1.7.0
This commit is contained in:
parent
53c2fd4664
commit
b49c3c9991
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 1.7.0 - 2019-02-05
|
||||||
|
- Added support for:
|
||||||
|
- `photobucket` - http://photobucket.com/ ([#117](https://github.com/mikf/gallery-dl/issues/117))
|
||||||
|
- `hentaifox` - https://hentaifox.com/ ([#160](https://github.com/mikf/gallery-dl/issues/160))
|
||||||
|
- `tsumino` - https://www.tsumino.com/ ([#161](https://github.com/mikf/gallery-dl/issues/161))
|
||||||
|
- Added the ability to dynamically generate extractors based on a user's config file for
|
||||||
|
- [`mastodon`](https://github.com/tootsuite/mastodon) instances ([#144](https://github.com/mikf/gallery-dl/issues/144))
|
||||||
|
- [`foolslide`](https://github.com/FoolCode/FoOlSlide) based sites
|
||||||
|
- [`foolfuuka`](https://github.com/FoolCode/FoolFuuka) based archives
|
||||||
|
- Added an extractor for `behance` collections ([#157](https://github.com/mikf/gallery-dl/issues/157))
|
||||||
|
- Added login support for `luscious` ([#159](https://github.com/mikf/gallery-dl/issues/159)) and `tsumino` ([#161](https://github.com/mikf/gallery-dl/issues/161))
|
||||||
|
- Added an option to stop downloading if the `exhentai` image limit is exceeded ([#141](https://github.com/mikf/gallery-dl/issues/141))
|
||||||
|
- Fixed extraction issues for `behance` and `mangapark`
|
||||||
|
|
||||||
## 1.6.3 - 2019-01-18
|
## 1.6.3 - 2019-01-18
|
||||||
- Added `metadata` post-processor to write image metadata to an external file ([#135](https://github.com/mikf/gallery-dl/issues/135))
|
- Added `metadata` post-processor to write image metadata to an external file ([#135](https://github.com/mikf/gallery-dl/issues/135))
|
||||||
|
@ -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.3/gallery-dl.exe
|
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v1.7.0/gallery-dl.exe
|
||||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.6.3.zip
|
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.7.0.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/
|
||||||
|
@ -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.7.0-dev"
|
__version__ = "1.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user