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
修复 GLFW 上下文版本探测问题:仅当驱动版本更高时才覆盖上下文版本,放宽 minor 下界并统一上界
更新 LWJGL 3.3.3/3.4.1 合并产物,修复使用部分模组后启动游戏画面无法显示的问题
修复世界列表条目上下间距过大的问题
English
✨ New Features
Integrated Weblate localization: Connected the project to Weblate for more efficient collaborative translation updates
⚡ Improvements
Merged the FCLLibrary module into FCL: Sources, resources and manifest are unified to reduce module dependencies and build complexity
Synchronous layout inflation: Removed AsyncLayoutInflater so layouts are always inflated synchronously, avoiding layout issues caused by async inflation
Removed the UIListener callback interface and UIManager.init callback parameter: Simplified UI lifecycle management code
🐛 Bug Fixes
Fixed a crash caused by corrupted archives throwing ZipError, preventing modpack installation failures
Fixed abnormal text in the account deletion dialog (#1752)
Fixed GLFW context version detection: only override the context version when the driver version is higher, relaxed the minor lower bound and unified the upper bound
Updated LWJGL 3.3.3/3.4.1 merged artifacts, fixed the game screen not displaying after using certain mods
Fixed excessive vertical spacing between world list items