Releases: FlowArg/OpenLauncherLib
Releases · FlowArg/OpenLauncherLib
Fix NF 1.21.1 launch issue
- Update actions
- Remove artifact duplication in the classpath to fix some launch issues with NF 1.21.1
Full Changelog: v3.2.10...v3.2.11
Fixes on old versions
- Gradle 8.7
- Update JSON dependency
- Add official forge 1.7.10 mod loader support (
VERY_OLD_FORGE) - Fix double
-Djava.library.pathargument with old minecraft versions - Fix the bug when the game doesn't launch bc of one or more whitespace(s) in some arguments (for instance the game path) on old versions because of a too early remapping of the arguments done before a split
Full Changelog: v3.2.9...v3.2.10
Fix all arguments bugs
- Fix bad arguments bug introduced in last release
Full Changelog: v3.2.8...v3.2.9
v3.2.8
- Fix the bug of missing arguments for old versions (Vanilla/MCP)
- Gradle 8.5
Full Changelog: v3.2.7...v3.2.8
NeoForge and 1.7.10 fixes
- Add NeoForge Support (1.20.2 and probably later)
- Fix 1.7.10 crash at launch bc of user properties args
- Gradle 8.4
Full Changelog: v3.2.6...v3.2.7
1.12.2 Update
- Gradle 8.0.2
- Update JSON dependency
- Added 1.12.2 compatibility (OLD_FORGE is for 14.23.5.2847 and lower like for FlowUpdater)
Full Changelog: v3.2.5...v3.2.6
New update of NoFramework
- Avoid crash for non-1.18 version
- Gradle 7.4.2
- Update NoFramework for Fabric, Quilt, Vanilla and custom versions
- Add a new game folder for 1.19 and later
- Fix get arguments function for version with only one dot in their name
- Remove unnecessary arguments (typically fml hacks on fabric LMAO)
Full Changelog: v3.2.4...v3.2.5
New microsoft authentication support and Java 17 fix
- Fix Java 17 crash on launch because of non-absolute paths
- Add new auth infos fields
- Gradle 7.4.1
Full Changelog: v3.2.3...v3.2.4
Fixes
- Fix some resource leaks
- Fix some null dereference
- Fix some missing override
- Fix some reference equality
- Fix bugs caused by the non-absolute path provided in classpath/arguments on some platform
Full Changelog: v3.2.2...v3.2.3
Improved NoFramework
- Improved NoFramework with new features and fixes.
- Added JavaDoc