-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
38 lines (38 loc) Β· 1.06 KB
/
Copy pathversion.json
File metadata and controls
38 lines (38 loc) Β· 1.06 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
{
"name": "SyncTEAM",
"version": "2.1.0",
"description": "Live Coding Collaboration Platform",
"repository": "https://github.com/FoxysONE/SyncTEAM.git",
"lastUpdate": "2025-06-19T20:05:00.000Z",
"features": [
"Live coding synchronization (60fps)",
"Shared cursors with colors",
"AI-powered code assistant",
"Automatic conflict resolution",
"Real-time backup system",
"GitHub auto-updates"
],
"changelog": {
"2.1.0": {
"date": "2025-06-19",
"changes": [
"π GitHub auto-update system fully working",
"π‘ Real-time commit detection",
"π One-click update installation",
"πΎ Automatic backup before updates"
]
},
"2.0.0": {
"date": "2025-06-19",
"changes": [
"π Complete live coding platform",
"π€ Integrated AI assistant",
"π GitHub auto-update system",
"β‘ 60fps real-time sync",
"π¨ Modern UI with live metrics",
"π Session authentication",
"πΎ Automatic backup system"
]
}
}
}