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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@
12
12
- **RAM warning system** — Visual warnings when assigning >50% or >75% of system RAM
13
13
- **System info endpoint** — New `/system/info` API returns total RAM for frontend validation
14
14
15
+
### ⚡ HOTFIX 1.1.9.1 (Included in v1.1.9):
16
+
- **Fixed backend restart loop on Windows** — Watchdog now correctly monitors the Electron process using a passed PID, preventing premature restarts during installations.
17
+
- **Improved Java version mapping** — Version detection now defaults to Java 21/17 for unknown future versions instead of Java 25.
18
+
- **Robust Forge version handling** — Versions like "26.1.1" no longer trigger incorrect Java 25 snapshot logic.
19
+
15
20
### 🔧 IMPROVEMENTS:
16
21
- **Smart close behavior** — App checks for running servers before deciding to hide or quit
17
22
- **Tray icon fixes for Linux** — Uses PNG instead of ICO, graceful fallback if tray not supported (Wayland)
0 commit comments