forked from wrefgtzweve/a2s-discord-status-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlatest_update.json
23 lines (23 loc) · 1.17 KB
/
latest_update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"tag_name": "v1.4.3",
"name": "Server Monitor Bot v1.4.3",
"body": "# Server Monitor Bot v1.4.3\n\n**Key Changes:**\n- 🔄 Migrated from SQLite to JSON database\n- 📦 Added self-updating mechanism with checksum verification\n- 📊 Implemented weekly activity graphs (`/weeklygraph` command)\n- 🛠️ New GUI-based database migration tool\n- 🔄 Automatic message cleanup on startup\n\n**Fixes:**\n- Resolved pytest deprecation warnings\n- Fixed player stats persistence\n- Improved error handling\n\n**Requirements:**\n- Python 3.9+\n- Dependencies from `requirements.txt`\n\nUse `python build.py` to create platform-specific executables.",
"target_commitish": "stable",
"assets": [
{
"name": "win/ServerMonitorBot.exe",
"path": "build/win/ServerMonitorBot.exe",
"checksum": "build/win/checksum.sha256"
},
{
"name": "linux/ServerMonitorBot",
"path": "build/linux/ServerMonitorBot",
"checksum": "build/linux/checksum.sha256"
},
{
"name": "macos/ServerMonitorBot",
"path": "build/macos/ServerMonitorBot",
"checksum": "build/macos/checksum.sha256"
}
]
}