Skip to content

Releases: FlowArg/OpenLauncherLib

Fix NF 1.21.1 launch issue

18 Aug 13:32
ca19c76

Choose a tag to compare

  • 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

26 Apr 20:23
c2b96ca

Choose a tag to compare

  • Gradle 8.7
  • Update JSON dependency
  • Add official forge 1.7.10 mod loader support (VERY_OLD_FORGE)
  • Fix double -Djava.library.path argument 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

31 Jan 21:39
e27882a

Choose a tag to compare

  • Fix bad arguments bug introduced in last release
    Full Changelog: v3.2.8...v3.2.9

v3.2.8

03 Jan 20:57
66e090a

Choose a tag to compare

  • 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

21 Nov 21:21
3ee9083

Choose a tag to compare

  • 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

14 Mar 21:58
75bea6b

Choose a tag to compare

  • 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

01 Jul 16:38
d7e713e

Choose a tag to compare

  • 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

18 Mar 20:52
b29ddc8

Choose a tag to compare

  • 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

12 Dec 20:23
721f245

Choose a tag to compare

  • 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

14 Aug 15:45
d6c5e64

Choose a tag to compare

  • Improved NoFramework with new features and fixes.
  • Added JavaDoc