You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Fix]**[ImageCropper crash for small image](https://github.com/CollapseLauncher/Collapse/commit/d35a4fcaf2358acdb2bc1f6b00c6f95e253ec614), by @shatyuka
13
+
-**[Imp]**[Update tooling version requirements](https://github.com/CollapseLauncher/Collapse/commit/fdc8215d6e34ca194cd907a9678725450c618b07), by @Cryotechnic
14
+
-**[Imp+Fix]**[Background image system improvements](https://github.com/CollapseLauncher/Collapse/commit/9e6905c8bbd95ff26492c085ab580b74b19300e1), by @neon-nyan
15
+
- Applies fading transition while pausing background to static image
16
+
- Reduce UI thread overhead while transitioning between backgrounds
17
+
-[Fix seeking on pause causing background position to reset](https://github.com/CollapseLauncher/Collapse/commit/dd6f624dfc8e057116b671b35bb9910c41fc64fc)
18
+
-[Fix 0x8001010E Exception on ImageBackgroundManager.CanOpenCropOverlay](https://github.com/CollapseLauncher/Collapse/commit/beed30bbe280b1ac9b32fe96c56b332475f24a4b)
19
+
-**[Fix]** XAML Binding warnings, by @neon-nyan
20
+
-[Fix binding on FFmpeg decoding mode settings](https://github.com/CollapseLauncher/Collapse/commit/af44646de28673ae33e835c5e20757b0eac260d6)
21
+
-[Fix binding on Image Event icon](https://github.com/CollapseLauncher/Collapse/commit/b8a59155b8a0f2d2bcb086e64173a85ab0270c80)
22
+
-[Fix bind conversion warning on SettingsPage](https://github.com/CollapseLauncher/Collapse/commit/f997f32ac216aa88f9addf2b27e161d1e2bf8519)
23
+
-**[Fix]**[Manual Game Switching doesn't reload the page](https://github.com/CollapseLauncher/Collapse/commit/a04d41f9ad7311bbffe125b7c7e1b58abddc24b7), by @neon-nyan
24
+
-**[Fix]**[Disable system media transport controls](https://github.com/CollapseLauncher/Collapse/commit/1b3f5dcd71a16b91f9a6ae6ba5b0c5cc8979d809), by @shatyuka
25
+
-**[Fix]**[Crash due to missing Contrast brushes on Contrast-enabled theme](https://github.com/CollapseLauncher/Collapse/commit/41479dcaeee13b177302c0eb72920cbfe05db260), by @Cryotechnic
26
+
-**[HSR][Fix]** Crash due to Missing URLs on Audio and Video files while performing Game Repair, by @neon-nyan
27
+
-**[Plugin][Fix]** File URL formatting and ensure successful HTTP response in plugin, by @Cryotechnic
28
+
-**[Sophon][Fix]** Excessive File Package Size on Preload, by @Cryotechnic
29
+
-**[Sophon][Fix]** Incorrect state display based on preload status, by @Cryotechnic
30
+
-**[Imp]** Update WindowsAppSDK from v1.8 to v2.0 build
31
+
-**[Imp]**[Deprecating x86-64-v2 compile target](https://github.com/CollapseLauncher/Collapse/commit/9a60396b65a45972e904e2a65a19bec0b25699f9), by @neon-nyan
32
+
As per this release, we are going to set target build to x86-64-v4 or native. This means, the ILC could possibly support latest intrinsics like AVX2 and AVX512, allowing some code to run better due to wide vectorization.
33
+
Some static libraries which utilizes BMI and AVX intrinsics (like ZStandard library) might not run properly on an old machine without AVX or BMI intrinsics support.
Since months, HoYoverse has updated HoYoPlay to support multiple background to display, including static image and dynamic background ones. This has been our backlog since this release as due to "spaghetti-code" nature of our entire codebase, this made us harder to adapt the changes and thus making Collapse still only support one static background image.
-**[HSR][Fix]** Crash due to Missing URLs on Audio and Video files while performing Game Repair, by @neon-nyan
5
+
-**[Plugin][Fix]** File URL formatting and ensure successful HTTP response in plugin, by @Cryotechnic
6
+
-**[Sophon][Fix]** Excessive File Package Size on Preload, by @Cryotechnic
7
+
-**[Sophon][Fix]** Incorrect state display based on preload status, by @Cryotechnic
8
+
-**[Imp]** Update WindowsAppSDK from v1.8 to v2.0 build
9
+
3
10
# What's changed? - 1.83.16
4
11
-**[Fix]** Deleted assets still getting downloaded while updating Honkai: Star Rail and Zenless Zone Zero, by @neon-nyan
5
12
This caused by the filtering of the asset is still being redirected to FilterSophonPatchAssetList, which is unused rather than to FilterAssetList. This causes the supposedly deleted assets to get included, causing files to be redownloaded if not exist.
0 commit comments