-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathchangelog.txt
206 lines (119 loc) · 4.24 KB
/
changelog.txt
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
*** 20.616.0 ***
Updated youtube-dl core to 2020.06.16.1
Use new abortRequested API
*** 20.324.0 ***
Add Python 3 compatibility
Updated youtube-dl core to 2020.03.24
*** 19.912.1 ***
Add German translation - (Thanks CurlingTongs)
Updates for AddonSignals module
*** 19.912.0 ***
Updated youtube-dl core to 2019.09.12
Fixes for Kodi 18
*** 18.1107.0 ***
Updated youtube-dl core to 2018.11.7
*** 18.619.0 ***
Updated youtube-dl core to 2018.06.19
Added Dutch translation - (Thanks Quihico)
Added Greek translations - (Thanks Twilight0)
*** 18.425.0 ***
Updated youtube-dl core to 2018.04.25
*** 18.320.0 ***
Updated youtube-dl core to 2018.03.20
*** 18.225.0 ***
Updated youtube-dl core to 2018.02.25
Possible fix for import errors on Xbox One - Issue #33
*** 17.1231.0 ***
Update youtube-dl core to 2017.12.31
Enable usage in WSGI scripts (Thanks koying)
Add Spanish language strings (Thanks roliverosc)
Add Hebrew language strings (Thanks Eng2Heb)
*** 17.1228.0 ***
Updated youtube-dl core to 2017.12.28
*** 17.709.0 ***
Updated youtube-dl core to 2017.07.09
*** 17.518.2 ***
Remove testing code that was spamming the log
*** 17.518.1 ***
Added setting 'Skip Videos Without Audio' to force choosing videos with audio
*** 17.518.0 ***
Updated youtube-dl core to 2017.05.18.1
Fix errors caused by Kodi datetime.strptime() issue
*** 17.310.0 ***
Updated youtube-dl core to 2017.03.10
*** 16.1026.0 ***
Updated youtube-dl core to 2016.10.26
*** 16.627.0 ***
Updated youtube-dl core to 2016.06.27
Downloads that fail to copy from temp to downloads now are kept in temp with a message
*** 16.521.0 ***
Updated youtube-dl core to 2016.05.21.2
*** 16.327.0 ***
Updated youtube-dl core to 2016.03.27
Fix error caused by missing http_headers in info when ffmpeg is used
*** 16.318.0 ***
Updated youtube-dl core to 2016.03.18
Fix error when viewing youtube-dl core info from settings
Fix (hopefully) encoding error when checking for .part files on some platforms
*** 16.306.0 ***
Updated youtube-dl core to 2016.03.06
*** 15.1223.0 ***
Updated youtube-dl core to 2015.12.23
*** 15.1124.0 ***
Updated youtube-dl core to 2015.11.24
*** 15.1123.0 ***
Updated youtube-dl core to 2015.11.23
*** 15.318.0 ***
Updated youtube-dl core to 2015.03.18
Fix error causing 'Download Current Video' to fail
*** 14.1217.0 ***
Updated youtube-dl core to 2014.12.17.2
*** 14.1210.1 ***
Removed core updating options
*** 15.318.0 ***
Fix error causing 'Download Currently Playing Video' video to fail
Update youtube-dl core to 2015.03.18
*** 14.1210.0 ***
Update youtube-dl core to 2014.12.10.3
Added auto-updating of the youtube-dl core
Added the ability to download in the background
Added to programs/addons/apps for controlling background downloads and queue management
Added settings for stream selection defaults, download path defaults and auto-update defaults
Deprecated the module function disableDASHVideo() which is now set in the addon settings
Added the option to download the currently playing video (via the option from 'youtube-dl Control' in Programs)
Changed the icon
*** 14.1104.1 ***
Fixed issue with poorly named internal module causing conflicts
*** 14.1104.0 ***
Update youtube-dl core to 2014.11.04
Removed default entries from _BLACKLIST
Added overrideParam() method
Added generateBlacklist() method
Added busy dialog to getVideoInfo()
*** 14.1026.0 ***
Update youtube-dl core to 2014.10.26
*** 14.925.0 ***
Update youtube-dl core to 2014.09.25
*** 14.810.0 ***
Update youtube-dl core to 2014.08.10
Initial submission to official repository
*** 14.624.0 ***
Update youtube-dl core to 2014.06.24.1
*** 14.519.1 ***
Added argument resolve_redirects=False to getVideoInfo() and mightHaveVideo()
*** 14.519.0 ***
Update youtube-dl core
*** 14.304.1 ***
Use default User-Agent from youtube_dl module when creating xbmc url for rtmp streams - fix by: hojel (Hoje Lee)
*** 14.304.0 ***
Now uses VideoInfo object for item selection and for format selection when downloading
*** 14.227.1 ***
Separate out utility functions
Fix for some sites with only one format causing errors
*** 14.227.0 ***
DownloadResult now includes filepath
Added ability to select video and format
*** 14.225.1 ***
Added the ability to download videos
*** 14.225.0 ***
Initial beta release