-
Notifications
You must be signed in to change notification settings - Fork 0
/
patchnotes.json
177 lines (177 loc) · 4.94 KB
/
patchnotes.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
{
"in-progress": [
"Improved 1 player features",
"Bounties, city's blessing, the ring, and dungeon progress tracking",
"Game statistics tracking",
"Fix known crash on some Android devices",
"Make sure to request new features you want to see in the app!"
],
"patch-notes": [
{
"version": "1.10.0",
"date": "2024-12-22",
"title": "Tutorial Update",
"notes": [
"Added interactive tutorial",
"Revamped color picker menu",
"Improved IOS performance",
"Improved UI for tablet users"
]
},
{
"version": "1.9.0",
"date": "2024-10-25",
"title": "Player Customization",
"notes": [
"Added splash screen",
"Added improved player customization menu",
"Added Gif support + browser",
"Improved color picker dialog",
"Improved UI for tablet users"
]
},
{
"version": "1.8.3",
"date": "2024-09-29",
"title": "Turn Timer Update",
"notes": [
"Moved middle icon in 1 player layout",
"Ordered players in a more logical way",
"Added an optional turn timer",
"Added planeswalk button to planar die roll result"
]
},
{
"version": "1.8.2",
"date": "2024-08-27",
"title": "Quick Fix",
"notes": [
"Added limit to number of coins",
"Optimized saving performance",
"Fixed iOS bug related to saving"
]
},
{
"version": "1.8.1",
"date": "2024-08-19",
"title": "Quick Fix",
"notes": [
"Added \"In Development\" section to patchnotes",
"Adjusted dice menu text box size"
]
},
{
"version": "1.8.0",
"date": "2024-08-18",
"title": "Streamlined User Experience",
"notes": [
"Fixed issue where player settings were not saved",
"Added option to re-select first player when restarting game",
"Made tutorial clickable",
"Moved \"Load Player\" button location",
"Increased menu navigation button sizes",
"Adjusted player select UI to be clearer",
"Adjusted Scryfall search UI",
"Added custom die in dice menu",
"Added flipping multiple coins simultaneously",
"Improved coin flip history display window",
"Added a secret feature"
]
},
{
"version": "1.7.0",
"date": "2024-06-20",
"title": "Coin Flip Update",
"notes": [
"Added additional features to the coin flip menu",
"General UI improvements",
"Fixed typo in preview screenshot"
]
},
{
"version": "1.6.1",
"date": "2024-06-09",
"title": "Quick Fix",
"notes": [
"Fixed crash related to loading game state"
]
},
{
"version": "1.6.0",
"date": "2024-06-07",
"title": "Tablet Support",
"notes": [
"UI Improvements",
"Greatly improved UI for tablets",
"Fixed crash related to loading custom images"
]
},
{
"version": "1.5.0",
"date": "2024-06-02",
"title": "Official IOS Release",
"notes": [
"Added iOS support (tell your friends!)",
"Major UI optimizations",
"General UI improvements",
"Added tutorial screen",
"Improved player settings menu layout",
"Improved save performance and reliability",
"Added search loading indicator",
"Fixed player select issue",
"Fixed “keep screen on” implementation and remove restart requirement",
"Fixed font-related issues",
"Fixed card search crash",
"Adjusted dialog text",
"Adjusted button icons",
"Adjusted ruling search UI"
]
},
{
"version": "1.4.0",
"date": "2024-02-20",
"title": "Official Android Release",
"notes": [
"Redesigned player UI",
"Improved loading/animation performance",
"Redesigned dice screen",
"Fixed visual bugs",
"Added alternate animations for older android versions",
"Added settings menu",
"Fixed some crash-causing issues",
"Added commander damage partner-mode",
"Added Planechase module"
]
},
{
"version": "1.3.0",
"date": "2024-01-13",
"title": "Closed Testing",
"notes": [
"Redesigned counter screen",
"Migrated to Compose Multiplatform (woohoo!)",
"General UI upgrades",
"Many bug fixes"
]
},
{
"version": "1.2.0",
"date": "2024-01-04",
"title": "Internal Testing",
"notes": [
"Fixed issue where skip button always set number of players to 4",
"Adjusted color picker UI in player settings",
"Added player counters",
"Added uploaded image support"
]
},
{
"version": "1.0.0",
"date": "2023-12-15",
"title": "Initial Release",
"notes": [
"Added basic life counter functionality"
]
}
]
}