-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.html
825 lines (818 loc) · 24.7 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
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html>
<style media="screen">
body {
background-color: #1d2027;
font-family: system-ui;
line-height: 25px;
}
h1 {
font-size: 25px;
font-weight: 15px;
color: white;
background-color: #575c66;
border-radius: 7px 7px 0px 0px;
padding: 5px;
padding-left: 15px;
}
li {
margin-bottom: 15px;
padding-right: 10px;
}
button {
padding: 10px;
border-radius: 6px;
border: none;
background-color: #575c66;
color: white;
}
.background {
background-color: #99a2b3;
margin: 15px;
padding-bottom: 10px;
border-radius: 7px;
}
</style>
<body>
<div class="background">
<h1>v3.5.1 (2024/8/22)</h1>
<li>Bug fixes</li>
</div>
<div class="background">
<h1>v3.5.0 (2024/8/21)</h1>
<li>Made remaining card count and button due date font sizes use the same font size as the button text</li>
</div>
<div class="background">
<h1>v3.4.3 (2024/2/4)</h1>
<li>Fix for minor bug in card info sidebar</li>
</div>
<div class="background">
<h1>v3.4.2 (2024/2/3)</h1>
<li>Fixed not being able to set shortcuts in settings</li>
<li>Fixed Card info side bar not displaying FSRS Difficulty correctly</li>
</div>
<div class="background">
<h1>v3.4.1 (2023/10/27)</h1>
<li>
Compatability fix for Anki v23.10 (Thanks to<a href="https://github.com/khonkhortisan">Kyle Mills</a>)
</li>
</div>
<div class="background">
<h1>v3.4.0 (2023/09/17)</h1>
<li>
New Feature: Added a feature to hide the info about the current card in
the card info sidebar | you can enable the feature in the Sidebar tab
</li>
<li>
Improvement: The add on now respects Anki's hide bottombar feature
</li>
</div>
<div class="background">
<h1>v3.3.1 (2023/07/20)</h1>
<li>Minor Changes</li>
</div>
<div class="background">
<h1>v3.3.0 (2023/07/20)</h1>
<ul>
<li>
New Feature: Ability to change button's font weight -> Styles tab
</li>
<li>
New Feature: Ability to choose how much of the empty space should the
wide review buttons take (in percent) | Styles tab
</li>
<li>Behavior Change: Border radius now works on all the buttons</li>
<li>
Behavior Change: Now the review buttons are centered (when resizing
the the anki window, the review buttons will stay at the center of the
screen)
</li>
<li>
Behavior Change: Disabling "Style Main Screen Buttons" will now let
other add-ons modify the Deck Overview and Main Screen buttons
</li>
<li>
Fixed: Conflict with rebuild/empty all Add-on (enable it in the Misc
tab | the buttons added by this add-on will also be themed)
</li>
</ul>
</div>
<div class="background">
<h1>2023/03/29</h1>
<ul>
<li>Fixed error when pressing show answer button</li>
<li>Added option to unmap a shortcut (Use "Ctrl+Z")</li>
</ul>
</div>
<div class="background">
<h1>2023/01/31</h1>
<ul>
<li>Fixed button intervals inside the button not showing</li>
<li>
Fixed button intervals being too close to the top of the bottombar
</li>
<li>Fixed timer not showing</li>
<li>
Fixed buried card count not showing on the stock style deck overview
screen
</li>
<li>Fixed Card Info Sidebar error on new cards</li>
<li>Fixed backup issue on mac</li>
<li>
Added Feature to hide "Easy" button if the card is not in learning
phase (enable in misc tab)
</li>
<li>Other minor changes and improvements</li>
</ul>
</div>
<div class="background">
<h1>2023/01/06</h1>
<ul>
<li>Fix/show intervals not showing intervals</li>
</ul>
</div>
<div class="background">
<h1>2022/9/29</h1>
<ul>
<li>
Fix/show intervals of custom scheduling (Thanks to
<a href="https://github.com/L-M-Sherlock">Jarrett Ye</a>) [Works only
on anki versions > 2.1.55]
</li>
</ul>
</div>
<div class="background">
<h1>2022/8/18</h1>
<ul>
<li>
Added new feature: Tooltip Offset (Added by
<a href="https://github.com/devinmugen">@devinmugen</a>)
</li>
<li>
Fixed not displaying <button>Description</button> on deck overview
screen
</li>
<li>
Review button tooltips now display the same text as review button
labels set in button labels in settings instead of "Again", "Hard",
"Good", "Easy"
</li>
</ul>
</div>
<div class="background">
<h1>2022/8/9</h1>
<ul>
<li>
Improved skipping cards > Bury Method (Thanks to
<a href="https://github.com/ROOMBON">@ROOMBON</a>)
</li>
<ul>
<li>
The burried cards used to stay buried if you closed anki mid-review
while having skipped some cards (using bury method)
</li>
<li>
If you have used this method before, and have closed Anki
mid-review, I suggest you check for buried cards and unbury them
manually
</li>
</ul>
<li>
Removed the limit of 50px for button border radius (now it's 100px /
100px is basically a circle so anything more than that doesn't make
sense I think -_-)
</li>
</ul>
</div>
<div class="background">
<h1>2022/1/30</h1>
<ul>
<li>
Changed load settings prompt message (forgot to do it yesterday)
</li>
</ul>
</div>
<div class="background">
<h1>2022/1/29</h1>
<ul>
<li>
Added a feature to change
<font color="dodgerred">button text size</font> [go to "Button Sizes"
and change button text size]
</li>
<li>
Added
<font color="dodgerred">another style for button intervals</font> (now
you can move button intervals inside the buttons) [to change button
interval style go to "Styles" tab and change button interval style]
</li>
<li>
Added a feature to enable
<font color="dodgerred">direct config edit</font> (serves no purpose
for now, don't enable it unless you're told to | The idea is to
quickly be able to add new features without having to add options in
settings menu)
</li>
<li>
Added an option to
<font color="dodgerred">backup your settings</font> (just press Backup
Settings button and it will create a backup file of your settings -
you can also share your settings and button stylings with other people
by sharing the settings file)
</li>
<li>
Added an option to <font color="dodgerred">load settings</font> file
(you can load settings and not go through settings and changing
different settings and styles)
</li>
<li>
Fixed button tooltip bug in python 3.10 (Thanks to
<a href="https://github.com/sdvcrx">@sdvcrx</a>)
</li>
<li>
Removed "Restore Defaults" button (with the new "Load Settings"
function, having this extra button doesn't make sense)
</li>
</ul>
</div>
<div class="background">
<h1>2021/9/22</h1>
<ul>
<li>Minor macOS bug fix (Hopefully -_-)</li>
</ul>
</div>
<div class="background">
<h1>2021/9/15</h1>
<ul>
<li>Minor bug fix</li>
</ul>
</div>
<div class="background">
<h1>2021/8/23</h1>
<ul>
<li>Detailed Deck Overview bug fix</li>
</ul>
</div>
<div class="background">
<h1>2021/8/22</h1>
<ul>
<li>
Added a new method for skipping cards.<br />
<ul>
<li>
This method is partially manual. The skipped cards won't show
automatically unless you finish reviewing normal cards.
</li>
<li>
This method uses Anki's "Bury" function and buries skipped cards.
The skipped cards will get unburied once you exit review screen or
press press <button>Show Skipped</button> Button.
</li>
<li>
If you want for the skipped cards to show mid-review, you'll have
to press <button>Show Skipped</button> Button or press the
assigned shortcut (default shortcut is <kbd>Alt</kbd> +
<kbd>C</kbd>).
</li>
<li>
If you use V3 sheduler, this is the only method that'll work for
you and will be chosen by default.
</li>
<li>
If you use V2 scheduler you can use this method or the old method.
You can choose the skip method in
<code>Settings Menu -> Misc -> Skip Method</code>
</li>
<li>
The old method is <font color="red">Next Card</font> and the new
method is <font color="red">Bury</font>.
</li>
<li>
The new "Bury" method might be a bit slower, especially when you
use the button. If you choose to use this method, I suggets using
shortcuts for skipping cards.
</li>
</ul>
</li>
<li>
Adjusted Settings Menu height for better viewing on screens with lower
resulotions
</li>
<li>
Moved changelog from main Settings Menu window to a separate window
</li>
</ul>
</div>
<div class="background">
<h1>2021/8/4</h1>
<ul>
<li>Bug fix (now ARBb is compatible with Anki 2.1.45)</li>
<li>
From now on, No update will be released for Anki versions older than
2.1.45
</li>
</ul>
</div>
<div class="background">
<h1>2021/7/31</h1>
<ul>
<li>Bug Fix</li>
</ul>
</div>
<div class="background">
<h1>2021/7/30</h1>
<ul>
<li>Bug Fix</li>
</ul>
</div>
<div class="background">
<h1>2021/7/30</h1>
<ul>
<li>
Added an option to set your custom text as button labels.<br />
replace again, hard, good, easy, etc. text with your custom text or
emoji.<br />
To change button labels and use your own custom text, go to "Button
label" tab in the settings.<br />
To the person asking me how to change button labels -_- you can use
this from now on. No need to change the code.
</li>
<li>
Added an option to hide hard, good, easy buttons. (Requested)<br />
(no I haven't forgotten to put again in the list -_- you can't hide
again button).<br />
To use this option, go to "Bottombar Buttons" and look for "Hide
Buttons" part there.
</li>
<li>
Added an option to change the roundness of the buttons.<br />
To use this option, go to "Styles" tab and look for "Button Border
Radius" there.
</li>
<li>
<font color="red">Removed</font> pressed button stats from the
add-on.<br />
For those who used it, I'll be publishing it as a separate add on
named "Pressed Button Stats"
</li>
</ul>
</div>
<div class="background">
<h1>2020/6/9</h1>
<ul>
<li>Added an option to turn off more overview stats.<br /></li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/12/6</h1>
<ul>
<li>
Added another mode to overview stats (taken from "More Overview Stats
2.1")
</li>
<li>
Fixed conflict with speedfocus add-on (If you use speedfocus you need
to enable "Speed focus" option in ARBb settings -> Misc)
</li>
</ul>
</div>
<div class="background">
<h1>2020/6/9</h1>
<ul>
<li>Added an option to turn off more overview stats.<br /></li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/5/30</h1>
<ul>
<li>
Changed tooltip behavior.<br />
Now it's size won't be as size of the buttons when it's position is
fixed.<br />
</li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/5/18</h1>
<ul>
<li>Minor code changes/improvements.<br /></li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/5/15</h1>
<ul>
<li>
Now it designs review buttons that other add-ons add (like
rememorize).<br />
it treats them like other bottombar button so their color and style<br />
will be like other bottombar buttons
</li>
<li>
you can style other bottombar buttons that are added by other add-on
(like deferer button).<br />
you'll need to change their code a bit. if you want to style them
leave a comment here or on github page.<br />
(the last picture is how the extra buttons the those add-on add look
after styling them using this add-on)
</li>
<li>
finally a github page :\
<a href="https://github.com/noobj2/Anki-Advanced-Review-Bottombar">Here it is</a>
</li>
<li>
Changed color of timer text in bottombar.<br />
now it uses the same color you have set for other bottombar buttons
text color. (not a big deal though, right?)<br />
</li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/5/9</h1>
<ul>
<li>
Made neon and fill designs customizable. now you can change their
colors using "Colors" tab.<br />
Enable custom colors by checking "Custom Review Button Colors"
checkbox and <br />
changing again, hard, good and easy colors.<br />
as these designs don't have a separate hover color, changing hover
colors won't<br />
change anything about these buttons
</li>
<li>
Made review bottombar buttons, deck overview buttons and main screen
bottombar buttons customizable. <br />
you can change their border and text colors in "Colors" tab by
changing "General Button" text and border colors.<br />
you can't chage text or background color for general buttons if their
button style is set on default.<br />
to change general buttons style go to "Styles" tab and change "General
Buttons Style".
</li>
<li>
Added an option to change show answer button border color based on
card ease. <br />
you can enable than option in "Style" tab by changing "Show Answer
Border Color Style" <br />
from "Fixed" to "Based on Card Ease". you cand change color for each
ease range in "Colors" tab.<br />
- (honestly i think it's gonna be usless for most of you :/ it was
just something that i needed).
</li>
<li>
+ Other settings menu and bottombar buttons changes and
improvements.<br />
</li>
<font color="#004182">pressed button count STILL at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/4/28</h1>
<ul>
<li>
Added an option to choose card type [learn, review, re-learn, cram]
for button count stats
</li>
<li>
Added an option to manually change decks in button count stats<br />
</li>
<font color="#004182">at 90%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/5/01</h1>
<ul>
<li>
Added total time and time per card to information shown in pressed
button stats<br />
</li>
<font color="#004182">at 85%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/4/28</h1>
<ul>
<li>
Added an option to choose card type [learn, review, re-learn, cram]
for button count stats
</li>
<li>
Added an option to manually change decks in button count stats<br />
</li>
<font color="#004182">at 80%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/4/27</h1>
<ul>
<li>Added an option to choose time period for button count stats</li>
<li>Added an option to change button count stats scope</li>
<li>Button count stats window improvements<br /></li>
<font color="#004182">at 50%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/4/26</h1>
<ul>
<li>
<font color="tomato">NEW FEATURE:</font> pressed button count +
Percent<br />
<font color="red">NOTE:</font> it's work in progress and very basic<br />
the only reason i'm publishing it is that i want to hear you opinions
on it and see what you need<br />
I want to hear your ideas about it, tell me what i can do to make it
better<br />
you can Email me your ideas<br />
however, i think some of you may want to change the time period for
this option<br />
to do that go to config -> Advanced review bottombar -> open add-on
folder -> <br />
open Button_Count.py -> go to line 47 you'll see what you need
there<br />
when you're on a deck, it shows pressed button stats for that deck,
<br />
when you're in main window, it'll show overall stats<br />
</li>
<font color="#004182">at 15%<br /></font>
</ul>
</div>
<div class="background">
<h1>2020/4/22</h1>
<ul>
<li>
Made styling main screen and deck overview compatible with anki
versions older than 2.1.19
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/21</h1>
<ul>
<li>
Added an option to change main screen and deck overview buttons
style<br />
(Their style will be as other bottombar buttons style)
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/20</h1>
<ul>
<li>
Fixed tooltip bug (where it would show hard on tooltip when you<br />
pressed good if you were in a cutom study session )
</li>
<li>
Added card info sidebar auto open (opens sidebar automatically when
you review a card)
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/18</h1>
<ul>
<li>Minor settings menu improvements</li>
</ul>
</div>
<div class="background">
<h1>2020/4/17</h1>
<ul>
<li>Fixed Neon 1 style bug</li>
<li>
Addded correct percentage, fastest reveiw, slowest review, note ID and
card ID options to card info sidebar
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/16</h1>
<ul>
<li>
Added change button transition time option (for fill and neon designs
only)
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/15</h1>
<ul>
<li>
Added an option to change cursor type when you hover over bottombar
buttons
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/14</h1>
<ul>
<li>Added answer tooltips</li>
<li>Adjusted tooltips for neon and fill designs</li>
<li>Adjusted tooltips for custom button sizes</li>
</ul>
</div>
<div class="background">
<h1>2020/4/13</h1>
<ul>
<li>
Added a function to get shortcuts (Don't have to test keys that you
want to set as shortcuts anymore,<br />
if it's Anki's default shortcut for something, the add-on wont accept
it)
</li>
<li>
Moved button design tooltip to another tab (noticed it was WAY too big
for lower resulotions to be useful)
</li>
<br /><br />
<font color="red"># NOTE:</font>
if you're updating from any version other than 2020/4/12 you might run
into some problems trying to<br />
open settings menu if you can't open settings menu after update open
add-on folder and delete meta.json file if<br />
that didn't help go to settings.py and put a # in front of the last line
then go to tools -> add-ons and<br />
press restore defaults on this addon's config page<br />
</ul>
</div>
<div class="background">
<h1>2020/4/12</h1>
<ul>
<li>
Changed settings menu so it's easier to work with on lower resolutions
(had to code it all over again)
</li>
<li>
Made picking colors completely automatic (no color code copy/paste,
choose the color and it's set)
</li>
<li>Added an option for you to choose settings menu's position</li>
<li>Made wide buttons compatible with no distractions add-on</li>
<br /><br />
<font color="red"># NOTE:</font>
After update you need to restore config to defaults in tools ->
addons<br />
</ul>
</div>
<div class="background">
<h1>2020/4/8</h1>
<ul>
<li>settings menu bugs fixes</li>
<li>settings menu minor adjustments for smaller screens</li>
</ul>
</div>
<div class="background">
<h1>2020/4/7</h1>
<ul>
<li>settings menu improvements</li>
<li>added an option to color intervals</li>
<li>added an option to style other bottombar buttons</li>
<li>added 4 new button designs</li>
</ul>
</div>
<div class="background">
<h1>2020/4/6</h1>
<ul>
<li>minor settings menu improvements</li>
<li>card info sidebar improvements for old scheduler</li>
</ul>
</div>
<div class="background">
<h1>2020/4/5</h1>
<ul>
<li>minor settings menu improvements</li>
<li>added tooltips with pictures for different settings</li>
<li>fixed card info sidebar crash bug</li>
</ul>
</div>
<div class="background">
<h1>2020/4/4</h1>
<ul>
<li>added settings menu</li>
<li>minor settings menu adjustments</li>
</ul>
</div>
<div class="background">
<h1>2020/4/2</h1>
<ul>
<li>fix for wide buttons</li>
<li>
fixed card info sidebar problem with beta versions of anki (2.1.23 and
2.1.24)
</li>
</ul>
</div>
<div class="background">
<h1>2020/4/1</h1>
<ul>
<li>fixed issue with limiting card reviews in card info sidebar</li>
<li>
added an option to change active button indicator from border to glow
and change it's color
</li>
</ul>
</div>
<div class="background">
<h1>2020/3/30</h1>
<ul>
<li>
adjusted colors and gradients for background color change for light
mode
</li>
<li>added background shadow for review buttons (enable in config)</li>
</ul>
</div>
<div class="background">
<h1>2020/3/29</h1>
<ul>
<li>added undo button (enable in config)</li>
<li>fixed button color for old scheduler</li>
<li>removed conflict with customize keyboard shortcuts add-on</li>
<li>
removed conflict with speed focus add-on (needs to be enabled in
config)
</li>
<li>removed conflict with slackers add-on</li>
<li>
added an option to choose text color in review button background color
change
</li>
</ul>
</div>
<div class="background">
<h1>2020/3/26</h1>
<ul>
<li>added change button size option</li>
</ul>
</div>
<div class="background">
<h1>2020/3/25</h1>
<ul>
<li>added change skip and info button position option</li>
</ul>
</div>
<div class="background">
<h1>2020/3/20</h1>
<ul>
<li>fixed conflict with "replay button on card" add-on</li>
</ul>
</div>
<div class="background">
<h1>2020/3/7</h1>
<ul>
<li>adjusted the color for review buttons</li>
<li>
added an option to choose the font for the text in card info side bar
in config
</li>
<li>
added an option so you could limit the maximum number of previous
reviews that are shown on sidebar for a card
</li>
</ul>
</div>
<div class="background">
<h1>2020/3/6</h1>
<ul>
<li>
made the info sidebar customizable, you can choose what you want to
see on card info sidebar in config
</li>
</ul>
</div>
<div class="background">
<h1>2020/3/4</h1>
<ul>
<li>fixed not showing review button colors on new in-app night mode</li>
<li>adjusted review button text colors for new in-app night mode</li>
<li>adjusted wide button widths</li>
</ul>
</div>
<div class="background">
<h1>2020/2/8</h1>
<ul>
<li>
added an option for you to choose the shortcut key for skip and info
buttons (in add-on config)
</li>
<li>added an option to choose the sidebar theme (in add-on config)</li>
</ul>
</div>
<div class="background">
<h1>2020/1/2</h1>
<ul>
<li>fix for old scheduler</li>
</ul>
</div>
<div class="background">
<h1>2019/12/14</h1>
<ul>
<li>Initial Release</li>
</ul>
</div>
</body>
</html>