Skip to content

0.13.0 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Viren070 Viren070 released this 31 Dec 00:12
· 268 commits to main since this release

What's Changed

  • Use cache system where possible by @Viren070 in #20
  • Add xenia support by @Viren070 in #21
  • load the customtkinter theme from the portable settings.json in portable mode.
  • When portable mode is enabled, all files that would've been stored in %appdata% Manager are stored in a folder called portable
  • Adjust the topmost window where appropriate when downloading a save so that the correct window is on top.
  • Skip restoring the default setting for a setting whose default value is empty
  • When a download fails, attempt to delete what is left.
  • Use textwrap.fill on game title for yuzu/ryujinx current ROM menu each time window is resized after calculating a rough estimate of available width.
  • Fixed the update checking logic and made it more robust. Will take you to the correct release.

Full Changelog: v0.13.0-alpha.1...v0.13.0-alpha.2

Notes

  • This is still a mostly untested release and bugs are to be expected.
  • Using the custom option for data actions (import/export/delete) won't work since I forgot to define the valid folders. I also need to show files as well as folders for xenia.
  • Resizing is still enabled, but I haven't worked on improving the widgets to resize appropriately
  • CLI support has also not been worked on yet.
  • The functionality for downloading mods has also not been worked on,