Updates:
- #1843: Added support for selecting a Java runtime once by long-pressing the run jar file button (by @CiiLu)
- #1867: Added a real-time JVM installation log card to the task flow dialog (by @MovTery)
Changes:
- #1868: Updated default control layout (by @MovTery)
- #1869: In control layout, newly created joystick controls now default to Ctrl as the lock event modifier (by @MovTery)
Fixes:
- #1864: Force game JVM to use UTF-8 encoding, fixing FTB mods failing to initialize properly (by @MovTery)
- #1865: Installer failing to start in foreground service when GlobalContext is not initialized (by @MovTery)
- #1871: Fixed corner radius distribution issue for file manager entries (by @MovTery)
- #1874: GLFW bridge initialization now uses the calling thread's JNIEnv, fixing crashes and freezes caused by cross-thread reuse (by @MovTery)