Skip to content

Releases: alvr-org/PhoneVR

PhoneVR v2.0.0-beta

04 May 17:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0-beta...v2.0.0-beta

PhoneVR v1.4.0-beta

17 Apr 18:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0-beta...v1.4.0-beta

PhoneVR v1.3.0-beta

27 Jan 15:52
Compare
Choose a tag to compare

What's Changed

ALVR Changelog

Full changelog: https://github.com/alvr-org/ALVR/blob/v20.6.1/CHANGELOG.md

v20.6.1

  • Add AV1 support, only for Linux/VAAPI, with 10bits support (by @wsippel #1955 #1964)
  • Fix image corruption on h264/VAAPI (by @galister / @nowrep #1956)

v20.6.0

  • Add Type of Service (ToS) socket settings, tested only on Linux (by @Vixea #1946)
  • Add software decoding option and fallback (by @20kdc #1933)
  • Add Baseline encoding option for h264 (by @20kdc #1932)
  • Fix ADB connection (by @The-personified-devil #1942)
  • Fix rare bug preventing reconnections on wifi (by @zarik5)

v20.5.0

  • Fix Vulkan layer GPU loading (by @nairaner #1847)
  • Fix dynamic bitrate for VAAPI (by @nowrep #1863)
  • Add notification tips (by @zarik5 #1865)
  • Fix hand tracking for Lynx R1 (by @technobaboo #1874)
  • Various wiki updates
  • Fix battery update during streming (by @zarik5)
  • Fix playspace recentering delay (by @zarik5)
  • Add desktop file for Flatpak (by @Vixea #1906)
  • Install audio dependencies from the setup wizard (by @Meister1593 #1893, @zarik5)
  • Significantly reduce latency with NVENC on Linux (by @nowrep @Xaphiosis #1911)
  • Fix SteamVR hanging when restarting on Linux (by @Vixea @zarik5)
  • Other dashboard updates

v20.4.3

  • Fix dashboard crash on Windows
  • Fix settings reset bug when upgrading (session extrapolation failed)

v20.4.2

  • Fix YVR crash because of invalid controller bindings

v20.4.0

  • Full hand tracking gestures support, with joystick (by @barnabwhy #1794)
  • Fully remappable controller buttons (by @zarik5 #1817)
  • Custom controller profile (by @zarik5)
  • Fix Nvidia support on Linux (by @Killrmemz #1830)

v20.3.1

  • Fix some controller buttons not working
  • Fix changing controller emulation profile not triggering a SteamVR restart
  • Add back Rift S controller emulation profile

v20.3.0

  • Make settings sections collapsible (by @zarik5)
  • Other UI tweaks (by @zarik5)
  • Actually fix controller freeze (by @zarik5)
  • Fix bitrate hikes when "Adapt to framerate" is enabled (by @zarik5)
  • Fix Nvenc encoder on Linux (by @Killrmemz #1824)
  • Timeout connection if lingering (by @zarik5)
  • Fix warmstart crash on client (by @ShootingKing-AM #1813)

v20.2.1

  • (Potential) Fix for dashboard crash on Wayland.

Full Changelog: v1.1.0-beta...v1.3.0-beta

PhoneVR v1.1.0-beta

06 Sep 08:00
Compare
Choose a tag to compare

Major changes

What's Changed

Full Changelog: v1.0.0-beta...v1.1.0-beta

PhoneVR v1.0.0-beta

21 Jul 18:42
0befc49
Compare
Choose a tag to compare

Updates

  • v1.0.0-beta brings new updates for PhoneVR after one year of developmental work :p
  • Solves Many Performance Issues/Networking/User friendlyness issues. fixes
  • Major change would be integrating ALVR Server which decreases overall average latency by 10 times to ~150ms
  • Still in beta because, #74
  • Move to github-actions ci from appveyor ci
  • Implemented E2E Testing for improved code reliability.

What's Changed

New Contributors

  • @verypurple made their first contribution in #91
  • @dependabot made their first contribution in #132

Full Changelog: 0.2-beta...v1.0.0-beta

PhoneVR-0.2-beta_70

16 Jun 17:11
Compare
Choose a tag to compare

AppVeyor build
Branch - master
On Commit - 3dd22a6
Date - 2022-06-16T17:01:56.0000000Z

Changelog -
3dd22a6 Build_70 - Update appveyor.yml

ce1b60f Build_67 - [Android] Add ShareLogs and OpenLogs buttons (#65)
Added ShareLogs and OpenLogs buttons in Settings Activity

76123ed Build_66 - Merge pull request #63 from ShootingKing-AM/network-fixes
[Android] Network/Core fixes

17cc6d8 Build_65 - Merge pull request #59 from ShootingKing-AM/fix-extra-logging
[Android] Optimizing release build

1a826f3 Build_64 - [Andorid] Patch core network iffaddrs to fix Stack Corruption (#57)
Fix iffaddrs stack corruption in some android devices, pointed out by issue #43

PhoneVR-0.1-beta_55

13 Nov 11:58
5b9446a
Compare
Choose a tag to compare

AppVeyor build
Branch - master
On Commit - 079335c
Date - 2020-11-13T11:48:52.0000000Z

Changelog -
079335c Build_55 - Update Android app download link

01b1844 Build_54 - [Android] Expose APK file into Release assets for direct download (#45)

  1. Expose APK file into Release assets so that it can be directly downloaded from mobile without extracting the .zip.

  2. Implement Discrod Webhook Release/Events for Appveyor

  3. Update Android MainActivity.Kt to dynamically show PhonVR VersionName and Code

  4. Update gitIgnore to include JNI x86 files.