Skip to content

Commit

Permalink
CL-v1.82.11
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Jan 1, 2025
1 parent df5a7c4 commit 1a1d1e3
Show file tree
Hide file tree
Showing 21 changed files with 79 additions and 17 deletions.
34 changes: 32 additions & 2 deletions changelog_preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,42 @@

> We have just published our new landing page, which you can view at https://collapselauncher.com !
# Notice: Regarding Update Issue from 1.82.8 to 1.82.9 & 1.82.10
# Notice: Regarding Update Issue from 1.82.8 to 1.82.9 - 1.82.11
We have previously pushed an update which causing some users unable to run their launcher. This due to a transition to the update management library that we use, from Squirrel to Velopack. This hotfix will hopefully fix the issue.

If you encounter the same problem where the launcher won't run, please follow an instruction in a link below:

[**How to fix "This application is missing a package manifest (.nuspec)" error**](https://github.com/CollapseLauncher/Collapse/issues/642#issuecomment-2561964296)

# What's new? - 1.82.11 [Hotfix]
- **[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

# What's new? - 1.82.10 [Hotfix]
- **[Fix]** ``NullReferenceException`` crash caused by null ``voice_packs`` property, by @neon-nyan
- **[Fix]** Some migration dialog still provides install choices, by @neon-nyan
Expand Down
34 changes: 32 additions & 2 deletions changelog_stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,42 @@

> We have just published our new landing page, which you can view at https://collapselauncher.com !
# Notice: Regarding Update Issue from 1.82.8 to 1.82.9 & 1.82.10
# Notice: Regarding Update Issue from 1.82.8 to 1.82.9 - 1.82.11
We have previously pushed an update which causing some users unable to run their launcher. This due to a transition to the update management library that we use, from Squirrel to Velopack. This hotfix will hopefully fix the issue.

If you encounter the same problem where the launcher won't run, please follow an instruction in a link below:

[**How to fix "This application is missing a package manifest (.nuspec)" error**](https://github.com/CollapseLauncher/Collapse/issues/642#issuecomment-2561964296)

# What's new? - 1.82.11 [Hotfix]
- **[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

# What's new? - 1.82.10 [Hotfix]
- **[Fix]** ``NullReferenceException`` crash caused by null ``voice_packs`` property, by @neon-nyan
- **[Fix]** Some migration dialog still provides install choices, by @neon-nyan
Expand Down
2 changes: 2 additions & 0 deletions notification_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"Show": true,
"TimeBegin": "2024-12-29T00:00:00+08:00",
"TimeEnd": "2025-01-20T00:00:00+08:00",
"ValidForVerBelow": "1.82.11.0",
"ActionProperty": {}
},
{
Expand All @@ -136,6 +137,7 @@
"Show": true,
"TimeBegin": "2024-12-29T00:00:00+08:00",
"TimeEnd": "2025-01-20T00:00:00+08:00",
"ValidForVerBelow": "1.82.11.0",
"ActionProperty": {}
}
]
Expand Down
2 changes: 2 additions & 0 deletions notification_stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"Show": true,
"TimeBegin": "2024-12-29T00:00:00+08:00",
"TimeEnd": "2025-01-20T00:00:00+08:00",
"ValidForVerBelow": "1.82.11.0",
"ActionProperty": {}
},
{
Expand All @@ -108,6 +109,7 @@
"Show": true,
"TimeBegin": "2024-12-29T00:00:00+08:00",
"TimeEnd": "2025-01-20T00:00:00+08:00",
"ValidForVerBelow": "1.82.11.0",
"ActionProperty": {}
}
]
Expand Down
Binary file modified preview/ApplyUpdate.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion preview/fileindex.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ver":"1.82.10","forceUpdate":true,"time":1735188592,"f":[{"p":"ApplyUpdate.exe","crc":"f7e1d7b0c88bc1cc09fa87118a02b17b","s":8523264},{"p":"release","crc":"94b2ca15a1ecc4de12a2cc1d53aa5dd3","s":9}]}
{"ver":"1.82.11","forceUpdate":true,"time":1735743698,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"94b2ca15a1ecc4de12a2cc1d53aa5dd3","s":9}]}
2 changes: 1 addition & 1 deletion stable/fileindex.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ver":"1.82.10","forceUpdate":true,"time":1735312219,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"2e9abc0ed69b2b68ac69a426311e8104","s":8}]}
{"ver":"1.82.11","forceUpdate":true,"time":1735743752,"f":[{"p":"ApplyUpdate.exe","crc":"a91b680b04d148744edc36fcc02f9a7c","s":26588672},{"p":"release","crc":"2e9abc0ed69b2b68ac69a426311e8104","s":8}]}
Binary file not shown.
Binary file not shown.
Binary file modified velopack/preview/CollapseLauncher-preview-Setup.exe
Binary file not shown.
6 changes: 2 additions & 4 deletions velopack/preview/RELEASES-preview
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
E39F96F036911A12D235FEF5D28C138D891622D2 CollapseLauncher-1.82.0-preview-full.nupkg 58713393
501BB783EBDC12E8522F197E9EA68C1567D6F471 CollapseLauncher-1.82.7-preview-full.nupkg 79271746
66BAFCE84C0071222FD02D17CEC65AAC4CC79E7A CollapseLauncher-1.82.8-preview-full.nupkg 79418962
0D8E1EA24FF1EA0D0B068CD12F92BA7D2A41592F CollapseLauncher-1.82.9-preview-full.nupkg 81521836
E2D0E23B5CD87D92F10EA1D68DA9A2BFE5681EC5 CollapseLauncher-1.82.10-preview-full.nupkg 81530440
E2D0E23B5CD87D92F10EA1D68DA9A2BFE5681EC5 CollapseLauncher-1.82.10-preview-full.nupkg 81530440
76C5ECE8C881C31906932499B77A1359DD899C50 CollapseLauncher-1.82.11-preview-full.nupkg 84815404
Loading

0 comments on commit 1a1d1e3

Please sign in to comment.