Skip to content

Commit 2a8ebd1

Browse files
committed
CL-1.82.26 & CL-1.82.4
previous commit msg had a typo for stable version number
1 parent ff52dc1 commit 2a8ebd1

19 files changed

Lines changed: 30 additions & 10 deletions

changelog_preview.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
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

8-
### Welcome to 1.83 Release!
8+
### Welcome to the 1.83 Release!
9+
10+
# What's changed - 1.83.4?
11+
- **[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan
12+
- **[Fix]** Avoid using long directory paths for ZZZ assets, by @neon-nyan
13+
- **[Fix]** Resolve taskbar progress being shown incorrectly during ZZZ game repair, by @neon-nyan
14+
- **[Imp]** Re-align subproject commits for main project (and update package-lock.json), by @bagusnl
15+
- **[New]** Prevent Windows from shutting down if a critical operation within Collapse is underway (update, install, repair), by @bagusnl, @neon-nyan
16+
- **[Fix]** Resolve an issue where a race condition could occur when loading a background, by @neon-nyan
17+
- **[Imp]** Introduce a delay if database communication fails for some reason, by @bagusnl
918

1019
# What's changed? - 1.83.3
1120
- **[Fix]** Update .NET to 9.0.5 to address [CVE-2025-26646](https://github.com/advisories/GHSA-h4j7-5rxr-p4wc), by @bagusnl

changelog_stable.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Hit us on our Official Discord or Create an Issue if you have ideas what feature
1010

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

13+
# What's changed? - 1.82.26
14+
- **[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
15+
- **[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan
16+
- **[Fix]** Avoid using long directory paths for ZZZ assets, by @neon-nyan
17+
- **[Fix]** Resolve taskbar progress being shown incorrectly during ZZZ game repair, by @neon-nyan
18+
- **[Imp]** Re-align subproject commits for main project (and update package-lock.json), by @bagusnl
19+
- **[New]** Prevent Windows from shutting down if a critical operation within Collapse is underway (update, install, repair), by @bagusnl, @neon-nyan
20+
- **[Fix]** Resolve an issue where a race condition could occur when loading a background, by @neon-nyan
21+
- **[Imp]** Introduce a delay if database communication fails for some reason, by @bagusnl
22+
23+
1324
# What's changed? - 1.82.25
1425

1526
- **[Fix]** Update .NET to 9.0.5 to address [CVE-2025-26646](https://github.com/advisories/GHSA-h4j7-5rxr-p4wc), by @bagusnl

pack_signed_velopack.bat

Lines changed: 1 addition & 1 deletion
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.83.3
6+
set version=1.83.4
77
set thread=%NUMBER_OF_PROCESSORS%
88
set forceUpdate="forceUpdate":false,
99

0 commit comments

Comments
 (0)