Commit 8287b47
authored
Preview 1.82.11 Hotfix (#648)
# What's new? - 1.82.11
- **[New]** Toggle "Playing" Discord RPC status per-region, by @bagusnl
- You can disable "Playing" status per-region now by going to Quick
Settings (bottom right on Homepage) and toggling it off.
- This is enabled by default (as it always is)
- **[Fix]** Bloated Sophon pre-download/update size due to duplicate
entries, by @neon-nyan
- **[Imp]** Match API requests headers, by @neon-nyan
- **[Fix]** Cannot copy error message caused by ``HGlobal`` buffer
misallocation for some users, by @neon-nyan
- **[Fix]** IOSharingViolation due to file/directory handling in some
methods, by @neon-nyan
- **[Fix]** Repair causing application crashes due to value overflow, by
@bagusnl
- **[Fix]** Game installation error due to invalid VO language
selection, by @neon-nyan
- **[Imp]** Sentry improvements, by @bagusnl
- Filter exceptions to be sent
+ Exceptions caused by users' internet situation are filtered
- Add loaded modules info to breadcrumb
- Detach inner exception handler method
- **[Imp]** Sophon Download Improvements, by @neon-nyan
- Adding disk-space check on Game Installation/Update and Pre-load
Download.
- Ignore if VO's LanguageString is not valid on non-debug build
- Separate Sophon methods to its own code files
- **[Imp]** UI/UX Improvements, by @shatyuka @neon-nyan and @bagusnl
- New fallback background when the background sprite is not yet
downloaded
> The official HoYoPlay's default background is used for the fallback
background
- Disable some tab focus within the PostPanel
- Resize Pivot header in PostPanel
- Make ScrollViewer receive focus as a whole
- Enable navigation via arrow keys in ScrollViewer
- Adjust Audio-related setting's Grid layout on Genshin Game Settings
Page
- **[Fix]** DB sync buttons on App Settings page doesn't get disabled
when the toggle is off
- **[Loc]** Localization Sync from Transifex, by Localizers <3
### Templates
<details>
<summary>Changelog Prefixes</summary>
```
**[New]**
**[Imp]**
**[Fix]**
**[Loc]**
**[Doc]**
```
</details>File tree
51 files changed
+2096
-1400
lines changed- .github/workflows
- CollapseLauncher
- Assets/Images/GameBackground
- Classes
- CachesManagement
- Honkai
- StarRail
- Extension
- FileDialog
- FileMigrationProcess
- GameManagement/GameSettings/Universal/RegistryClass
- Helper
- Background
- Image
- LauncherApiLoader
- HoYoPlay
- Sophon
- Metadata
- InstallManagement/BaseClass
- Interfaces/Class
- RegionManagement
- XAMLs/MainApp
- Pages
- GameSettingsPages
- Hi3Helper.Core
- Classes/SentryHelper
- Lang
- Locale
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+2096
-1400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
60 | 68 | | |
61 | | - | |
| 69 | + | |
| 70 | + | |
62 | 71 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
67 | 81 | | |
68 | 82 | | |
69 | 83 | | |
70 | 84 | | |
71 | 85 | | |
72 | | - | |
73 | 86 | | |
74 | 87 | | |
75 | 88 | | |
| |||
106 | 119 | | |
107 | 120 | | |
108 | 121 | | |
109 | | - | |
| 122 | + | |
110 | 123 | | |
111 | 124 | | |
112 | | - | |
| 125 | + | |
113 | 126 | | |
114 | 127 | | |
115 | 128 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | | - | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments