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
Copy file name to clipboardExpand all lines: changelog_preview.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ We began to roll-out new releases by bringing new upcoming features and improvem
7
7
8
8
### Welcome to the 1.83 Release!
9
9
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
+
10
23
# What's changed - 1.83.4?
11
24
-**[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan
12
25
-**[Fix]** Avoid using long directory paths for ZZZ assets, by @neon-nyan
Copy file name to clipboardExpand all lines: changelog_stable.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ Hit us on our Official Discord or Create an Issue if you have ideas what feature
10
10
11
11
More information regarding the changes can also be found in the changelog below👇
12
12
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
+
13
27
# What's changed? - 1.82.26
14
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
15
29
-**[Fix]** Re-introduce shared webp libraries on non-AOT builds, by @neon-nyan
0 commit comments