From 1e0f59d902214265d149037080c1c78a927e6f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 13 Aug 2021 21:20:36 +0200 Subject: [PATCH] release version 1.18.3 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- README.rst | 4 ++-- gallery_dl/version.py | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fe041c..1cfd97dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog -## Unreleased +## 1.18.3 - 2021-08-13 +### Additions +- [bbc] add `width` option ([#1706](https://github.com/mikf/gallery-dl/issues/1706)) +- [danbooru] add `external` option ([#1747](https://github.com/mikf/gallery-dl/issues/1747)) +- [furaffinity] add `external` option ([#1492](https://github.com/mikf/gallery-dl/issues/1492)) +- [luscious] add `gif` option ([#1701](https://github.com/mikf/gallery-dl/issues/1701)) +- [newgrounds] add `format` option ([#1729](https://github.com/mikf/gallery-dl/issues/1729)) +- [reactor] add `gif` option ([#1701](https://github.com/mikf/gallery-dl/issues/1701)) +- [twitter] warn about suspended accounts ([#1759](https://github.com/mikf/gallery-dl/issues/1759)) +- [twitter] extend `replies` option ([#1254](https://github.com/mikf/gallery-dl/issues/1254)) +- [twitter] add option to log out and retry when blocked ([#1719](https://github.com/mikf/gallery-dl/issues/1719)) +- [wikieat] add `thread` and `board` extractors ([#1699](https://github.com/mikf/gallery-dl/issues/1699), [#1607](https://github.com/mikf/gallery-dl/issues/1607)) +### Changes +- [instagram] increase default delay between HTTP requests from 5s to 8s ([#1732](https://github.com/mikf/gallery-dl/issues/1732)) +### Fixes +- [bbc] improve image dimensions ([#1706](https://github.com/mikf/gallery-dl/issues/1706)) +- [bbc] support multi-page gallery listings ([#1730](https://github.com/mikf/gallery-dl/issues/1730)) +- [behance] fix `collection` extraction +- [deviantart] get original files for GIF previews ([#1731](https://github.com/mikf/gallery-dl/issues/1731)) +- [furaffinity] fix errors when using `category-transfer` ([#1274](https://github.com/mikf/gallery-dl/issues/1274)) +- [hitomi] fix image URLs ([#1765](https://github.com/mikf/gallery-dl/issues/1765)) +- [instagram] use custom User-Agent header for video downloads ([#1682](https://github.com/mikf/gallery-dl/issues/1682), [#1623](https://github.com/mikf/gallery-dl/issues/1623), [#1580](https://github.com/mikf/gallery-dl/issues/1580)) +- [kemonoparty] fix username extraction ([#1750](https://github.com/mikf/gallery-dl/issues/1750)) +- [kemonoparty] update file server domain ([#1764](https://github.com/mikf/gallery-dl/issues/1764)) +- [newgrounds] fix errors when using `category-transfer` ([#1274](https://github.com/mikf/gallery-dl/issues/1274)) +- [nsfwalbum] retry backend requests when extracting image URLs ([#1733](https://github.com/mikf/gallery-dl/issues/1733), [#1271](https://github.com/mikf/gallery-dl/issues/1271)) +- [vk] prevent exception for empty/private profiles ([#1742](https://github.com/mikf/gallery-dl/issues/1742)) ## 1.18.2 - 2021-07-23 ### Additions diff --git a/README.rst b/README.rst index cbdb93ef..dcf03375 100644 --- a/README.rst +++ b/README.rst @@ -64,8 +64,8 @@ Standalone Executable Prebuilt executable files with a Python interpreter and required Python packages included are available for -- `Windows `__ -- `Linux `__ +- `Windows `__ +- `Linux `__ | Executables build from the latest commit can be found at | https://github.com/mikf/gallery-dl/actions/workflows/executables.yml diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 6e790462..566159da 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -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.18.3-dev" +__version__ = "1.18.3"