Skip to content

Releases: FlowArg/FlowUpdater

Important fixes (forge installation, optifine, retry the download...)

04 May 12:45
175650f
Compare
Choose a tag to compare
  • Update FMT to fix two issues (installer packaging + installer extraction)
  • Add some weird retry policy on the download method when a weird SSL handshake error happened for some dark and unknown reasons
  • Update OptiFine integration: no more length check because it's no longer provided.
  • OLL 3.2.10
  • Allow all new versions for NeoForge by default
  • Cleanup the natives extraction cleanup

Full Changelog: v1.8.4...v1.8.5

NeoForge and CurseForge fixes

06 Mar 16:35
86b9684
Compare
Choose a tag to compare
  • NeoForge fixes
  • Gradle 8.6
  • Dependencies update
  • Fix CurseForgeModpack regression in last update

Full Changelog: v1.8.3...v1.8.4

Fixes modpack not updating overrides

26 Nov 11:55
adbcac4
Compare
Choose a tag to compare
  • Modpack overrides will now override old overrides, even if they were modified

Full Changelog: v1.8.2...v1.8.3

v1.8.2

22 Nov 19:11
e3e6438
Compare
Choose a tag to compare
  • Gradle 8.4
  • NeoForge new versionning system support

Full Changelog: v1.8.1...v1.8.2

Modrinth fixes

30 Aug 08:50
56a4a16
Compare
Choose a tag to compare
  • Gradle 8.3
  • Performance: Drastically improve mod pack extraction performance
  • Add built in mods system for some weird Modrinth modpacks (internal)

Full Changelog: v1.8.0...v1.8.1

1.8.0 : NeoForge

22 Jul 19:14
9268ea5
Compare
Choose a tag to compare
  • ForgeVersionType has now its own enum class file
  • Gradle 8.2.10
  • Add NeoForge compatibility
  • 1.8.0
  • Simplify the code of new/old forge version
  • Improve the version name correction for optifine (Fix #16)
  • Disable the quilt test with wrong java version
  • Increase the ram for the Forge installer
  • Fix some grammar/typo

Full Changelog: v1.7.5...v1.8.0

Custom java executable can be defined to launch the installer mod loaders

24 May 19:54
af1eb54
Compare
Choose a tag to compare
  • To launch mod loader's installers, FU now uses a specified java executable
  • By default, the java executable is taken from the java.home property
  • Add new UpdaterOptions option to define in an other way the java executable (not really recommended, java.home is better)
  • Remove jacoco and related configs
  • Update workflows

Full Changelog: v1.7.4...v1.7.5

Fix the previous one

05 Feb 21:20
fc2b1b7
Compare
Choose a tag to compare

Okay, I was not expected to release a new release now, but I completely fucked the 1.7.3 so... here we go again...

  • Fix HttpUrlConnection in CFI
  • Fix bad version in the FlowUpdater class

Full Changelog: v1.7.3...v1.7.4

Very minor release: doc and mod pack custom url fixes

05 Feb 20:45
f72af3d
Compare
Choose a tag to compare
  • Add codecov in the CI pipeline
  • Gradle 7.6
  • Gson 2.10.1
  • Remove 'bad' field in CFI
  • Fix custom url for curse forge modpacks handling

Bug fixes

21 Aug 23:25
e9e1615
Compare
Choose a tag to compare
  • Fix Mac OS ARM natives for 1.19
  • Fix NPE when a custom json object is provided because the vanilla json url is null
  • Gradle 7.5.1
  • Remove the last remains of the server feature
  • Mojang Manifest V2
  • Fix 1.19 json version file download
  • Cleanup CFP
  • Fix CurseModPack cache
  • New version checker for FlowUpdater
  • Merge mod loader builders common arguments into an abstract class by @DailyCraft in #13
  • Refactoring by @DailyCraft in #14

New Contributors

Full Changelog: v1.7.1...v1.7.2