diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea14b35..403149e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 1.22.3 - 2022-06-28 +### Changes +- [twitter] revert strategy changes for user URLs ([#2712](https://github.com/mikf/gallery-dl/issues/2712), [#2710](https://github.com/mikf/gallery-dl/issues/2710)) +- update default User-Agent headers + +## 1.22.2 - 2022-06-27 +### Additions +- [cyberdrop] add fallback URLs ([#2668](https://github.com/mikf/gallery-dl/issues/2668)) +- [horne] add support for horne.red ([#2700](https://github.com/mikf/gallery-dl/issues/2700)) +- [itaku] add `gallery` and `image` extractors ([#1842](https://github.com/mikf/gallery-dl/issues/1842)) +- [poipiku] add `user` and `post` extractors ([#1602](https://github.com/mikf/gallery-dl/issues/1602)) +- [skeb] add `following` extractor ([#2698](https://github.com/mikf/gallery-dl/issues/2698)) +- [twitter] implement `expand` option ([#2665](https://github.com/mikf/gallery-dl/issues/2665)) +- [twitter] implement `csrf` option ([#2676](https://github.com/mikf/gallery-dl/issues/2676)) +- [unsplash] add `collection_title` and `collection_id` metadata fields ([#2670](https://github.com/mikf/gallery-dl/issues/2670)) +- [weibo] support `tabtype=video` listings ([#2601](https://github.com/mikf/gallery-dl/issues/2601)) +- [formatter] implement slice operator as format specifier +- support cygwin/BSD/etc for `--cookies-from-browser` +### Fixes +- [instagram] improve metadata generated by `_parse_post_api()` ([#2695](https://github.com/mikf/gallery-dl/issues/2695), [#2660](https://github.com/mikf/gallery-dl/issues/2660)) +- [instagram} fix `tag` extractor ([#2659](https://github.com/mikf/gallery-dl/issues/2659)) +- [instagram] automatically invalidate expired login sessions +- [twitter] fix pagination for conversion tweets +- [twitter] improve `"replies": "self"` ([#2665](https://github.com/mikf/gallery-dl/issues/2665)) +- [twitter] improve strategy for user URLs ([#2665](https://github.com/mikf/gallery-dl/issues/2665)) +- [vk] take URLs from `*_src` entries ([#2535](https://github.com/mikf/gallery-dl/issues/2535)) +- [weibo] fix URLs generated by `user` extractor ([#2601](https://github.com/mikf/gallery-dl/issues/2601)) +- [weibo] fix retweets ([#2601](https://github.com/mikf/gallery-dl/issues/2601)) +- [downloader:ytdl] update `_set_outtmpl()` ([#2692](https://github.com/mikf/gallery-dl/issues/2692)) +- [formatter] fix `!j` conversion for non-serializable types ([#2624](https://github.com/mikf/gallery-dl/issues/2624)) +- [snap] Fix missing libslang dependency ([#2655](https://github.com/mikf/gallery-dl/issues/2655)) + ## 1.22.1 - 2022-06-04 ### Additions - [gfycat] add support for collections ([#2629](https://github.com/mikf/gallery-dl/issues/2629)) |
