Fix: Multiple launcher issues
- Fix CLI arrow keys: remove 50ms timeout in escape sequence handling (ArrowMenu, LoginMenu) - Add network logs polling to UI via /api/logs endpoint - Display user role in launcher header (AuthManager, AuthService, JFXLauncher, UI) - Capture and display game logs in launcher via /api/game-logs endpoint - Fix demo mode bug in VersionManifest.ruleMatches() - was incorrectly adding --demo flag - Fix modloader launch: pass proper auth info (accessToken, uuid) from AuthManager - Add game log capture in MinecraftLib and LaunchService
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>me.sashegdev</groupId>
|
||||
<artifactId>ZernMCLauncher</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>zernmc-bootstrap</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user