Skip to content

new features, performance improvements and bug fix

Compare
Choose a tag to compare
@laolarou726 laolarou726 released this 19 Jun 08:46
· 516 commits to master since this release

v1.6.0

changes and improvements

  • new features

    • new DefaultComponent: DefaultGameLogResolver
      • now you can use this component to resolve game logs (time, source, log level, etc.)
    • now SystemInfoHelper.FindJava() can search JREs in the official Mojang game path
  • bugfix and improvements

    • fix bugs in the CurseForgeInstaller
    • deducts the times of the request in the DownloadHelper.MultiPartDownloadTaskAsync
    • rewrite some of the code in ResourceInfoResolver in order to improve performance
    • optimize codes in RandomHelper and performance improvement
    • fix the bugs in the DefaultGameCore's decompress natives part
    • improve the performance in SystemInfoHelper.GetWindowsMemoryStatus() and SystemInfoHelper.GetWindowsCpuUsageTask()
  • other

    • code cleanup