Commit f203675
authored
Preview 1.84.1 (#862) - Part 1

# Preview 1.84.1 (Codename: Columbina)
### Hewwo, it's neon-nyan here~
It's beeeeeen a while since the last 1.83.x update. For now, this
release is focusing on more quality improvements, bug fixes and internal
code reworks rather than new features as we are preparing on reworking
Collapse for new codebase.
That being said, this 1.84 update will be the marked as the last V1
release after roughly 4 years since the start of this project as we are
going to move into V2 codebase starting this year (at Q3 or Q4 2026).
Thank you so much for your continous support and interest in this
project💖
Without further ado, let's dig into what's new in this release so far.
# What's new?
## Reworked Background System
Since months, HoYoverse has updated HoYoPlay to support multiple
background to display, including static image and dynamic background
ones. This has been our backlog since this release as due to
"spaghetti-code" nature of our entire codebase, this made us harder to
adapt the changes and thus making Collapse still only support one static
background image.
Thanks to [this massive
rework](#862), we are
now able to pull-off this feature by splitting the parts of the code
into its own element, making it more easier and more manageable for the
change and for incoming improvements.
We are also moving to [**FFmpeg**](https://www.ffmpeg.org/) as our
secondary library for background video decoder if no built-in codec is
present. You will be prompted to install the FFmpeg library if none of
the required built-in Windows Media Foundation codec for VP9 or any
codec is present.
> [**FFmpeg**](https://www.ffmpeg.org/legal.html) is licensed and
distributed under [GNU Lesser General Public License, version 2.1
**(LGPLv2.1)**](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
[2026-03-22
20-02-46.webm](https://github.com/user-attachments/assets/954c4c77-4ae9-4222-afa7-4b396c7cc2f9)
The experience might still be sluggish due to rushed implementation. But
this will be improved in future updates🤞
### Update: 2026/03/27
Due to corrupted video background situation in any regions for Zenless
Zone Zero game, FFmpeg has been set as a default decoder for Collapse
Launcher now (You can opt-in for using built-in Windows Media Foundation
decoder, though). You might be asked to install a new one if you don't
have any defined in your system's Environment Variable.
[2026-03-27
11-55-13.webm](https://github.com/user-attachments/assets/670dd6d4-a3d3-44ba-9ee5-48866a0362da)
## Reworked Localization System #861
This is more like development-experience improvement rather than user
focused ones. Previously in order to implement the localization for new
elements, we have to manually map each class properties to represented
JSON entries. Thanks to newly source-generated class mapper, every JSON
entries will be mapped automatically. Each class properties can now be
bind into UI element directly, making the UI able to update the visual
itself rather than being told manually, one-by-one (which is expensive).
## Reworked Download Speed Limiter #859
The feature has been long broken since last 1.83.x release due to
inconsistency and changes to other download-related libraries. Even
though if you're enabling this feature, you might experience that the
download speed "isn't actually being limited" and noticing that your
bandwidth is still being fully utilized. This feature should now be
fully fixed by decentralizing the code of the feature into its own
library and making it easier to maintain.
This feature could also be applied for any game plugins whose have
v1-update4 API standard fully implemented.
## Minor UI Adjustments
Not so noticeable UI changes at all. But it's worth to mention here.
#### 1. News Carousel Design
<img width="1282" height="457" alt="image"
src="https://github.com/user-attachments/assets/3f3df571-63b5-42d5-9d54-6b6e005a8b83"
/>
#### 2. About Card
<img width="810" height="535" alt="image"
src="https://github.com/user-attachments/assets/66b826b0-219d-4733-ba49-8a600705ede1"
/>
## Other New Changes
- **[New]** Adding Files Clean-up Button to the Menu Bar, by @bagusnl
<img width="334" height="139" alt="image"
src="https://github.com/user-attachments/assets/50869299-c0dc-4888-9a5b-1819f05bed99"
/>
- **[Imp]** Switching Static Libraries Compiler from MSVC 19 to Clang
20.1, by @neon-nyan
- **[Imp]** Caching Page Loading, by @neon-nyan
- **[Imp]** Detach SDK Loading (for Sentry, Libsql.Client), by
@neon-nyan
- **[Imp]** Add Plugin Details (Breadcrumbs) to Sentry Reports, by
@bagusnl
- **[Imp]** Update overlay mask according to UI changes, by @shatyuka
- **[Fix]** Remove ZZZ Game Settings Resolution Limit, by @shatyuka
- **[Fix]** Invalid Encoding while saving ZZZ Game Settings Profile
(GENERAL_DATA.bin), by @shatyuka
- **[Imp]** Localization updates, by localizers 🥳
- de-DE - German (Progress: 73%)
- es-419 - Spanish (Latin America)(Progress: 99%)
- fr-FR - French (Progress: 99%)
- id-ID - Bahasa Indonesia (Progress: 100%)
- it-IT - Italian (Progress: 45%)
- ja-JP - Japanese (Progress: 100%)
- ko-KR - Korean (Progress: 87%)
- nl-NL - Dutch (Progress: 99%)
- pl-PL - Polish (Progress: 56%)
- pt-BR - Portuguese (Brazil)(Progress: 73%)
- pt-PT - Portuguese (Portugal)(Progress: 66%)
- ru-RU - Russian (Progress: 76%)
- th-TH - Thai (Progress: 95%)
- uk-UA - Ukranian (Progress: 85%)
- zh-CN - Chinese Simplified (Progress: 100%)
- zh-TW - Chinese Traditional (Progress: 61%)
## PR Status :
- Overall Status : Done
- Commits : Done
- Synced to base (Collapse:main) : Yes
- Build status : OK
- Crashing : No
- Bug found caused by PR : -
- ~**[Regression][High Priority]** Game Config's API is not changed
while changing the games (Assignee: @neon-nyan)~ Fixed as per
052cb94
### Templates
<details>
<summary>Changelog Prefixes</summary>
```
**[New]**
**[Imp]**
**[Fix]**
**[Loc]**
**[Doc]**
```
</details>File tree
498 files changed
+42112
-22672
lines changed- .github/workflows
- CollapseLauncher
- Assets
- Images/ImageCropperOverlay
- Licenses
- FFmpegInteropX
- FFmpeg
- Classes
- AnimatedVisuals/Lottie
- CachesManagement/Honkai
- DiscordPresence
- EventsManagement
- Extension
- FileDialog
- FileMigrationProcess
- GameManagement
- GamePlaytime
- GameSettings
- BaseClass
- Genshin
- Honkai
- StarRail
- Universal/RegistryClass
- Zenless
- ImageBackground
- Versioning
- WpfPackage
- Helper
- Background
- Loaders
- Database
- Image
- LauncherApiLoader
- HoYoPlay
- Metadata
- StreamUtility
- InstallManagement
- Base
- Honkai
- StarRail
- Zenless
- Interfaces
- Class
- Plugins
- Properties
- RegionManagement
- RepairManagement
- Genshin
- HonkaiV2
- StarRailV2
- Zenless
- ShortcutCreator
- Lib
- Misc
- Properties
- PublishProfiles
- StaticLib
- buildScript
- patch
- libheif
- vclatestbuild/libheif
- openmp/runtime
- waifu2x-ncnn-vulkan/src
- XAMLs
- MainApp
- Pages
- Dialogs
- GameSettingsPages
- OOBE
- SettingsContext
- Theme
- Button
- ComboBox
- CommunityToolkit.Labs
- DataTable
- MarkdownTextBlock
- Renderers
- ObjectRenderers
- Extensions
- Inlines
- TextElements
- Html
- ContentDialog
- CustomControls
- FlipView
- ImageEx
- PipsPager
- Pivot
- RadioButton
- ScrollBar
- Slider
- ToggleButton
- Updater
- Classes
- Hi3Helper.CommunityToolkit
- ImageCropper
- SettingsControls
- SettingsExpander
- Hi3Helper.Core
- Classes
- Logger
- Type
- Preset/Classes
- SentryHelper
- Lang
- Locale
- Hi3Helper.EncTool.Test
- Hi3Helper.LocaleSourceGen
- Hi3Helper.SourceGen
- Locale
- Hi3Helper.TaskScheduler
- InnoSetupHelper
- TLFixer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
498 files changed
+42112
-22672
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
| 211 | + | |
| 212 | + | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
| 92 | + | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
5 | 22 | | |
6 | 23 | | |
7 | 24 | | |
8 | 25 | | |
9 | 26 | | |
10 | 27 | | |
| 28 | + | |
11 | 29 | | |
12 | 30 | | |
13 | 31 | | |
14 | 32 | | |
15 | 33 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
19 | 38 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
23 | 47 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
28 | 53 | | |
29 | 54 | | |
30 | 55 | | |
31 | 56 | | |
| 57 | + | |
32 | 58 | | |
33 | 59 | | |
| 60 | + | |
34 | 61 | | |
35 | 62 | | |
36 | 63 | | |
| |||
42 | 69 | | |
43 | 70 | | |
44 | 71 | | |
| 72 | + | |
45 | 73 | | |
46 | 74 | | |
47 | 75 | | |
| |||
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
| 86 | + | |
58 | 87 | | |
59 | 88 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
21 | 17 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 18 | + | |
27 | 19 | | |
28 | | - | |
| 20 | + | |
29 | 21 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
93 | 105 | | |
0 commit comments