diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4148a..d57583e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## 1.17.2 - 2021-04-02 +### Additions +- [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794)) +- [manganelo] add `chapter` and `manga` extractors ([#1415](https://github.com/mikf/gallery-dl/issues/1415)) +- [pinterest] add `search` extractor ([#1411](https://github.com/mikf/gallery-dl/issues/1411)) +- [sankaku] add `tag_string` metadata field ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [sankaku] add enumeration index for books ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [tapas] add `series` and `episode` extractors ([#692](https://github.com/mikf/gallery-dl/issues/692)) +- [tapas] implement login with username & password ([#692](https://github.com/mikf/gallery-dl/issues/692)) +- [twitter] allow specifying a custom format for user results ([#1337](https://github.com/mikf/gallery-dl/issues/1337)) +- [twitter] add extractor for direct image links ([#1417](https://github.com/mikf/gallery-dl/issues/1417)) +- [vk] add support for albums ([#474](https://github.com/mikf/gallery-dl/issues/474)) +### Fixes +- [aryion] unescape paths ([#1414](https://github.com/mikf/gallery-dl/issues/1414)) +- [bcy] improve pagination +- [deviantart] update `watch` URL pattern ([#794](https://github.com/mikf/gallery-dl/issues/794)) +- [deviantart] fix arguments for search/popular results ([#1408](https://github.com/mikf/gallery-dl/issues/1408)) +- [deviantart] use fallback for `/intermediary/` URLs +- [exhentai] improve and simplify image limit checks +- [komikcast] fix extraction +- [pixiv] fix `favorite` URL pattern ([#1405](https://github.com/mikf/gallery-dl/issues/1405)) +- [sankaku] simplify `pool` tags ([#1388](https://github.com/mikf/gallery-dl/issues/1388)) +- [twitter] improve error message when trying to log in with 2FA ([#1409](https://github.com/mikf/gallery-dl/issues/1409)) +- [twitter] don't use youtube-dl for cards when videos are disabled ([#1416](https://github.com/mikf/gallery-dl/issues/1416)) + +## 1.17.1 - 2021-03-19 +### Additions +- [architizer] add `project` and `firm` extractors ([#1369](https://github.com/mikf/gallery-dl/issues/1369)) +- [deviantart] add `watch` extractor ([#794](https://github.com/mikf/gallery-dl/issues/794)) +- [exhentai] support `/tag/` URLs ([#1363](https://github.com/mikf/gallery-dl/issues/1363)) +- [gelbooru_v01] support `drawfriends.booru.org`, `vidyart.booru.org`, and `tlb.booru.org` by default +- [nozomi] support `/index-N.html` URLs ([#1365](https://github.com/mikf/gallery-dl/issues/1365)) +- [philomena] add generalized extractors for philomena sites ([#1379](https://github.com/mikf/gallery-dl/issues/1379)) +- [philomena] support post URLs without `/images/` +- [twitter] implement `users` option ([#1337](https://github.com/mikf/gallery-dl/issues/1337)) +- implement `parent-metadata` option ([#1364](https://github.com/mikf/gallery-dl/issues/1364)) +### Changes +- [deviantart] revert previous changes to `extra` option ([#1356](https://github.com/mikf/gallery-dl/issues/1356), [#1387](https://github.com/mikf/gallery-dl/issues/1387)) +### Fixes +- [exhentai] improve favorites count extraction ([#1360](https://github.com/mikf/gallery-dl/issues/1360)) +- [gelbooru] update domain for video downloads ([#1368](https://github.com/mikf/gallery-dl/issues/1368)) +- [hentaifox] improve image and metadata extraction ([#1366](https://github.com/mikf/gallery-dl/issues/1366), [#1378](https://github.com/mikf/gallery-dl/issues/1378)) +- [imgur] fix and improve rate limit handling ([#1386](https://github.com/mikf/gallery-dl/issues/1386)) +- [weasyl] improve favorites URL pattern ([#1374](https://github.com/mikf/gallery-dl/issues/1374)) +- use type check before applying `browser` option ([#1358](https://github.com/mikf/gallery-dl/issues/1358)) +- ensure `-s/--simulate` always prints filenames ([#1360](https://github.com/mikf/gallery-dl/issues/1360)) +### Removals +- [hentaicafe] remove module +- [hentainexus] remove module +- [mangareader] remove module +- [mangastream] remove module + ## 1.17.0 - 2021-03-05 ### Additions - [cyberdrop] add support for `https://cyberdrop.me/` ([#1328](https://github.com/mikf/gallery-dl/issues/1328)) |
