-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathChanges
160 lines (106 loc) · 4.99 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Revision history for pipe-viewer.
# For all changes, check out the release notes at:
# https://github.com/trizen/pipe-viewer/releases
[CHANGELOG]
Version 0.4.0
- GUI: moved network calls to a dedicated process. (by @benoit-pierre)
- GUI: reworked the comments window. (by @benoit-pierre)
- GUI: support for using the `menu` key on the results list. (by @benoit-pierre)
- GUI: simplified the support for channels. (by @benoit-pierre)
- Added the CLI `youtube_playlist_url` and `youtube_channel_url` config-options.
- Extended the `*ID*` special token to return either the video ID, the playlist ID or the channel ID.
Version 0.3.1
- Fixed detection support for the "webp" image format.
Version 0.3.0
- Lots of GUI improvements and fixes. (by @benoit-pierre)
- Added support for changing the audio quality.
- Fixed building of Youtube search parameters. (by @benoit-pierre)
Version 0.2.3
- Prefer the default language for audio.
- Workaround for "Video Not Available" issue.
Version 0.2.2
- Extract closed-captions for age-restricted videos.
- GUI: better cache support for thumbnails.
- GUI: added support for highlighting watched videos in a given color.
Version 0.2.1
- Added support for downloading videos with `yt-dlp` / `youtube-dl`.
Version 0.2.0
- New workaround for age-restricted videos.
- Fixed the overlapping display time for auto-generated captions.
Version 0.1.9
- Added the `subscriptions_lifetime` config-option.
- Added the `bypass_age_gate_with_proxy` config-option. (disabled by default)
- Support for YouTube "shorts" video URLs.
- GTK: added support for playing videos with a single left-click.
- When requesting playlists for a given channel ID, return the channel created playlists.
Version 0.1.8
- Added the `ytdlp_max_replies` config-option.
- Show the published date when playing a video by URL.
- Show the number of likes of a video and an engagement rating.
- Fixed a minor issue in the `--autoplay` feature.
Version 0.1.7
- Added support for extracting YouTube comments with `yt-dlp` via the config-option `ytdlp_comments`.
- Prefer JPEG over WEBP for thumbnails. (used to cause an issue when `webp-pixbuf-loader` was not installed)
- Some internal performance improvements.
Version 0.1.6
- Fixed the support for related videos.
- Thumbnail fixes for related videos and watched videos.
Version 0.1.5
- Workaround for the throttling issue.
- Added the force_fallback config-option. (disabled by default)
Version 0.1.4
- Extended the `get_video_id_re` regular expression to support URI-encoded YouTube URLs.
- GUI: update the list of saved and subscribed channels on-demand, in order to prevent data loss.
Version 0.1.3
- Added basic support for age-restricted videos.
- Improved support for retrieving closed-captions.
Version 0.1.2
- Fixed the support for related videos.
Version 0.1.1
- Temporary fix for the `404 Error` on `get_video_info`.
- Added fallback code for retrieving closed-caption URLs with `youtube-dl`.
Version 0.1.0
- CLI: added support for saving channel IDs (and listing them).
- CLI/GUI: added support for subscription videos, playlists (like/favorite/dislike), watch history.
- Auto-set proxy for .onion invidious instances (if not already set).
- Bug-fixes and improvements.
Version 0.0.9
- Workaround for EU consent YouTube cookie.
- gtk3: added the "144p" resolution entry.
Version 0.0.8
- Added the `prefer_invidious` config-option (disabled by default).
- Added support for auto-translated subtitles with `auto_captions => 1`.
- Added the "--srt-languages=s" command-line option.
- gtk3: use emoji instead of asciii symbols.
- gtk3: added the right-click "Author -> Save channel" menu entry.
- gtk3: added the right-click "Show more details" for playlist results.
- Fixed the next pages for user videos and playlists (due to YouTube change).
- Show the full video description in `:info=i` and in Gtk3 "Extra details" window.
- When the selected resolution is not available, select the nearest one available.
Version 0.0.7
- Added support changing the layout of channel and playlist results.
Version 0.0.6
- Better layout for channels and playlists.
- Better info (:info=n) for channels and playlists.
- Fixed the video filering parameters (--date, --duration, --order, --caption, etc...).
Version 0.0.5
- Fixed the search results, due to YouTube change.
- Filter out private/deleted videos from playlists.
Version 0.0.4
- Support for YouTube usernames (-u=username).
- No longer ignore live stream videos in search results.
- Display the relative age of videos in search results.
Version 0.0.3
- Support for multiple search parameters.
- Support for searching for videos from a given channel (with --author=channelID).
- Support for next pages in more contexts.
- Performance improvements and bug-fixes.
Version 0.0.2
- Support for next pages.
- Support for newest videos from a channel.
- Support for popular videos from a channel.
- Support for playlists from a channel.
- Support for listing a playlist of videos.
- Searching support for playlists and channels.
Version 0.0.1
- First release.