forked from Radon-Games/Radon-Games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.json
156 lines (156 loc) · 3.27 KB
/
changes.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
{
"2.2.0": {
"date": "Oct 1, 2022",
"description": "",
"additions": [],
"fixes": [
"Fix proxied games and apps not loading if Bare server is blocked"
],
"updates": [
"Major server infastructure updates"
],
"deductions": []
},
"2.1.0": {
"date": "August 27, 2022",
"description": "",
"additions": [
"Favorite button",
"Favorite section on the home page",
"Featured games section on the home page",
"Game Search"
],
"fixes": [
"Fix issue on some proxies."
],
"updates": [],
"deductions": []
},
"2.0.3": {
"date": "July 21, 2022",
"description": "",
"additions": [
"Added versioning for 2.0.1, 2.0.2, and 2.0.3"
],
"fixes": [],
"updates": [],
"deductions": []
},
"2.0.2": {
"date": "July 21, 2022",
"description": "",
"additions": [],
"fixes": [
"Fix banner on README.md"
],
"updates": [],
"deductions": []
},
"2.0.1": {
"date": "July 21, 2022",
"description": "",
"additions": [],
"fixes": [
"Fix issue with 404 page causing some games to not load."
],
"updates": [],
"deductions": []
},
"2.0.0": {
"date": "June 20, 2022",
"description": "As of version 2.0.0 the site is made using SolidJS and TailwindCSS.",
"additions": [
"Version Tracking",
"Services Page",
"Service - Radon DNS",
"Service - Link Bot Bot",
"Bare Server"
],
"fixes": [
"App 'Failed to Fetch' Error"
],
"updates": [
"User Interface",
"Route Changes"
],
"deductions": []
},
"1.6.1": {
"date": "May 22, 2022",
"description": "",
"additions": [
"Support Page",
"Partner - Delta Network",
"Partner - Math Study"
],
"fixes": [],
"updates": [],
"deductions": []
},
"1.6.0": {
"date": "May 11, 2022",
"description": "Version 1.6 comes with new settings for tab cloaking and better reliability. New config options were also added for email game requests/bug reports.",
"additions": [
"About Blank URL Cloaking",
"Data URL Cloaking",
"Blob URL Cloaking",
"Tab Cloaking Options",
"Mailjet Server"
],
"fixes": [],
"updates": [],
"deductions": []
},
"1.5.2": {
"date": "May 7, 2022",
"description": "",
"additions": [
"Game Descriptions"
],
"fixes": [],
"updates": [],
"deductions": []
},
"1.5.1": {
"date": "May 2, 2022",
"description": "",
"additions": [
"Multi Domain SSH"
],
"fixes": [],
"updates": [
"README.md"
],
"deductions": []
},
"1.5.0": {
"date": "April 17, 2022",
"description": "",
"additions": [
"Ultraviolet Proxy",
"Fullscreen Button",
"Apps Page",
"Game - Krunker.io",
"Game - Agma.io",
"Game - Shell Shockers",
"Game - Roblox",
"Game - 1v1.lol",
"Game - DogeMiner",
"Game - Territorial.io",
"Game - MooMoo.io",
"Game - Voxiom.io",
"App - Google",
"App - Geforce Now",
"App - Discord",
"App - Youtube"
],
"fixes": [],
"updates": [
"Games Page",
"Footer",
"Ruffle",
"Emulator.js"
],
"deductions": []
}
}