Note regarding Sophon / Genshin Preload saying Download after preload is completed
This has been fixed in this release, but you have to do it once to make the identifier file that the preload is completed. There will be no significant download happened, it will just verify the downloaded chunks.
After that, the dialog should say its finished downloading and the button turns to Verify Package Integrity.
While verifying it will says "Downloading", this might not be true as both download and verification happened in the same method. Check network activity in the task manager if you are curious.
[New] Zenless Zone Zero Game Settings Integration, by @bagusnl, @neon-nyan, @shatyuka
You can now change Graphics, Audio, and Language settings for your game before even running it!
This was a fun one, over 4k lines of code in the single PR (mostly) for this feature.
Almost half of them was just the necessary code for Collapse to be able to read and write the settings to the necessary places. Thanks @shatyuka and @neon-nyan for all of those mumbo jumbo that @bagusnl can't even comprehend with a cup of coffee, or three.
For more fun details, you can go and open this pull request
[Fix] Various fixes for Sophon download method, by @neon-nyan
Adding an indicator if Sophon Mode is used
Fix Sophon preload completion is not detectable, now finished Sophon download should show Verify button instead of Download
Fix thread exhaustion caused by too many connections being made leading to premature download stop (stuck download)
Fix (hopefully) unknown thrown, causing the preload download to gets finished prematurely
[Fix] Bump NuGets and dotNET SDK to mitigate vulnerability, by @bagusnl
While Collapse is not affected by this, we always try to be up to date and bump all vulnerability that might get included with our package, dotNET included as we publish them with all the necessary runtime dlls (notice you never had to update dotNET runtime for Collapse?)
This mitigate vulnerability found in System.Text.Json built-in JSON parser for dotNET. Read more about it here
[Fix] Clearing log files causing launcher to crash, by @neon-nyan
[Fix] Console might get displayed for a brief moment on launch when its disabled, by @neon-nyan
[Fix] Allow system to sleep after Sophon download is completed, by @bagusnl
[Imp] New slider style, by @neon-nyan
[Imp] Use same GUID for Tray Icon on launch, by @bagusnl
This is to prevent Tray Icon preference (visibility, order, etc.) to change when the app path changed like after an update
What's New? - 1.80.16
Verify
button instead ofDownload
Templates
Changelog Prefixes
``` **[New]** **[Imp]** **[Fix]** **[Loc]** **[Doc]** ```