forked from night/betterttv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
536 lines (536 loc) · 16.9 KB
/
changelog.html
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<h1>Changelog</h1>
<br />
<ul>
<li><h2>Version 6.8R36</h2></li>
<ul>
<li>Support for Twitch's new Whisper system</li>
<li>Numerous bugfixes</li>
</ul>
<li><h2>Version 6.8R35</h2></li>
<ul>
<li>Support for custom bots in chat</li>
<li>Numerous bugfixes</li>
</ul>
<li><h2>Version 6.8R34</h2></li>
<ul>
<li>Automatic Theater Mode (thanks @amamut)</li>
<li>Added timestamps to server messages (thanks @amamut)</li>
<li>Added mouseover preview for images (thanks @amamut)</li>
<li>Added /uptime command (thanks @amamut)</li>
</ul>
<li><h2>Version 6.8R33</h2></li>
<ul>
<li>High DPI BetterTTV emoticons</li>
<li>Numerous bug fixes</li>
</ul>
<li><h2>Version 6.8R32</h2></li>
<ul>
<li>Upgrade BTTV Branding</li>
<li>Added 'Channel' tab to BetterTTV settings</li>
<li>Added custom channel emotes</li>
<li>Autocomplete when tabbing can now be stopped when pressing ctrl</li>
</ul>
<li><h2>Version 6.8R31</h2></li>
<ul>
<li>Performance Tweaks</li>
<li>CSS Fixes</li>
<li>Add proper parsing of unicode symbols when used in chat (punycode)</li>
<li>User suggestions (@-completion) (Thanks @voloshink)</li>
<li>Changed to Twitch's linkifier regex</li>
<li>Added ability to copy/paste emotes from chat (Thanks @acrisci)</li>
<li>Added BetterTTV client id to all outgoing Twitch API requests per request from Twitch</li>
</ul>
<li><h2>Version 6.8R30</h2></li>
<ul>
<li>Fix Twitch Chat Emotes Menu</li>
</ul>
<li><h2>Version 6.8R29</h2></li>
<ul>
<li>Completed support for Twitch's new emoticons system</li>
<li>Removed: Anti-Prefix Completion</li>
</ul>
<li><h2>Version 6.8R28</h2></li>
<ul>
<li>Initial support for Twitch's new emoticons system</li>
</ul>
<li><h2>Version 6.8R27</h2></li>
<ul>
<li>Fix Chatters Popup</li>
</ul>
<li><h2>Version 6.8R26</h2></li>
<ul>
<li>Numerous CSS fixes</li>
</ul>
<li><h2>Version 6.8R25</h2></li>
<ul>
<li>Numerous CSS fixes</li>
<li>More theater mode fixes</li>
<li>Fixes VoD videos size issue when coming from profiles</li>
<li>Fixes TwitchCast showing in theater mode</li>
</ul>
<li><h2>Version 6.8R24</h2></li>
<ul>
<li>Support for Twitch's theater mode</li>
<li>Fix channel resizer (panel resizing, video sizing in host mode, etc)</li>
</ul>
<li><h2>Version 6.8R23</h2></li>
<ul>
<li>Fix Switch CSS due to Twitch CSS change</li>
<li>Fix moderator card backgrounds</li>
<li>Fix link to submit feature requests</li>
</ul>
<li><h2>Version 6.8R22</h2></li>
<ul>
<li>Bugs/Features now go to GitHub Issues</li>
</ul>
<li><h2>Version 6.8R21</h2></li>
<ul>
<li>Fix error with chat integration (error grabbing/setting mod status, causes an error message)</li>
</ul>
<li><h2>Version 6.8R20</h2></li>
<ul>
<li>Fixed Twitch Dashboard</li>
</ul>
<li><h2>Version 6.8R19</h2></li>
<ul>
<li>Fixed Dashboard Flipping</li>
</ul>
<li><h2>Version 6.8R18</h2></li>
<ul>
<li>Updated Twitch Chat Emotes</li>
<li>Fixed message parsing issues</li>
</ul>
<li><h2>Version 6.8R17</h2></li>
<ul>
<li>Fix host mode</li>
</ul>
<li><h2>Version 6.8R16</h2></li>
<ul>
<li>Fix channel stats</li>
<li>Fix host mode video player</li>
<li>Fix mod button in moderator cards</li>
</ul>
<li><h2>Version 6.8R15</h2></li>
<ul>
<li>New feature: Answer Strawpolls in chat when the broadcaster posts them</li>
</ul>
<li><h2>Version 6.8R14</h2></li>
<ul>
<li>New feature: Chat history (see up to 10 prior lines in a channel when you enter)</li>
<li>New feature: Subscribers only and slow mode notifications on channel join (if there is chat history for your channel)</li>
</ul>
<li><h2>Version 6.8R13</h2></li>
<ul>
<li>Fixed defaulting to live channels on following directory page</li>
<li>Fixed error when messages passed within frames are not strings</li>
<li>Fixed error when using BetterTTV on Safari with Private Browsing</li>
</ul>
<li><h2>Version 6.8R12</h2></li>
<ul>
<li>Resolve compatibility with Twitch Giveaways</li>
<li>Resolve issue with black links on light Twitch when Blue Buttons toggle is off</li>
</ul>
<li><h2>Version 6.8R11</h2></li>
<ul>
<li>Resolve dashboard/popout background color chat issues</li>
</ul>
<li><h2>Version 6.8R10</h2></li>
<ul>
<li>Resolve the rest of the chat bugs caused by UI changes from Twitch</li>
</ul>
<li><h2>Version 6.8R9</h2></li>
<ul>
<li>Fix to support new chat updates</li>
</ul>
<li><h2>Version 6.8R8</h2></li>
<ul>
<li>Added TwitchCast support (toggle in settings)</li>
<li>Fixed dropdown CSS in CS:GO directory</li>
<li>Fixed linkified URLs for channel statuses</li>
<li>Fixed auto-updater for current game being played in channels</li>
<li>Fixed issue with chat textareas (when multiple textareas on page)</li>
<li>Fixed forced scroll when joining channels</li>
<li>Fixed @name highlighting</li>
<li>Fixed small nav coloring</li>
</ul>
<li><h2>Version 6.8R7</h2></li>
<ul>
<li>More dashboard fixes</li>
</ul>
<li><h2>Version 6.8R6</h2></li>
<ul>
<li>Fixed, cleaned and improved dashboard</li>
<li>Fixed invisible name changing</li>
<li>Fixed buttons on vod pages</li>
<li>Fixed long names in sidebar</li>
<li>Fixed .media tld</li>
<li>Various styling and other improvements</li>
</ul>
<li><h2>Version 6.8R5</h2></li>
<ul>
<li>Improved nicknames features</li>
<li>Fixed some styling issues</li>
<li>Fixed textarea input issues</li>
</ul>
<li><h2>Version 6.8R4</h2></li>
<ul>
<li>Update alert highlights to only activate when out of tab</li>
<li>Add support for Twitch's "host mode"</li>
<li>Twitch Chat Emotes upgrade</li>
</ul>
<li><h2>Version 6.8R3</h2></li>
<ul>
<li>BETA: Audio alert on highlights (thanks Teak)</li>
<li>BETA: Added ability to add nicknames to users in chat (thanks CrateMuncher)</li>
<li>Updated color calculation (thanks lewisje)</li>
<li>Updated Twitch Chat Emotes feature by Ryan Chatham</li>
<li>Fixed links on light mode to be underlined</li>
<li>Made console logging toggle-able</li>
</ul>
<li><h2>Version 6.8R2</h2></li>
<ul>
<li>Fix Twitch dashboard</li>
</ul>
<li><h2>Version 6.8R1</h2></li>
<ul>
<li>Fix CSS for new Twitch redesign</li>
</ul>
<li><h2>Version 6.7R11</h2></li>
<ul>
<li>Fix chat line CSS</li>
</ul>
<li><h2>Version 6.7R10</h2></li>
<ul>
<li>Ability to remove group chat</li>
<li>Bug fixes</li>
</ul>
<li><h2>Version 6.7R9</h2></li>
<ul>
<li>Bug fixes</li>
</ul>
<li><h2>Version 6.7R8</h2></li>
<ul>
<li>Major code revision promoting modular design</li>
<li>Fixed issue with "flash block"</li>
</ul>
<li><h2>Version 6.7R7</h2></li>
<ul>
<li>Remove some legacy settings code</li>
</ul>
<li><h2>Version 6.7R6</h2></li>
<ul>
<li>Socket server updates</li>
</ul>
<li><h2>Version 6.7R5</h2></li>
<ul>
<li>Fixed "invited to join" bug</li>
</ul>
<li><h2>Version 6.7R4</h2></li>
<ul>
<li>Better Group Chat Support</li>
</ul>
<li><h2>Version 6.7R3</h2></li>
<ul>
<li>Group Chat Support</li>
</ul>
<li><h2>Version 6.7R2</h2></li>
<ul>
<li>Moderator Card fixes</li>
<li>Moderator Card hotkeys implemented</li>
<li>User blacklisting added</li>
<li>Bugfixes</li>
</ul>
<li><h2>Version 6.7R1</h2></li>
<ul>
<li>Support for Twitch's new chat</li>
</ul>
<li><h2>Version 6.6.2R1</h2></li>
<ul>
<li>Added Alpha Chat Tags</li>
<li>Removed HLS Transcoding (it's built into Twitch's player now)</li>
<li>Fixed issue with mass unban</li>
<li>Fixed issue with paused chat</li>
</ul>
<li><h2>Version 6.6.1R9</h2></li>
<ul>
<li>Fixed title/status edit button</li>
<li>Fixed issue with emoticons</li>
<li>Fixed issue with connection messages</li>
<li>Fixed issue with double-text</li>
</ul>
<li><h2>Version 6.6.1R8</h2></li>
<ul>
<li>Hopefully fixed issue for those unable to chat</li>
<li>Fixed Timeout, Unban, and Ban icons for Twitch (at least temporarily)</li>
<li>Fixed channel backgrounds for Twitch (at least temporarily)</li>
<li>Fixed hovering over title for Twitch (at least temporarily)</li>
<li>Fixed hovering over chat tags for Twitch (at least temporarily)</li>
<li>Fixed issue with resizing not always configuring on load</li>
</ul>
<li><h2>Version 6.6.1R7</h2></li>
<ul>
<li>Fixed issue with already-closed right sidebars</li>
</ul>
<li><h2>Version 6.6.1R6</h2></li>
<ul>
<li>Fixed duplicating mod icons</li>
</ul>
<li><h2>Version 6.6.1R5</h2></li>
<ul>
<li>Scrolling up to pause chat fixed</li>
<li>Freezing issues fixed</li>
</ul>
<li><h2>Version 6.6.1R4</h2></li>
<ul>
<li>Channel resizing reimplemented</li>
<li>Disabled auto-server selection due to problems</li>
<li>Fixed navigating from directory <-> channel</li>
<li>Fixed some issues with the darkened theme</li>
<li>Fixed some issues with the chat</li>
</ul>
<li><h2>Version 6.6.1R3</h2></li>
<ul>
<li>Fixed issues some BTTV moderation buttons</li>
<li>Fixed issue with loading new streams from directory</li>
</ul>
<li><h2>Version 6.6.1R2</h2></li>
<ul>
<li>Fixed issues with Split Chat not loading on page load.</li>
<li>Fixed issues with BTTV Beta Chat Bar</li>
<li>Fixed issues Small Navigation</li>
</ul>
<li><h2>Version 6.6.1R1</h2></li>
<ul>
<li>Support for new Twitch Channel Pages - Still needs work.</li>
</ul>
<li><h2>Version 6.6.0R4</h2></li>
<ul>
<li>Dashboard double-chat issue eradicated</li>
</ul>
<li><h2>Version 6.6.0R3</h2></li>
<ul>
<li>Another attempt to fix Double-Chat in Dashboard</li>
</ul>
<li><h2>Version 6.6.0R2</h2></li>
<ul>
<li>Attempt to fix Double-Chat in Dashboard</li>
</ul>
<li><h2>Version 6.6.0R1</h2></li>
<ul>
<li>Ability to disable chat line history added:<br />
<strong>/linehistory on</strong><br />
<strong>/linehistory off</strong></li>
<li>Ability to export BTTV settings added</li>
<li>Chat command shortcuts added:<br />
<strong>/b</strong> - /ban<br />
<strong>/sub</strong> - /subscribers<br />
<strong>/suboff</strong> - /subscribersoff<br />
<strong>/t</strong> - /timeout<br />
<strong>/u</strong> - /unban<br />
<li>Links in titles can now be clicked</li>
<li>Local sub-only mode added:<br />
<strong>/localsub</strong><br />
<strong>/localsuboff</strong></li>
<li>Modified calculations for video resize</li>
<li>Settings Window Handling Changed</li>
<li>Specific users in chat can now be highlighted by surrounding their name with () in the highlights list</li>
<li>Timestamp localization added, 12 or 24 hour based on user locale</li>
<li>BTTV settings can now be reached within pop-out and embedded chats</li>
</ul>
<li><h2>Version 6.5.8R5</h2></li>
<ul>
<li>Improvements to Desktop Notifications</li>
<li>Message notification fixed</li>
</ul>
<li><h2>Version 6.5.8R4</h2></li>
<ul>
<li>More chat fixes.. Another fix for double-text on Dashboard</li>
</ul>
<li><h2>Version 6.5.8R3</h2></li>
<ul>
<li>More chat fixes.. This time on the Dashboard</li>
</ul>
<li><h2>Version 6.5.8R2</h2></li>
<ul>
<li>More chat fixes.. Everything should be functional again, but there may be bugs.</li>
</ul>
<li><h2>Version 6.5.8</h2></li>
<ul>
<li>Chat Fixes.. more fixes to come</li>
</ul>
<li><h2>Version 6.5.7R6</h2></li>
<ul>
<li>Added Subscriber Count to the Dashboard</li>
<li>Added Chatter Count to the Dashboard</li>
<li>Fixed issue with Viewer count breaking on the Dashboard</li>
</ul>
<li><h2>Version 6.5.7R5</h2></li>
<ul>
<li>Fixed BTTV Transcoding with a workaround (still buggy but nothing I can do at the moment)</li>
</ul>
<li><h2>Version 6.5.7R4</h2></li>
<ul>
<li>Fixed Ignored Users</li>
</ul>
<li><h2>Version 6.5.7R3</h2></li>
<ul>
<li>Added "Auto-Scrolling Paused" message when scrolling in chat</li>
<li>Fixed Default to Live Channels feature</li>
</ul>
<li><h2>Version 6.5.7R2</h2></li>
<ul>
<li>Minor theme tweaks</li>
</ul>
<li><h2>Version 6.5.7</h2></li>
<ul>
<li>Darkened Theme now supports new Messages system</li>
</ul>
<li><h2>Version 6.5.6R2</h2></li>
<ul>
<li>Made Indentation toggleable</li>
</ul>
<li><h2>Version 6.5.6</h2></li>
<ul>
<li>Compatibility Updates</li>
</ul>
<li><h2>Version 6.5.5R8</h2></li>
<ul>
<li>Fix scroll-up to pause chat</li>
</ul>
<li><h2>Version 6.5.5R7</h2></li>
<ul>
<li>Undefined chatter fix (rare issue when looking up names)</li>
</ul>
<li><h2>Version 6.5.5R6</h2></li>
<ul>
<li>Socket-Server Updates</li>
<li>Improved display name lookups</li>
</ul>
<li><h2>Version 6.5.5R5</h2></li>
<ul>
<li>Fix issue with disabling emote settings</li>
</ul>
<li><h2>Version 6.5.5R4</h2></li>
<ul>
<li>Hover over emotes to see the command and channel you must subscribe to</li>
</ul>
<li><h2>Version 6.5.5R3</h2></li>
<ul>
<li>More emote fixes</li>
</ul>
<li><h2>Version 6.5.5R2</h2></li>
<ul>
<li>Fixed JTV Emotes</li>
<li>Prevented replace of emotes object on load (appending instead)</li>
</ul>
<li><h2>Version 6.5.5</h2></li>
<ul>
<li>Updated Licensing</li>
<li>Updated source code</li>
</ul>
<li><h2>Version 6.5.4R4</h2></li>
<ul>
<li>Notifications tweaked again</li>
<li>Updated socket code</li>
</ul>
<li><h2>Version 6.5.4R3</h2></li>
<ul>
<li>Notifications tweaked</li>
</ul>
<li><h2>Version 6.5.4R2</h2></li>
<ul>
<li>BTTV Settings Window Scrollbars changed</li>
</ul>
<li><h2>Version 6.5.4R1</h2></li>
<ul>
<li>Desktop Notifications Added</li>
<li>Ryan's Twitch Chat Emotes plugin has been updated</li>
<li>Chat mention notifications added (when tabbed out of the channel)</li>
</ul>
<li><h2>Version 6.5.3R3</h2></li>
<ul>
<li>Emoticon fixes</li>
</ul>
<li><h2>Version 6.5.3R2</h2></li>
<ul>
<li>Made links in addon About page open in a new tab</li>
<li>Fixed blue highlighting on left sidebar</li>
<li>Aligned JTV-styled chat badges with Turbo/Subscriber badges</li>
<li>Added automated title and game updating on channel pages</li>
</ul>
<li><h2>Version 6.5.3</h2></li>
<ul>
<li>HLS Transcodes are now wrapped in a slick container</li>
<li>VLC Plugin Detection added</li>
</ul>
<li><h2>Version 6.5.2R4</h2></li>
<ul>
<li>Fixed Emote Functionality Changes</li>
</ul>
<li><h2>Version 6.5.2R3</h2></li>
<ul>
<li>Fixed Darkened Mode channel sub buttons (You may need to clear cache too)</li>
<li>Fixed small bug with translation of jtv and twitchnotify messages</li>
</ul>
<li><h2>Version 6.5.2R2</h2></li>
<ul>
<li>Add support for event chat and dev chat</li>
</ul>
<li><h2>Version 6.5.2</h2></li>
<ul>
<li>Code restructuring</li>
</ul>
<li><h2>Version 6.5.1R2</h2></li>
<ul>
<li>Added translation toggle</li>
<li>Fixed Unicode translation issue</li>
</ul>
<li><h2>Version 6.5.1R1</h2></li>
<ul>
<li>You asked, and you received!</li>
<li>Double-click on chat messages to translate them into your language. For example, if you browse Twitch on http://www.twitch.tv, messages written in German would be translated to the English language. Language destination is based on which language you browse with on Twitch.</li>
<li>Wildcards are now available in highlight and blacklist keywords. Just include an asterisk, *, in order to produce a wildcard.</li>
<li>Link detection is now improved beyond Twitch's default. Most links (if not all) should now be clickable in chat.</li>
<li>A "Permit" button was added in the user info panel when clicking on usernames. This button allows moderators to permit a user to post links in a channel (that uses Moobot, Nightbot, or other bots supporting !permit).</li>
</ul>
<li><h2>Version 6.5.0R2</h2></li>
<ul>
<li>Possible fix for bottom chat line being cut off, but issue is unreproduceable in my end.</li>
</ul>
<li><h2>Version 6.5.0R1</h2></li>
<ul>
<li>Revamped Chat Connectivity. BTTV should now always connect to the best chat server it can find.</li>
</ul>
<li><h2>Version 6.4.9R10</h2></li>
<ul>
<li>Added a /massunban command for channel owners</li>
</ul>
<li><h2>Version 6.4.9R9</h2></li>
<ul>
<li>Reworked the global chat ban protection implementation</li>
</ul>
<li><h2>Version 6.4.9R8</h2></li>
<ul>
<li>"Sending messages too quickly" prevention</li>
<li>Global chat ban protection implemented</li>
<li>Fixed an exception when loading BTTV on directory pages</li>
</ul>
<li><h2>Version 6.4.9R7</h2></li>
<ul>
<li>Fixed a bug with JTV Chat tags (setting was inversed)</li>
<li>Fixed bug with BTTV Chat and the bottom chat line being half cut-off (if conditions were right)</li>
</ul>
<li><h2>Version 6.4.9R6</h2></li>
<ul>
<li>Fixed XSS Exploit when parsing links in showing deleted messages</li>
</ul>
<li><h2>Version 6.4.9R5</h2></li>
<ul>
<li>Changed Anti-Prefix Beta to default to Off</li>
<li>Changed Default Tags to JTV Chat Tags, and defaulted it to Off</li>
<li>Added an option for HLS Transcoding (some people didn't like that it showed below the player by default)</li>
<li>Added a bot icon for Twitch Chat Tags</li>
<li>Fixed bug with BTTV Chat and the Subscriber Emotes list that Twitch added today</li>
<li>Added a Changelog into BTTV after reading a comment that there wasn't a place to see updates</li>
</ul>
</ul>