diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e038220..59691b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog -## Unreleased +## 1.17.3 - 2021-04-25 +### Additions +- [danbooru] add option for extended metadata extraction ([#1458](https://github.com/mikf/gallery-dl/issues/1458)) +- [fanbox] add extractors ([#1459](https://github.com/mikf/gallery-dl/issues/1459)) +- [fantia] add extractors ([#1459](https://github.com/mikf/gallery-dl/issues/1459)) +- [gelbooru] add an option to extract notes ([#1457](https://github.com/mikf/gallery-dl/issues/1457)) +- [hentaicosplays] add extractor ([#907](https://github.com/mikf/gallery-dl/issues/907), [#1473](https://github.com/mikf/gallery-dl/issues/1473), [#1483](https://github.com/mikf/gallery-dl/issues/1483)) +- [instagram] add extractor for `tagged` posts ([#1439](https://github.com/mikf/gallery-dl/issues/1439)) +- [naverwebtoon] ignore non-comic images +- [pixiv] also save untranslated tags when `translated-tags` is enabled ([#1501](https://github.com/mikf/gallery-dl/issues/1501)) +- [shopify] support omgmiamiswimwear.com ([#1280](https://github.com/mikf/gallery-dl/issues/1280)) +- implement `output.fallback` option +- add archive format to InfoJob output ([#875](https://github.com/mikf/gallery-dl/issues/875)) +- build executables with SOCKS proxy support ([#1424](https://github.com/mikf/gallery-dl/issues/1424)) +### Fixes +- [500px] update query hashes +- [8muses] fix JSON deobfuscation +- [artstation] download `/4k/` images ([#1422](https://github.com/mikf/gallery-dl/issues/1422)) +- [deviantart] fix pagination for Eclipse results ([#1444](https://github.com/mikf/gallery-dl/issues/1444)) +- [deviantart] improve folder name matching ([#1451](https://github.com/mikf/gallery-dl/issues/1451)) +- [erome] skip deleted albums ([#1447](https://github.com/mikf/gallery-dl/issues/1447)) +- [exhentai] fix image limit detection ([#1437](https://github.com/mikf/gallery-dl/issues/1437)) +- [exhentai] restore `limits` option ([#1487](https://github.com/mikf/gallery-dl/issues/1487)) +- [gelbooru] fix tag category extraction ([#1455](https://github.com/mikf/gallery-dl/issues/1455)) +- [instagram] update query hashes +- [komikcast] fix extraction +- [simplyhentai] fix extraction +- [slideshare] fix extraction +- [webtoons] update agegate/GDPR cookies ([#1431](https://github.com/mikf/gallery-dl/issues/1431)) +- fix `category-transfer` option +### Removals +- [yuki] remove module for yuki.la ## 1.17.2 - 2021-04-02 ### Additions diff --git a/README.rst b/README.rst index 4cbaa0e1..d659faff 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 0f468145..630da7dd 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.17.3-dev" +__version__ = "1.17.3"