mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-26 04:32:51 +01:00
release version 1.13.1
This commit is contained in:
parent
adcd7cb24a
commit
72122eb9b3
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,6 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 1.13.1 - 2020-03-01
|
||||||
|
### Additions
|
||||||
|
- [hentaihand] add extractors ([#605](https://github.com/mikf/gallery-dl/issues/605))
|
||||||
|
- [hiperdex] add chapter and manga extractors ([#606](https://github.com/mikf/gallery-dl/issues/606))
|
||||||
|
- [oauth] implement option to write DeviantArt refresh-tokens to cache ([#616](https://github.com/mikf/gallery-dl/issues/616))
|
||||||
|
- [downloader:http] add more MIME types for `.bmp` and `.rar` files ([#621](https://github.com/mikf/gallery-dl/issues/621), [#628](https://github.com/mikf/gallery-dl/issues/628))
|
||||||
|
- warn about expired cookies
|
||||||
|
### Fixes
|
||||||
|
- [bcy] fix partial image URLs ([#613](https://github.com/mikf/gallery-dl/issues/613))
|
||||||
|
- [danbooru] fix Ugoira downloads and metadata
|
||||||
|
- [deviantart] check availability of `/intermediary/` URLs ([#609](https://github.com/mikf/gallery-dl/issues/609))
|
||||||
|
- [hitomi] follow multiple redirects & fix image URLs
|
||||||
|
- [piczel] improve and update
|
||||||
|
- [tumblr] replace `-` with ` ` in tag searches ([#611](https://github.com/mikf/gallery-dl/issues/611))
|
||||||
|
- [vsco] update gallery URL pattern
|
||||||
|
- fix `--verbose` and `--quiet` command-line options
|
||||||
|
|
||||||
## 1.13.0 - 2020-02-16
|
## 1.13.0 - 2020-02-16
|
||||||
### Additions
|
### Additions
|
||||||
|
@ -83,8 +83,8 @@ Download a standalone executable file,
|
|||||||
put it into your `PATH <https://en.wikipedia.org/wiki/PATH_(variable)>`__,
|
put it into your `PATH <https://en.wikipedia.org/wiki/PATH_(variable)>`__,
|
||||||
and run it inside a command prompt (like ``cmd.exe``).
|
and run it inside a command prompt (like ``cmd.exe``).
|
||||||
|
|
||||||
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.13.0/gallery-dl.exe>`__
|
- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.13.1/gallery-dl.exe>`__
|
||||||
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.13.0/gallery-dl.bin>`__
|
- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.13.1/gallery-dl.bin>`__
|
||||||
|
|
||||||
These executables include a Python 3.8 interpreter
|
These executables include a Python 3.8 interpreter
|
||||||
and all required Python packages.
|
and all required Python packages.
|
||||||
@ -236,7 +236,7 @@ access to *gallery-dl*. Authorize it and you will be 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
|
||||||
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.13.0.tar.gz
|
.. _stable: https://github.com/mikf/gallery-dl/archive/v1.13.1.tar.gz
|
||||||
.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
|
.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
|
||||||
|
|
||||||
.. _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.13.1-dev"
|
__version__ = "1.13.1"
|
||||||
|
@ -28,6 +28,7 @@ TRAVIS_SKIP = {
|
|||||||
# temporary issues, etc.
|
# temporary issues, etc.
|
||||||
BROKEN = {
|
BROKEN = {
|
||||||
"35photo",
|
"35photo",
|
||||||
|
"dokireader",
|
||||||
"furaffinity",
|
"furaffinity",
|
||||||
"mangapark",
|
"mangapark",
|
||||||
"mangoxo",
|
"mangoxo",
|
||||||
|
Loading…
Reference in New Issue
Block a user