-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdateInfo.json
More file actions
57 lines (57 loc) · 2.6 KB
/
UpdateInfo.json
File metadata and controls
57 lines (57 loc) · 2.6 KB
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
{
"version": "2.0.3",
"type": "Alpha",
"changelog": "Implemented complete settings page, including automatic updates, start with windows, run in background when closed, etc.",
"historic_versions": [
{
"version": "2.0.2 - Beta",
"type": "Beta",
"changelog": "Implemented AppSettingsDTO with full versioning support.\nFinalized persistent \"My Crosshairs\" section with saved state.\nChanged renderer to support simple dot-only crosshair.\nAdded crosshair name and description fields.\nUpgraded sharecode to V2 (now includes name + description).\nAdded import, export, save & reset functionality.\nAdded unbind hotkey button and improved hotkey handling.\nAdded color picker with \"Click here\" hint.\nImproved Design page UI and added demo to Settings page.\nAdded active crosshair render on HomePage.\nFixed crosshair appearing in tabs and occasionally blocking the game.\nAdded static overlay support.\nCentralized logic, prettified code, upgraded overall UI.\nRemoved old builds, SDC references, and obsolete code.\nFixed various UI bugs."
},
{
"version": "2.0.1",
"type": "Beta",
"changelog": "Major progress on new UI.\nAdded initial settings system and AppSettingsDTO foundation.\nImproved hotkey handling and crosshair preview.\nBegan work on persistent crosshair features."
},
{
"version": "2.0.0",
"type": "Beta",
"changelog": "Started complete UI overhaul.\nIntroduced new modern interface structure.\nBegan migration to new settings architecture.\nAdded foundational changes for better crosshair rendering and customization."
},
{
"version": "1.0.15",
"type": "Patch",
"changelog": "Implemented a 'closest to 2px' policy to avoid going off center."
},
{
"version": "1.0.14",
"type": "Patch",
"changelog": "More crosshairs and included built version in the repository."
},
{
"version": "1.0.13",
"type": "Patch",
"changelog": "Made crosshair a 4-line version and improved preview functionality."
},
{
"version": "1.0.12",
"type": "Patch",
"changelog": "Semi-working crosshair implementation with color preview fixes in progress."
},
{
"version": "1.0.11",
"type": "Patch",
"changelog": "Added working example and multiple new crosshairs."
},
{
"version": "1.0.10",
"type": "Patch",
"changelog": "Added project files, initial setup, and basic crosshair structure."
},
{
"version": "1.0.0",
"type": "Alpha",
"changelog": "Initial Release - Basic crosshair overlay for any game."
}
]
}