Releases: ComputerElite/QuestAppVersionSwitcher
Releases · ComputerElite/QuestAppVersionSwitcher
Add Download checking V. 1.13.17
Changelog:
- Fixed modding of downgraded apks having the wrong version in the backup name
- added
isDownloadedFromOculusflag to backups - On Setup assistant, QAVS won't download the game again if you already downloaded a downgraded version before
- Added microphone permission toggle to
mod my gamepage - Added apk SHA256 to backup list. QAVS may need a minute to load up as it updates all old backups with this info
- Added
mod this versionbutton to backup list. You can now mod backups - Updated layout of patching options to look nicer
- Added modding settings button to beat saber modding flow
Add reload button V. 1.13.16
Changelog:
- Added reload button for the downgrade page. Thus you don't have to restart QAVS anymore if OculusDB breaks
Fix Login V. 1.13.15
Changelog:
- Fixed login (tested this time)
- Updated some text
Fix login? V. 1.13.14
Changelog:
- possibly fixed login
Fix login V. 1.13.13
Changelog:
- Fixed meta login (for now the buttons for navigation and meta page modification is gone to reliably make the code work)
QoL V. 1.13.12
Changelog:
- Added install APK button which opens file picker as requested in #32
- Added launch game button to sidebar
- Added total progress for game downloads (mostly for new UI but progress has also been added to the current ui)
- Login and logout buttons now get disabled on the web ui as they won't work on PC
- Made 404 download error show entitlement error which should help with download issues
Add support for uses-feature V. 1.13.11
Changelog:
- Added support for patching with custom features such as Passthrough
- Updated Patching to be asynchronous which should improve reliability and responsibility while patching
Fix entitlement check V. 1.13.10
Changelog:
- Fixed entitlement check always failing. You should now get the correct error message if you don't own the game you're trying to download
- Updated tasks system. Doesn't change anything for you
Fix version updates V. 1.13.9
Changelog:
- Installing apk wll now delete all existing mods. This will make sure that no incompatible mods appear to be installed
- Removed lots of logging from patching stage, may improve patching speed and certainly removes log readability
- Delete mods now also runs on a background thread for no reason what so ever
Offload patching to background thread V. 1.13.8
Changelog:
- Patching now gets offloaded to a worker thread which should emilinate crashs while patching
- Downloads without owning the game should now fail instead of crashing QAVS