Skip to content

Releases: ComputerElite/QuestAppVersionSwitcher

Add Download checking V. 1.13.17

22 May 15:57

Choose a tag to compare

Changelog:

  • Fixed modding of downgraded apks having the wrong version in the backup name
  • added isDownloadedFromOculus flag 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 game page
  • 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 version button 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

19 May 08:44

Choose a tag to compare

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

18 May 08:42

Choose a tag to compare

Changelog:

  • Fixed login (tested this time)
  • Updated some text

Fix login? V. 1.13.14

17 May 20:41

Choose a tag to compare

Changelog:

  • possibly fixed login

Fix login V. 1.13.13

16 May 19:44

Choose a tag to compare

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

14 May 15:01

Choose a tag to compare

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

11 May 13:58

Choose a tag to compare

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

09 May 14:30

Choose a tag to compare

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

05 May 21:47

Choose a tag to compare

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

04 May 17:11

Choose a tag to compare

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