-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.json
138 lines (138 loc) · 6.15 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
{
"changelog": [
{
"version": "1.0.0",
"released": "2020-09-27",
"changes": [
"First tracked version",
"Added timer redemption tracking",
"Added win/loss tracker",
"Added info tooltips to configuration fields",
"Improved stability when server goes offline",
"Applied minor fixes and improvements"
]
},
{
"version": "1.1.0",
"released": "2020-11-01",
"changes": [
"Added VOD queue module with Overwatch support",
"Added custom message module",
"Added display of module status (alpha/beta/etc.)",
"Added 'What's New' popup",
"Applied minor fixes and improvements"
]
},
{
"version": "1.2.0",
"released": "2021-01-21",
"changes": [
"Added redemption counters module",
"Added additional debugging tools",
"Applied minor fixes and improvements"
]
},
{
"version": "1.3.0",
"released": "2021-06-20",
"changes": [
"Added redemption sound effect module",
"Added visual emoji picker",
"Added dropdown for selecting channel point rewards",
"Added option for selecting which corner of overlay to place items in",
"Added option for setting timer alarm volume",
"Added popup when clicking on info bubbles",
"Added collapse/expand button to lengthy config items",
"Reduced bandwidth usage significantly",
"Removed dependency on deprecated Twitch emote APIs",
"Applied minor fixes and improvements"
]
},
{
"version": "1.3.1",
"released": "2021-07-02",
"changes": [
"Added support for animated Twitch emotes",
"Fixed mode timers not visually updating",
"Fixed overlay crash when using sound redeems",
"Applied minor fixes and improvements"
]
},
{
"version": "1.4.0",
"released": "2021-07-15",
"changes": [
"Added VTube Studio module (model swaps and hotkey triggers)",
"Added basic arithmetic to win/loss commands",
"Added timer setting to death counter",
"Added donation link and live channel list",
"Added setting for a channel's primary chat bot",
"Greatly improved reliability of chat bots",
"Fixed sounds sometimes not going away",
"Applied minor fixes and improvements"
]
},
{
"version": "1.4.1",
"released": "2021-07-18",
"changes": [
"Added VTube Studio color tinting feature",
"Added weighted random model/hotkey options",
"Added 'revert to previous model' option",
"Added 'retrigger hotkeys on completion' option",
"Added [placeholders] for mode timers to display seconds",
"Changed newly created mode timers to display seconds by default",
"Changed various duration fields to accept decimal values",
"Fixed model swaps crashing if duration was less than 2 seconds",
"Fixed the default bot not being added to channels automatically",
"Applied minor fixes and improvements"
]
},
{
"version": "1.4.2",
"released": "2021-08-02",
"changes": [
"Added option to process VTube Studio redeems in the overlay",
"Added position saving/loading for model swaps",
"Added random weighted sound redeem options",
"Added additional debugging settings",
"Applied minor fixes and improvements"
]
},
{
"version": "1.5.0",
"released": "2021-08-20",
"changes": [
"Added new Subathon module for automatic subathon timers",
"Added FAQ page to address common questions and issues",
"Added additional logging and debugging tools",
"Added notification when channel is missing permissions",
"Changed model-swap/hotkey-trigger/color-tint reverting to not block the next item in queue",
"Fixed chat bots getting stuck in a disconnected state",
"Fixed selected models/hotkeys/tags getting lost while disconnected",
"Fixed existing sound configurations loading incorrectly",
"Applied minor fixes and improvements"
]
},
{
"version": "1.6.0",
"released": "2021-10-24",
"changes": [
"Added alerts and popups when channel Twitch account connections break",
"Added queue option for sound alerts to prevent stacking sounds",
"Added config item archiving feature, to avoid accidental deletions",
"Added warning popups to archive and delete buttons",
"Added new trigger options for subs and bits, in addition to channel points",
"Added 'Need Help?' button and popup",
"Added placeholder labels for unnamed models and hotkeys",
"Added option to trigger another model swap/hotkey/color tint after finishing",
"Added links to external artmesh tagging and parameter viewer tools",
"Added alpha Beat Saber module to display current song info",
"Changed trigger handling to consistently allow multiple items to trigger from the same channel point reward",
"Fixed model swap position buttons causing data loss",
"Fixed VTube Studio connecting getting 'stuck' frequently",
"Applied minor fixes and improvements"
]
}
]
}