-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.json
33 lines (33 loc) · 973 Bytes
/
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
[
{
"update": {
"date": "- 16.06.2023 -",
"changes": [
"Added Changelog.",
"Added Settings menu.",
"tiny bit of tweaks here and there."
]
}
},
{
"update": {
"date": "- 18.06.2023 -",
"changes": [
"'Update logs' now load from a JSON file instead of being placed directly into HTML Code of the Website.",
"Updated the look of Changelog Tab.",
"Changelog Tab is now scrollable and wont overflow."
]
}
},
{
"update": {
"date": "- 20.06.2023 -",
"changes": [
"Added a new Recolor tool, it allows user to change the color of invidual notes.",
"Tiny bit of tweaks in code again.",
"Better punctuation and grammar",
"Please report any bugs at the Github Repository (https://github.com/Artex112/Detectives-Corkboard)"
]
}
}
]