forked from justas-d/roll20-enhancement-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
1380 lines (1380 loc) · 44.5 KB
/
changelog.json
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
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"current": "1.15.33",
"versions": {
"1.4.0": {
"info": {
"title": "Night Mode & Fixes",
"media": "night_mode.png"
},
"changes": [
{
"id": "nightMode",
"content": "Added Night Mode. Enable it in the settings menu."
},
{
"id": "",
"content": "AlternatePageToolbarMenu: clicking on page text switches you to that page. Use right-click to rename the page."
},
{
"id": "",
"content": "Fixed laggy compendiums: be more strict about which URLs are the editor."
},
{
"id": "",
"content": "Fixed Hide Players module being disabled after every load."
},
{
"id": "",
"content": "Fixed possible bugs caused by changing a setting of a disabled module."
},
{
"id": "",
"content": "Fixed TokenResize settings media not being shown (thanks @ Nikolay for the report!)."
},
{
"id": "",
"content": "Possibly fixed a possible TokenEditor crash."
},
{
"id": "",
"content": "Update contributors"
}
]
},
"1.3.4": {
"info": {
"title": "I Have 4 Browsers Open: The Update",
"media": ""
},
"changes": [
{
"id": "",
"content": "R20ES now runs on Chromium fork browsers and FF 56. They are both on minimal support, meaning stuff will be broken and bug fixes will have lower priority for these platforms."
},
{
"id": "",
"content": "Updated contributors"
}
]
},
"1.3.3": {
"info": {
"title": "Minor Tweaks",
"media": ""
},
"changes": [
{
"id": "",
"content": "DrawCurrentLayer: Fix improper drawing when switching to the light layer (thanks @Colorblind for the report)."
},
{
"id": "",
"content": "Changelog: Added history up to 1.3.0"
},
{
"id": "",
"content": "About: Dropped some names in there."
}
]
},
"1.3.2": {
"info": {
"title": "Bug squashin'",
"media": ""
},
"changes": [
{
"id": "",
"content": "TokenEditor: add a special hint for when the user is not a GM."
},
{
"id": "",
"content": "TokenEditor: update bar current/max values when linking bar to an attribute."
},
{
"id": "",
"content": "TokenEditor: replace attribute dropdown with search box that autocompletes."
},
{
"id": "",
"content": "TokenEditor: sort attributes lexicographically (thanks @DoomRice for the report)."
},
{
"id": "",
"content": "TokenLayerDrawing: fix improper overlay positioning on mirrored tokens (thanks @DoomRice for the report)."
},
{
"id": "",
"content": "New welcome message."
},
{
"id": "",
"content": "Dialog: fix invalid success value when ESCaping out of a dialog"
},
{
"id": "",
"content": "Dialog: improved visuals, sizes."
},
{
"id": "",
"content": "TableIO: add a table repo URL to the paste dialog."
}
]
},
"1.3.1": {
"info": {
"title": "Token editor bug fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed a typo in the token editor message for not having permissions to view the default token."
},
{
"id": "",
"content": "Fixed a case where the token editor would not update the default token fully."
},
{
"id": "",
"content": "Fixed the token editor assuming the player cannot view the default token when the character simply doesn't have a default token."
}
]
},
"1.3.0": {
"info": {
"title": "Token Editor Update",
"media": "token_editor.png"
},
"changes": [
{
"id": "characterTokenModifier",
"content": "Added Token Editor: a new character sheet tab for fast token editing."
},
{
"id": "",
"content": "Added the Hide Player List module: it hides the player list."
},
{
"id": "",
"content": "Added an option to use units instead of squares in TokenResize."
},
{
"id": "",
"content": "Added a checkbox to the TokenResize dialog for moving the current selection."
},
{
"id": "",
"content": "Fixed TokenResize allowing the resizing of tokens to a size of 0."
},
{
"id": "",
"content": "Fixed potential memory leak when disabling modules."
},
{
"id": "",
"content": "Fixed player avatars in the alternative page toolbar menu."
}
]
},
"1.4.1": {
"info": {
"title": "Night Mode Tweaks",
"media": ""
},
"changes": [
{
"id": "",
"content": "NightMode: added an option for loading the OGL 5E night mode. Should improve compatibility with other sheets."
},
{
"id": "",
"content": "NightMode: added an option for loading the chat message night mode style. Should improve compatibility with character sheets."
},
{
"id": "",
"content": "Lowered extension size (5MiB -> 350KiB!): settings media is no longer packaged with the extension and is now served from the website."
}
]
},
"1.5.0": {
"info": {
"title": "Jukebox & Tools & Arrow keys",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added a tools menu. Can be found in the settings tab."
},
{
"id": "",
"content": "Tools: added bulk roll type setter for the OGL 5e sheet."
},
{
"id": "",
"content": "Added ArrowKeysMoveCanvas: allows moving the canvas camera with arrow keys when there is no default token selected. Try this out with the ruler tool!"
},
{
"id": "",
"content": "Added Jukebox playlist importing/exporting."
},
{
"id": "",
"content": "Updated contributors."
},
{
"id": "",
"content": "Fixed NightMode not styling dialog footers"
},
{
"id": "",
"content": "Fixed improver error messages when processing an invalid Character."
}
]
},
"1.5.1": {
"info": {
"title": "JukeboxIO Optimization",
"media": ""
},
"changes": [
{
"id": "",
"content": "JukeboxIO: optimized importing. It's pretty fr*ck1n f4st. (thanks @ Daj for the report!)"
}
]
},
"1.5.2": {
"info": {
"title": "console.log: the update",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added a bunch of debug logging to very sensitive and critical sections of Chrome code."
},
{
"id": "",
"content": "Possibly™ Fixed™ a Bug™ on Chrome (thanks @ Angor de Redjak for the report & help!)"
}
]
},
"1.6.0": {
"info": {
"title": "Scale Token Names & Auto Initiative Window",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added Scale Token Names by Size module"
},
{
"id": "",
"content": "Added Auto Open Initiative Tracker module"
},
{
"id": "",
"content": "NightMode(5e OGL): fix npc reaction header text color"
},
{
"id": "",
"content": "NightMode(5e OGL): fix unreadable text on NPC edit sheets, color adv btn"
},
{
"id": "",
"content": "NightMode: tweak brand colors"
},
{
"id": "",
"content": "NightMode: add baseStyle config option"
},
{
"id": "",
"content": "AlternativePageToolbarMenu: fix rename on empty spans, indent properly"
}
]
},
"1.7.0": {
"info": {
"title": "Animated Backgrounds",
"media": "animated_bg.webm"
},
"changes": [
{
"id": "",
"content": "Added the Animated Backgrounds module."
},
{
"id": "",
"content": "Added the Remember Text Tool Settings module."
},
{
"id": "",
"content": "Update contributors"
},
{
"id": "",
"content": "NightMode: remove color reset on sheet containers"
},
{
"id": "",
"content": "CharacterTokenModifier: improved styling, added 'set' button for names"
},
{
"id": "",
"content": "Fixed DrawCurrentLayer being active when not a GM"
},
{
"id": "",
"content": "Fixed size inconsistencies in TokenResize"
}
]
},
"1.7.1": {
"info": {
"title": "Bugfix",
"media": "animated_bg.webm"
},
"changes": [
{
"id": "",
"content": "Text tool settings no longer reflect selected text object properties when the remember text settings module is on. This can be disabled in the settings. (thanks @ Daj for the report!)"
},
{
"id": "",
"content": "Fixed changelog invalid media URLs in changelogs"
},
{
"id": "",
"content": "Fixed scrolling in the changelog view."
}
]
},
"1.7.2": {
"info": {
"title": "Wolf deterrent",
"media": ""
},
"changes": [
{
"id": "",
"content": "Renamed to VTT Enhancement Suite to avoid LAWSUITS"
},
{
"id": "",
"content": "Fixed token editor not linking bars & not loading linked bar names"
}
]
},
"1.7.3": {
"info": {
"title": "Token editor fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed the token editor repositioning tokens & setting random values (thanks RoscoMcqueen and Melty for the report!)"
}
]
},
"1.7.4": {
"info": {
"title": "More token editor fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed token editor not properly setting name and represents id"
},
{
"id": "",
"content": "Token editor no longer sets current bar values for default tokens."
}
]
},
"1.7.5": {
"info": {
"title": "Critical Fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed a critical bug that prevented the extension & similar tools from working."
}
]
},
"1.7.6": {
"info": {
"title": "Pagliacci",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added experimental Opera support"
}
]
},
"1.7.7": {
"info": {
"title": "Night Mode Deprecation",
"media": ""
},
"changes": [
{
"id": "",
"content": "NightMode is being phased out in favor of Red Reign's Dark Theme.",
"urls": {
"Grab it here": "https://github.com/RedReign/Roll20-Dark-Theme"
}
},
{
"id": "",
"content": "Possibly fixed an issue when dragging in an image in the the token editor."
},
{
"id": "",
"content": "Updated contributors"
}
]
},
"1.7.8": {
"info": {
"title": "Animated Background Audio",
"media": ""
},
"changes": [
{
"id": "",
"content": "Animated Backgrounds: Add audio support + settings for audio. (thanks Ryan for pointing it out!)"
}
]
},
"1.7.9": {
"info": {
"title": "Misc",
"media": ""
},
"changes": [
{
"id": "",
"content": "Animated Backgrounds: position the button to be on the right of the canvas."
}
]
},
"1.8.0": {
"info": {
"title": "Adjustable GM Opacity",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added adjustable GM layer opacity module."
},
{
"id": "",
"content": "Updated contributors"
}
]
},
"1.9.0": {
"info": {
"title": "Token From Image & friends",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added Token From Image: create tokens from images by right-clicking on the canvas."
},
{
"id": "",
"content": "Adjust some dialog menu sizes"
},
{
"id": "",
"content": "Added 'Sort Lexicographically' to Macro Generator"
},
{
"id": "",
"content": "Added flip horizontal/vertical, rotation edits to the token editor."
},
{
"id": "",
"content": "Improved bar editing in the token editor."
},
{
"id": "",
"content": "Updated contributors"
}
]
},
"1.9.1": {
"info": {
"title": "Playlist fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed playlist importing not preserving the file structure."
}
]
},
"1.9.2": {
"info": {
"title": "Minor tweak.",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added secret essay for mozilla addon reviewers."
},
{
"id": "",
"content": "AdjustableOpacity: disable by default"
}
]
},
"1.9.3": {
"info": {
"title": "Fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "Auto Open Initiative Tracker: Added delay between roll & dialog open (should fix issues with some turns being missing, thanks Tielc)"
},
{
"id": "",
"content": "TokenContextMenuApi: limit the size of the injected element (thanks Giddy)"
},
{
"id": "",
"content": "Token Editor: Fixed an instance where the bar links would not be unset (thanks Grigdusher)"
}
]
},
"1.9.4": {
"info": {
"title": "Super minor UI Tweak",
"media": ""
},
"changes": [
{
"id": "",
"content": "JukeboxIO: Adjust wording on the UI widget (thanks, Ryan!)"
}
]
},
"1.9.5": {
"info": {
"title": "Timing change",
"media": ""
},
"changes": [
{
"id": "",
"content": "Increased time before we panic dump scripts on chromium"
},
{
"id": "",
"content": "Added debug log dumping"
}
]
},
"1.10.0": {
"info": {
"title": "Macro Generator Folders",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added foldering to the macro generator. You can now generate a macro that will spawn a list of action buttons in the chat!"
},
{
"id": "",
"content": "Character sheets: only show certain tabs if the user can edit the character."
}
]
},
"1.10.1": {
"info": {
"title": "Macro Generator Folder tweak",
"media": ""
},
"changes": [
{
"id": "",
"content": "Macro Generator: whisper folders to character"
},
{
"id": "",
"content": "Macro Generator: show remaining/max spell slots in spell folders"
}
]
},
"1.11.0": {
"info": {
"title": "Disable Player Drawing",
"media": "disable_drawing.png"
},
"changes": [
{
"id": "",
"content": "Added the Disable Player Drawing module which lets you chose which players can draw/write text."
},
{
"id": "",
"content": "NightMode: remove all styling."
},
{
"id": "",
"content": "Settings: make Apply & Close prettier."
},
{
"id": "",
"content": "Updated contributors."
}
]
},
"1.12.0": {
"info": {
"title": "Hit Dice Macros & Table Entry Avatars by URL",
"media": "table_entry_by_url.png"
},
"changes": [
{
"id": "",
"content": "Added the Set Table Entry Avatar By URL module."
},
{
"id": "",
"content": "HitDice: Added support for optional custom macros."
},
{
"id": "",
"content": "NightMode: Added a link to RedReign's theme."
},
{
"id": "",
"content": "Settings: improve the options table visuals."
},
{
"id": "",
"content": "Settings: fix scroll being reset every time a module is selected."
},
{
"id": "",
"content": "Updated contributors."
}
]
},
"1.12.1": {
"info": {
"title": "Hit Dice Macros Tweak",
"media": ""
},
"changes": [
{
"id": "",
"content": "HitDice: added an option to turn off inline roll summing for custom macros."
}
]
},
"1.12.2": {
"info": {
"title": "Update Compatibility",
"media": ""
},
"changes": [
{
"id": "",
"content": "Fixed various bugs introduced by the latest Roll20 update."
}
]
},
"1.12.3": {
"info": {
"title": "Update Compatibility II",
"media": ""
},
"changes": [
{
"id": "",
"content": "NightMode: repurpose into Force Background"
},
{
"id": "",
"content": "AdjustableOpacity: fixed it being broken."
},
{
"id": "",
"content": "AnimatedBackgroundLayer: fix background color issues (thanks, Knilk!)"
},
{
"id": "",
"content": "TokenLayerDrawing: fixed opacity issues (thanks, Dominic, Brother Sharp & guKing!)"
},
{
"id": "",
"content": "AnimatedBackgroundLayer: fixed background not autoplaying on chromium (thanks, Neverr!)"
}
]
},
"1.12.4": {
"info": {
"title": "Update Compatibility III",
"media": ""
},
"changes": [
{
"id": "",
"content": "AlternativeRadialMenu: support pause/play button"
}
]
},
"1.12.5": {
"info": {
"title": "Update Compatibility IV",
"media": ""
},
"changes": [
{
"id": "",
"content": "ScaleTokenNamesBySize: fix improper scaling (thanks, SmoothAsFelt!)"
}
]
},
"1.12.6": {
"info": {
"title": "Bug Fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "TokenLayerDrawing: reworked context state management. Should fix rendering issues."
},
{
"id": "",
"content": "ScaleTokenNamesBySize: fixed improper scaling when having one of the checkbox settings turned off."
},
{
"id": "",
"content": "TableExport: fixed importing tables entrys with '!' in the name."
}
]
},
"1.13.0": {
"info": {
"title": "Stability Fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "Chrome: rewrote boostrapping. Should help combat the Uh Oh issues. (thanks Axecleft, keablah, TEU_Snoopy!)"
},
{
"id": "",
"content": "Update contributors & testers"
}
]
},
"1.14.0": {
"info": {
"title": "Libre Audio",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added Libre Audio: allows creating jukebox tracks by a URL."
},
{
"id": "",
"content": "Updated contributors."
}
]
},
"1.14.1": {
"info": {
"title": "Libre Audio Export Fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "Jukebox: fixed export/importing libeaudio tracks. (thanks, dunedain!)"
}
]
},
"1.14.2": {
"info": {
"title": "Libre Audio Playback Fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "Libre Audio: fixed Roll20 thinking Libre Audio tracks are from Fanburst."
}
]
},
"1.14.3": {
"info": {
"title": "Bulk Roll Type Setter fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "SheetRollTypeSetter: Fixed an issue where attributes weren't being properly set sometimes. (thanks, Maxell!)"
}
]
},
"1.14.4": {
"info": {
"title": "Libre Audio Widget Fix",
"media": ""
},
"changes": [
{
"id": "",
"content": "LibreAudio: fixed the Add By URL widget not appearing most of the time."
}
]
},
"1.14.5": {
"info": {
"title": "Libre Audio Improvement",
"media": ""
},
"changes": [
{
"id": "",
"content": "LibreAudio: reworked the Add Track By URL dialog."
}
]
},
"1.14.6": {
"info": {
"title": "Bug Fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "RememberTextToolSettings: fixed copy text on select being on when it shouldn't."
},
{
"id": "",
"content": "AlternativePageToolbar: shortened height."
},
{
"id": "",
"content": "LibreAudio: fixed instances where the dialog wouldn't show up."
}
]
},
"1.14.7": {
"info": {
"title": "Get Token Image URL",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added a right click option to get the image URl of one or more tokens."
},
{
"id": "",
"content": "Token context menu options added by R20ES now appear in a consistent order."
}
]
},
"1.14.8": {
"info": {
"title": "Fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "TokenContextMenu: fixed context menu options not showing up"
},
{
"id": "",
"content": "MacroGenerator: fixed the dialog not showing up when an attribute name was empty"
}
]
},
"1.15.0": {
"info": {
"title": "Small quality of life improvements",
"media": ""
},
"changes": [
{
"id": "",
"content": "Added the 'Draw bars at the bottom' module for tokens"
},
{
"id": "",
"content": "Character Token Editor: add support for the new bar permissions"
}
]
},
"1.15.1": {
"info": {
"title": "Token bar & status adjustments",
"media": ""
},
"changes": [
{
"id": "",
"content": "Renamed the `Draw bars at the bottom` module to `Token Bar & Status Adjustments`"
},
{
"id": "",
"content": "Token bar & status adjustments: added opacity sliders for status icons on active/idle tokens"
},
{
"id": "",
"content": "Token bar & status adjustments: added an option to toggle drawing bars at the bottom"
},
{
"id": "",
"content": "Token bar & status adjustments: added an option to draw status icons outside of the token"
}
]
},
"1.15.2": {
"info": {
"title": "Latest patch fixes",
"media": ""
},
"changes": [
{
"id": "",
"content": "Token bar & status adjustments: removed bar position option"
},
{
"id": "",
"content": "Token bar & status adjustments: rename to Token status display adjustment"
},
{
"id": "",
"content": "Character Token Editor: added bar location"
}
]
},
"1.15.3": {
"info": {
"title": "May 2nd update compatibility",
"media": ""
},
"changes": [
{
"id": "",
"content": "LibreAudio: fix playback & ui issues introduced by the May 2nd Roll20 update"
}
]
},
"1.15.4": {
"info": {
"title": "dun goof",
"media": ""
},
"changes": [