This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Changelog
The app has been renamed to QLoader to avoid confusion.
Added
- List of all errors that caused download failure
- Quest Pro support (untested)
- "--disable-gpu" launch argument. You can use it if you experience graphical issues
- "Skip backup" option to game uninstall confirmation
- "Copy link" button to error details dialog (uploads error details and copies a short link)
Fixed
- Wrong device name for Quest 1 in device info panel
- "Install trailers addon" button throwing task enqueuing error
- Sorting by update status not working
- Poor adb pulling speeds on Linux
- Crash on drag and dropping invalid APK
- Crash when backup folder contains something other than valid backups
- Crash when trying to switch mirrors while game list isn't available on any mirrors
Other changes
- Updated to .NET 7
- Updated adb binary
- Corrected some notifications
- Falling back to approximate progress measurement on erroneous >100% progress (probably will just stay at 100%)
- "No mirrors available for this ..." message now includes number of excluded mirrors (mirrors that are reported as dead by the API or failed to load game list from)
- Details for download failer errors include list of errors occured during download
- Metadata from release.json is used on drag and drop
- Other minor improvements