Commit 1cea69a
authored
[Hotfix] Preview 1.83.8 (#787)
# What's Changed?
- **[Imp]** Update `System.Commandline` to `2.0.0beta6`, by @bagusnl,
@shatyuka & @gablm
- **[Imp]** Migrate `BridgedNetworkStream` & `CopyToStream` functions to
`EncTool` submodule, by @neon-nyan
- **[New]** Add caching for CDN responses, which will hopefully reduce
the amount of network calls Collapse makes, by @neon-nyan
- This is used as a cache utility for `HttpResponseMessage` saving
responses locally based on the cache method used. Two cache methods are
currently supported, including:
- Time-based cache (based on Expire headers)
- Hash-based cache (based on ETag or Content-MD5 headers)
- **[Fix]** Restore deleted Sentry `csproj` entries for AOT builds, by
@neon-nyan
- **[Loc]** Add Thai localization to README (thanks!), by @armzyaec
- **[Imp]** Improve Settings page based on changes made to CDN caching,
by @neon-nyan:
- Allow Cache Garbage Collection if the cache file age is more than
allowed maximum time.
- Allow time-based cache to be clamped if the CDN expire time is larger
than allowed maximum time.
- Adding Aggressive Caching mode.
> This mode allow the response to be always cached based on how long the
allowed maximum time.
- Add new method: `SetCacheDirSkipGC`
> This method is used to set the cache directory and skipping the
garbage collection.
- Ensure to always set `Length` as 0 if source stream's `.Length` isn't
supported on `CopyToStream`
- **[Imp]** Add new async methods for `DnsQuery` & fix marshalling
issues in `Hi3Helper.Win32`, by @neon-nyan
- **[Imp]** `HttpClientBuilder` improvements, by @neon-nyan:
- Make DNS resolve from Client -> OS fully asynchronous
- Use shared DNS Nameservers instead of per-`HttpClient`
> This way, the users can change the DNS settings without restarting the
app.
- Remove `HttpClientBuilder<THandler>` and instead explicitly use
`SocketsHttpHandler` via `HttpClientBuilder`
- **[Fix]** Fix incorrect i18n string used for Anisotropic Filtering in
ZZZ, by @shatyuka
- **[Imp]** Update `SRAM` version & parsing to account for new HSR asset
type in version 3.5.0.
- **[Imp]** Update .NET components NuGet to 9.0.7, by @bagusnl
- **[Loc]** Update localizations, by our Localizers. Thanks for all your
hard work ❤️File tree
85 files changed
+2180
-1149
lines changed- CollapseLauncher
- Classes
- CachesManagement
- Honkai
- StarRail
- Extension
- FileMigrationProcess
- Helper
- Background
- Image
- LauncherApiLoader
- HoYoPlay
- Legacy
- Metadata
- StreamUtility
- Update
- Interfaces/Class
- Properties
- RegionManagement
- RepairManagement
- Genshin
- Honkai
- StarRail
- Zenless
- ShortcutCreator
- XAMLs
- MainApp
- Pages
- Dialogs
- GameSettingsPages
- Theme/CustomControls/CommunityToolkit.Labs/MarkdownTextBlock
- Docs
- CODE_OF_CONDUCT.localized
- CONTRIBUTING.localized
- PRIVACY.localized
- README.localized
- SECURITY.localized
- THIRD_PARTY_NOTICES.localized
- Hi3Helper.CommunityToolkit
- ImageCropper
- SettingsControls
- Hi3Helper.Core
- Classes
- Logger
- Type
- Lang
- Locale
- Hi3Helper.TaskScheduler
- InnoSetupHelper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+2180
-1149
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 15 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 41 | | |
45 | | - | |
| 42 | + | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
65 | | - | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
86 | | - | |
| 83 | + | |
87 | 84 | | |
88 | 85 | | |
89 | 86 | | |
| |||
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
104 | | - | |
| 101 | + | |
| 102 | + | |
105 | 103 | | |
106 | 104 | | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
| 146 | + | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| |||
330 | 328 | | |
331 | 329 | | |
332 | 330 | | |
333 | | - | |
| 331 | + | |
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
| |||
347 | 345 | | |
348 | 346 | | |
349 | 347 | | |
350 | | - | |
351 | | - | |
| 348 | + | |
352 | 349 | | |
353 | 350 | | |
354 | 351 | | |
355 | 352 | | |
356 | 353 | | |
357 | | - | |
| 354 | + | |
358 | 355 | | |
359 | 356 | | |
360 | | - | |
| 357 | + | |
361 | 358 | | |
362 | 359 | | |
363 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
281 | 294 | | |
282 | 295 | | |
283 | 296 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments