diff options
| author | 2020-06-16 02:01:17 -0400 | |
|---|---|---|
| committer | 2020-06-16 02:01:17 -0400 | |
| commit | 8c911e3d62a430f5630c13d51b47201fa8ff3cd1 (patch) | |
| tree | 6e0e6f65abc37d7f35ea96d323031a52c7fa966d /CHANGELOG.md | |
| parent | a70a3246927b72f1ded37acd55ee719515441b5b (diff) | |
New upstream version 1.14.1.upstream/1.14.1
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df67569..043d964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,44 @@ # Changelog -## Unreleased +## 1.14.1 - 2020-06-12 ### Additions -- [imagechest] add new extractor for imgchest.com (#750) -- [instagram] add `post_url`, `tags`, `location`, `tagged_users` metadata (#743) -- [redgifs] add image extractor (#724) -- [webtoons] add new extractor for webtoons.com (#761) -- implement `--write-pages` option (#736) -- extend `path-restrict` option (#662) -- implement `path-replace` option (#662, #755) -- make `path` and `keywords` available in logging messages (#574, #575) +- [furaffinity] add `artist_url` metadata field ([#821](https://github.com/mikf/gallery-dl/issues/821)) +- [redgifs] add `user` and `search` extractors ([#724](https://github.com/mikf/gallery-dl/issues/724)) +### Changes +- [deviantart] extend `extra` option; also search journals for sta.sh links ([#712](https://github.com/mikf/gallery-dl/issues/712)) +- [twitter] rewrite; use new interface ([#806](https://github.com/mikf/gallery-dl/issues/806), [#740](https://github.com/mikf/gallery-dl/issues/740)) +### Fixes +- [kissmanga] work around CAPTCHAs ([#818](https://github.com/mikf/gallery-dl/issues/818)) +- [nhentai] fix extraction ([#819](https://github.com/mikf/gallery-dl/issues/819)) +- [webtoons] generalize comic extraction code ([#820](https://github.com/mikf/gallery-dl/issues/820)) + +## 1.14.0 - 2020-05-31 +### Additions +- [imagechest] add new extractor for imgchest.com ([#750](https://github.com/mikf/gallery-dl/issues/750)) +- [instagram] add `post_url`, `tags`, `location`, `tagged_users` metadata ([#743](https://github.com/mikf/gallery-dl/issues/743)) +- [redgifs] add image extractor ([#724](https://github.com/mikf/gallery-dl/issues/724)) +- [webtoons] add new extractor for webtoons.com ([#761](https://github.com/mikf/gallery-dl/issues/761)) +- implement `--write-pages` option ([#736](https://github.com/mikf/gallery-dl/issues/736)) +- extend `path-restrict` option ([#662](https://github.com/mikf/gallery-dl/issues/662)) +- implement `path-replace` option ([#662](https://github.com/mikf/gallery-dl/issues/662), [#755](https://github.com/mikf/gallery-dl/issues/755)) +- make `path` and `keywords` available in logging messages ([#574](https://github.com/mikf/gallery-dl/issues/574), [#575](https://github.com/mikf/gallery-dl/issues/575)) ### Changes - [danbooru] change default value of `ugoira` to `false` - [downloader:ytdl] change default value of `forward-cookies` to `false` -- [downloader:ytdl] fix file extensions when merging into `.mkv` (#720) -- write OAuth tokens to cache (#616) +- [downloader:ytdl] fix file extensions when merging into `.mkv` ([#720](https://github.com/mikf/gallery-dl/issues/720)) +- write OAuth tokens to cache ([#616](https://github.com/mikf/gallery-dl/issues/616)) - use `%APPDATA%\gallery-dl` for config files and cache on Windows - use `util.Formatter` for formatting logging messages - reuse HTTP connections from parent extractors ### Fixes -- [deviantart] use private access tokens for Journals (#738) +- [deviantart] use private access tokens for Journals ([#738](https://github.com/mikf/gallery-dl/issues/738)) - [gelbooru] simplify and fix pool extraction - [imgur] fix extraction of animated images without `mp4` entry - [imgur] treat `/t/unmuted/` URLs as galleries -- [instagram] fix login with username & password (#756, #771, #797, #803) -- [reddit] don't send OAuth headers for file downloads (#729) -- fix/improve Cloudflare bypass code (#728, #757) -- reset filenames on empty file extensions (#733) +- [instagram] fix login with username & password ([#756](https://github.com/mikf/gallery-dl/issues/756), [#771](https://github.com/mikf/gallery-dl/issues/771), [#797](https://github.com/mikf/gallery-dl/issues/797), [#803](https://github.com/mikf/gallery-dl/issues/803)) +- [reddit] don't send OAuth headers for file downloads ([#729](https://github.com/mikf/gallery-dl/issues/729)) +- fix/improve Cloudflare bypass code ([#728](https://github.com/mikf/gallery-dl/issues/728), [#757](https://github.com/mikf/gallery-dl/issues/757)) +- reset filenames on empty file extensions ([#733](https://github.com/mikf/gallery-dl/issues/733)) ## 1.13.6 - 2020-05-02 ### Additions |
