Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable 1.80.15 Release #529

Merged
merged 20 commits into from
Jul 9, 2024
Merged

Stable 1.80.15 Release #529

merged 20 commits into from
Jul 9, 2024

Conversation

bagusnl
Copy link
Member

@bagusnl bagusnl commented Jul 8, 2024

What's New? - 1.80.15

  • [Fix] Crashing/Not responding issue caused by ConfigureAwait, by @neon-nyan
  • [Fix] Discord RPC weird behaviors, by @bagusnl & @neon-nyan
    • RPC wont update between idle/play status
    • RPC stuck between game changes
  • [Fix] Game Settings "reset" between game changes, by @bagusnl
    • This is caused by recent rewrite did not take into account refreshing RegistryRoot which is used by all GameSettings backend to load values from registry.
    • Now RegistryRoot is always retrieve the latest value instead of caching it.
  • [Fix] MIT License string in Settings page not localized, by @bagusnl
  • [Imp] Allow user to Cancel when asked to either resume or redownload an ongoing download, by @neon-nyan
  • [Fix] Zip extraction not using multithread, by @neon-nyan
  • [Imp] Use Uncompressed Size when calculating disk space requirements, by @neon-nyan
  • [Fix] "Stop Game" button always enabled even when game is not running, by @neon-nyan
  • [Fix] Game selector ComboBox fixes, by @shatyuka
    • Fixed being unable to change game/region after a metadata update
    • Fixed ComboBox not using acrylic theme
  • [Fix] Zenless Zone Zero uninstall error, by @NSPC911

Templates

Changelog Prefixes
  **[New]**
  **[Imp]**
  **[Fix]**
  **[Loc]**
  **[Doc]**

neon-nyan and others added 20 commits June 30, 2024 22:25
100% reviewed source file: 'en_US.json'
on 'ja_JP'.
There is an old workaround that was forgotten to be deleted to handle the SetActivity call when it was called in a fast loop. As now we dont use fast loop, the call were getting returned early and RPC is not modified.

Also add force idle after the game is stopped
100% reviewed source file: 'en_US.json'
on 'zh_CN'.
+ Do not update presence if game name or region variable is empty
100% reviewed source file: 'en_US.json'
on 'es_419'.
This ensures that when region is reloaded, both vars value always have the correct one.
Will increase overhead but it fixes the "Settings getting reset" bug
* Fixed Collapse's innability to uninstall ZZZ

* Added ZZZ to supported Features

* Made ZZZ use a rowspan of 2

mb forgot how html and md works
@Cryotechnic Cryotechnic merged commit 54415ad into stable Jul 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants