You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Minecraft Server GUI - Changelog
2
2
3
+
## Version 1.2.2 - 2026-05-27 CONSOLE HOTFIX
4
+
5
+
### CRITICAL FIX:
6
+
- **Fixed WebSocket 404 in built .exe** — `wsproto` dependency was missing from PyInstaller build, causing `/ws/console` to return 404 and Console tab to receive no logs
7
+
8
+
### IMPROVEMENTS:
9
+
- **Console polling fallback** — Console tab now fetches logs via REST API when WebSocket is disconnected, matching Dashboard behavior
10
+
- Added `wsproto` to `requirements.txt` and GitHub Actions PyInstaller builds
11
+
12
+
---
13
+
3
14
## Version 1.2.1 - 2026-05-27 CONSOLE & STABILITY UPDATE
0 commit comments