Skip to content

Collapse Launcher v1.0.20.1-pre

Pre-release
Pre-release

Choose a tag to compare

@neon-nyan neon-nyan released this 03 May 07:25
· 5721 commits to main since this release

What's new?

  • Adding feature to convert region version. For now, it only supports these versions:
    • Southeast Asia
    • Global
  • Use event based MainFrameChangerInvoker_FrameEvent() to hide frame background.
  • Use per-revision compare for comparing app version.
  • Moving from legacy HttpClientTool to new HttpClientHelper class on these parts:
    • Caches Update Mechanism.
      • This will help the mechanism to download files with >= 10 MB in size using multi-session download. Making it faster to download.
    • Repair Game Mechanism.
    • Steam to Global Converter Mechanism.
  • Don't seek if using DisposeStream = false in HttpClientHelper.
  • Repair process for block files (on Honkai) will be directly using its own FileStream instead of buffering it first to MemoryStream.
  • A few adjustment on the background transition while changing the region.
  • Move to HttpClientHelper entirely for downloading files.
  • Removing SharpCompress library completely due to replacement to SevenZipExtractor.
  • Update some NuGet packages.
  • Move to HttpClientHelper entirely for downloading files.

What's Fixed?

  • Reduce logging to cancellation on HttpClientHelper to prevent file conflict and making the app to crash.
  • Fix the "Caches Update"'s Time Estimation to get updated aggressively.
  • Fix the background to not loaded in rare condition after reloading region from different menu. Thanks to event based MainFrameChangerInvoker_FrameEvent(), now we are able to fix it.
  • Reduce events refresh rate to 50ms on "Repair Game" mechanism to prevent it for chugging performance of the app.
  • Prevent the TryRetryableContainer() to throw ArgumentOutOfRangeException while setting StartOffset on RequestRange with value >= 0 on HttpClientHelper.
  • Fix the area around "Image Carousel" on HomePage still getting clickable.
  • Fix the background to always getting downloaded while loading the region.
  • Fix Steam Installation of Honkai Impact 3rd cannot be detected if it's installed in different SteamLibrary.

How to Install?

For now, we have two options for you to install this app. using the Installer or Portable build.
If you want to use the installer, just download the installer file below (CL-x.x.x-xxx_Installer.exe) and follow the instruction.

For using portable build, you need to install the prequesties file first in order to use it. Then just extract the Portable build file and run "CollapseLauncher.exe".