Commits to master since this release
Additions
- GUI: added the "Playlists" tab. (85862af)
- GUI: added the right-click "Author"->"Save channel" menu entry. (882de74)
- GUI: added the right-click "Save playlist" menu entry for playlists. (da358f9)
- GUI: added support for saving videos inside local playlists. (48d07f6)
- GUI: added the "Menu -> Subscription videos" entry. (6b72a9a)
- Added the right-click "Show more details" menu entry for playlists. (bd03eed)
- Added support for local subscription videos (CLI+GUI). (#191) (6137ee3)
- Added the
--srt-languages=s
command-line option. (2116147) - Added support for auto-translated subtitles with
auto_captions => 1
. (e92b0f2) - Added the
autolike_watched
config-option (disabled by default). (#356) (c9621c3)
Changes
- Removed the Gtk2 interface, in favor of the Gtk3 interface. (18a109d)
Improvements
- GUI: use emojis for symbols. (4d9d31f)
- GUI: display the "Extra details" window a little faster. (6a35d23)
- GUI: show the number of subscribers and the number of vides for each channel. (4d9d31f)
- Extended the extra details window to cover playlists, channels and subscriptions. (bd03eed)
- Improvements in
date_to_age()
for videos uploaded last month. (8df2e33) - When the selected resolution is not available, select the nearest one available. (#361)