Skip to content

Commit 41839f5

Browse files
committed
CL-1.82.27 & CL-1.82.5
1 parent 2a8ebd1 commit 41839f5

19 files changed

Lines changed: 36 additions & 9 deletions

changelog_preview.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ We began to roll-out new releases by bringing new upcoming features and improvem
77

88
### Welcome to the 1.83 Release!
99

10+
# What's changed - 1.83.5?
11+
- **[Fix]** File sharing error on background image file, by @shatyuka
12+
- **[Fix]** Crashing during startup in certain system caused by race condition in EnableWindowNonClientArea method, by @bagusnl
13+
- **[Fix]** Incorrect per-file size if patch file has already been downloaded, by @neon-nyan
14+
- **[Fix]** NRE spam on DB initializer when DB URL/Token is empty, by @bagusnl
15+
- **[Fix]** ObjectDisposed exception rare occassion when calling DispatcherQueue.HasThreadAccess, by @bagusnl
16+
- **[Imp]** Sophon improvements, by @neon-nyan
17+
- Reduce memory overhead
18+
- Reduce timed-out occurrence when downloading objects
19+
- Adding check to include additional packages if they were installed
20+
- Only trigger full download (with additional packages) on initial installation
21+
- No dialog involved. If you need to the dialog in order to download the base file, add a blank file with name: @AskAdditionalSophonPackage in your game directory
22+
1023
# What's changed - 1.83.4?
1124
- **[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan
1225
- **[Fix]** Avoid using long directory paths for ZZZ assets, by @neon-nyan

changelog_stable.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ 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.27
14+
- **[Fix]** File sharing error on background image file, by @shatyuka
15+
- **[Fix]** Crashing during startup in certain system caused by race condition in EnableWindowNonClientArea method, by @bagusnl
16+
- **[Fix]** Incorrect per-file size if patch file has already been downloaded, by @neon-nyan
17+
- **[Fix]** NRE spam on DB initializer when DB URL/Token is empty, by @bagusnl
18+
- **[Fix]** ObjectDisposed exception rare occassion when calling DispatcherQueue.HasThreadAccess, by @bagusnl
19+
- **[Imp]** Sophon improvements, by @neon-nyan
20+
- Reduce memory overhead
21+
- Reduce timed-out occurrence when downloading objects
22+
- Adding check to include additional packages if they were installed
23+
- Only trigger full download (with additional packages) on initial installation
24+
- No dialog involved. If you need to the dialog in order to download the base file, add a blank file with name: @AskAdditionalSophonPackage in your game directory
25+
- **[Imp]** [BACKPORT] Implement changes in feedback Sentry API + enable generic feedback menu, by @bagusnl
26+
1327
# What's changed? - 1.82.26
1428
- **[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
1529
- **[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan

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.4
6+
set version=1.83.5
77
set thread=%NUMBER_OF_PROCESSORS%
88
set forceUpdate="forceUpdate":false,
99

0 commit comments

Comments
 (0)