Skip to content

Commit ff52dc1

Browse files
committed
CL-1.82.24 & CL-1.83.3-pre
1 parent 62b6e7e commit ff52dc1

19 files changed

Lines changed: 55 additions & 27 deletions

changelog_preview.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
![](https://raw.githubusercontent.com/CollapseLauncher/.github/main/profile/ReleaseHeader-Wide-2024v2.webp)
22

3-
> We have just published our new landing page, which you can view at https://collapselauncher.com !
3+
> We've recently released a new launcher status tracker! Head on over to https://status.collapselauncher.com to see it!
44
55
# A New Version is Approaching!
66
We began to roll-out new releases by bringing new upcoming features and improvements to the launcher in-front of your door. As a preparation, you might receives new builds while the release is still in development, so the new features you can try out sooner.
77

88
### Welcome to 1.83 Release!
99

10+
# What's changed? - 1.83.3
11+
- **[Fix]** Update .NET to 9.0.5 to address [CVE-2025-26646](https://github.com/advisories/GHSA-h4j7-5rxr-p4wc), by @bagusnl
12+
- **[Imp]** Update project dependencies, by @bagusnl
13+
- Microsoft.Windows.SDK.BuildTools (10.0.26100.3916 -> 10.0.26100.4188)
14+
- Velopack (0.0.1053 -> 0.0.1297)
15+
- Sentry (5.6.0 -> 5.10.0)
16+
- Protobuf (3.30.0 -> 3.31.1)
17+
- WindowsAppSDK (1.8.250410001-experimental1 -> 1.8.250515001-experimental2)
18+
- Webview (1.0.3240.44 -> 1.0.3296-prerelease)
19+
- Markdig.Signed (0.41.1 -> 0.41.2)
20+
- **[Fix]** Avoid initializing `config.ini` on initialization, by @neon-nyan
21+
- **[Fix]** Make Collapse aware of alternate game executable names, by @neon-nyan
22+
- **[Fix]** Remove unused string on delta patch repair mechanism, by @neon-nyan
23+
- **[Fix]** Fix wrong indicator if the game has both Sophon and Delta-patch file during update, by @neon-nyan
24+
- **[Fix]** Resolve an issue where the app would crash when the user creates a Steam shortcut for the game, by @neon-nyan
25+
- **[Imp]** Prevent repair from nuking the install for Genshin Impact, by @bagusnl
26+
- **[Imp]** Add image loading retry function, by @bagusnl
27+
- **[Fix]** Remove Velopack update error in console window due to the app not being installed (e.g., when ran as a nightly build or in Debug mode), by @bagusnl
28+
- **[Fix]**: Ignore 404 error when repairing files. The repair function will now simply skip the file and log the file that returns the 404 in the console window instead of interrupting the process altogether, by @bagusnl
29+
- **[Fix]**: Fix Sophon running while fallback ZIP mode is enabled, by @neon-nyan
30+
- **[New]**: Support game patching following ZZZ 2.0 update, by @neon-nyan
31+
- **[New]**: Adding "Ambient Noise Volume" on ZZZ Game Settings page, by @neon-nyan
32+
1033
# What's changed? - 1.83.2
1134
- **[Fix]** SharingViolation errors while installing/updating games with Sophon mode (eg. Genshin Impact and Zenless Zone Zero), by @neon-nyan
1235
- **[Imp]** Streamline submodule branches to main for Hi3Helper.EncTool, Hi3Helper.Http and Hi3Helper.Sophon for easier maintainability, by @neon-nyan
@@ -66,7 +89,7 @@ With our implementation, everyone can use them! (As long as it's provided in the
6689
- As per Genshin Impact 5.6.0 preload today, miHoYo just removed Zip packages on HoYoPlay API. This caused our launcher unable to detect or determine update state due to the main dependencies to Zip packages only.
6790
- This release fixes the issue by checking if Zip is unavailable, then tell the GameVersionManager to fallback by forcefully redirect the install/update/preload methods to Sophon mode. This releases also fixes the same issue if HoYo might remove the Zip packages to other games in the future.
6891

69-
**Full Changelog**: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.82.21-pre...CL-v1.83.0-pre
92+
**Full Changelog**: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.83.2-pre...CL-v1.83.3-pre
7093

7194
# Code Signing Policy
7295
> Free code signing provided by [SignPath.io], certificate by [SignPath Foundation]

changelog_stable.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
![](https://raw.githubusercontent.com/CollapseLauncher/.github/main/profile/ReleaseHeader-Wide-2024v2.webp)
22

3-
> We have just published our new landing page, which you can view at https://collapselauncher.com !
3+
> We've recently released a new launcher status tracker! Head on over to https://status.collapselauncher.com to see it!
44
55
# Servicing/Maintenance Mode Phase
6-
Version 1.82.17 onwards will mark as the 1.82.xxx releases enters "**Servicing/Maintenance Mode**", meaning that 1.82.xxx releases will no longer get any improvements or new features, unless any urgent changes or bug fixes that need to be pushed or backported.
6+
Version 1.82.17 onwards will mark the "**Servicing/Maintenance Mode**" part of our development cycle, meaning that 1.82.xxx releases will no longer get any improvements or new features, unless any urgent changes or bug fixes need to be pushed or backported from our Preview branch.
77

88
We are going to plan other new features, improvements and changes to be pushed in later release, 1.83.xxx.
99
Hit us on our Official Discord or Create an Issue if you have ideas what features or changes you want to have in later 1.83.xxx or future release.
1010

1111
More information regarding the changes can also be found in the changelog below👇
1212

13+
# What's changed? - 1.82.25
14+
15+
- **[Fix]** Update .NET to 9.0.5 to address [CVE-2025-26646](https://github.com/advisories/GHSA-h4j7-5rxr-p4wc), by @bagusnl
16+
- **[Imp]**: Update project dependencies, by @bagusnl
17+
- **[Fix]** Avoid initializing `config.ini` on initialization, by @neon-nyan
18+
- **[Fix]** Make Collapse aware of alternate game executable names, by @neon-nyan
19+
- **[Fix]** Remove unused string on delta patch repair mechanism, by @neon-nyan
20+
- **[Fix]** Fix wrong indicator if the game has both Sophon and Delta-patch file during update, by @neon-nyan
21+
- **[Fix]** Resolve an issue where the app would crash when the user creates a Steam shortcut for the game, by @neon-nyan
22+
- **[Imp]** Prevent repair from nuking the install for Genshin Impact, by @bagusnl
23+
- **[Imp]** Add image loading retry function, by @bagusnl
24+
- **[Fix]** Remove Velopack update error in console window due to the app not being installed (e.g., when ran as a nightly build or in Debug mode), by @bagusnl
25+
- **[Fix]**: Ignore 404 error when repairing files. The repair function will now simply skip the file and log the file that returns the 404 in the console window instead of interrupting the process altogether, by @bagusnl
26+
- **[Fix]**: Fix Sophon running while fallback ZIP mode is enabled, by @neon-nyan
27+
- **[New]**: Support game patching following ZZZ 2.0 update, by @neon-nyan
28+
- **[New]**: Adding "Ambient Noise Volume" on ZZZ Game Settings page, by @neon-nyan
29+
1330
# What's changed? - 1.82.24
1431
- **[Fix]** SharingViolation errors while installing/updating games with Sophon mode (eg. Genshin Impact and Zenless Zone Zero), by @neon-nyan
1532
- **[Imp]** Streamline submodule branches to main for Hi3Helper.EncTool, Hi3Helper.Http and Hi3Helper.Sophon for easier maintainability, by @neon-nyan
@@ -552,4 +569,4 @@ As always, we want to thank are awesome community for providing an amazing local
552569

553570
Read the full changelog below!
554571

555-
**Full Changelog**: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.73.8...CL-v1.80.9
572+
**Full Changelog**: https://github.com/CollapseLauncher/Collapse/compare/CL-v1.82.24...CL-v1.82.25

pack_signed_velopack.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set _7zFast="C:\Program Files\7-Zip-Zstandard\7z.exe"
33
set _7z="C:\Program Files\7-Zip\7z.exe"
44
set name=CollapseLauncher
55
set channel=1
6-
set version=1.82.18
6+
set version=1.83.3
77
set thread=%NUMBER_OF_PROCESSORS%
88
set forceUpdate="forceUpdate":false,
99

@@ -93,7 +93,7 @@ if not exist "%channel%" mkdir "%channel%"
9393
title=Copying build files...
9494
xcopy %BuildArtifactDir% %buildPath% /S /H /C
9595
title=Making velopack package...
96-
vpk download http --url=https://r2.bagelnl.my.id/cl-cdn/velopack/%channel%/ --channel=%channel% --outputDir="%releasePath%"
96+
vpk download http --url=https://collapse-cdn.sfo3.digitaloceanspaces.com/cl-cdn/velopack/%channel%/ --channel=%channel% --outputDir="%releasePath%"
9797
vpk pack --packId="%name%" --mainExe "%name%.exe" --packVersion="%version%" --packDir="%buildPath%" --packTitle="Collapse" --packAuthors="Collapse Project Team" --icon="%buildPath%\icon.ico" --channel "%channel%" --shortcuts Desktop,StartMenuRoot --delta BestSize --outputDir "%releasePath%" --skipVeloAppCheck --exclude .pdb --skipVeloAppCheck --yes --splashImage="InstallerSprite.gif"
9898
ApplyUpdate.exe changevelopackinstperms requireAdministrator "%releasePath%\%name%-%channel%-Setup.exe"
9999
del "%releasePath%\%name%-%channel%-Portable.zip"

preview/fileindex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ver":"1.83.2","forceUpdate":true,"time":1747076909,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"94b2ca15a1ecc4de12a2cc1d53aa5dd3","s":9}]}
1+
{"ver":"1.83.3","forceUpdate":true,"time":1749277020,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"94b2ca15a1ecc4de12a2cc1d53aa5dd3","s":9}]}

stable/fileindex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ver":"1.82.24","forceUpdate":true,"time":1747076887,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"2e9abc0ed69b2b68ac69a426311e8104","s":8}]}
1+
{"ver":"1.82.25","forceUpdate":true,"time":1749277225,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"2e9abc0ed69b2b68ac69a426311e8104","s":8}]}

0 commit comments

Comments
 (0)