EarlyLoadingScreen 0.1.5 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released
This release brings bugfixes and new features.
Changelog:
- fix: sodium 0.5.5+ compatibility
- new: some progress bars that just work
- change: use vanilla window title wherever possible
Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.4...0.1.5
EarlyLoadingScreen 0.1.4 for Minecraft 1.19.2, 1.19.4, 1.20-1.20.1 and 1.20.2-1.20.4 is released
This release brings bugfixes and new features.
Changelog:
- fix: sodium 0.5.4+ compatibility
- change(api): use
Runnable
s for window creation listener - change: disable
enable_mixin_pretransform
by default - new: allow closing early window
Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.3...0.1.4
EarlyLoadingScreen 0.1.3 for Minecraft 1.19.2, 1.19.4, 1.20.1 and 1.20.2 is released
This release brings bugfixes.
Changelog:
- fix: fabric-loader 0.14.23 support
- fix: handle early graphics crashes more gracefully
- build: reproducible build artifacts
Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.2...0.1.3
EarlyLoadingScreen 0.1.2 for Minecraft 1.19.2, 1.19.4, 1.20.1 is released
This release brings bugfixes and new features.
Changelog:
- new: support 1.20.2
- new: loading screen is now spawned much sooner (only works without ImmediatelyFast)
- change: font sizes in early graphics is now determined by system DPI scaling
- change: reduce OpenGL version requirement to 3.2 (was 3.3)
- fix: resizing early window no longer causes input issues in game
- fix: homepage / sources in
fabric.mod.json
(#5) - fix:
glfw-wayland
compatibility by not positioning early window - fix: sodium 0.5.0+ compatibility
Full Changelog: https://github.com/ishland/EarlyLoadingScreen/compare/0.1.1...0.1.2