Skip to content

Releases: Raphiiko/OyasumiVR

OyasumiVR v1.12.1

29 Mar 22:43
16973db
Compare
Choose a tag to compare

Changed

  • Temporarily disabled Discord rich presence support
  • Temporarily reverted to Tauri v1.4

OyasumiVR v1.12.0

29 Mar 17:36
efe14a6
Compare
Choose a tag to compare

Added

  • Show SteamVR device roles instead of serial numbers in the device list, when available. (by góngo)
  • Added back VRChat microphone mute automations.
  • Hardware brightness control for Bigscreen Beyond.
  • Fan control & fan automations for Bigscreen Beyond.
  • RGB Led automations for Bigscreen Beyond.
  • Options for limiting the maximum hardware brightness.
  • Automatic cleanup for log files older than 30 days, or that exceed 10MB.
  • Discord rich presence support for showing the current sleep mode.

Changed

  • Redefined "Display Brightness" as "Hardware Brightness", and "Image Brightness" as "Software Brightness".
  • Updated sleep detection to include controller button presses as a factor
  • Updated overlay sidecar to .NET 8.0
  • Upgraded to Tauri v1.6 and updated various dependencies.

Fixed

  • OyasumiVR crashing when trying to read SteamVR's display brightness upon SteamVR quitting.
  • Battery level automations not working for trackers.
  • MDNS advertisements for OSC & OSCQuery not working for some network configurations.
  • System microphone still being muted due to changing controller button behavior, when controller binding is disabled.

Removed

  • Legacy telemetry

OyasumiVR v1.11.5

29 Dec 15:23
1c4fd5b
Compare
Choose a tag to compare

Fixed

  • Added performance improvements to OSC message handling, SteamVR device updates, and sleeping pose detection.
  • Reduced IPC communication to avoid crashes due to overloading the IPC channels.

OyasumiVR v1.11.4

26 Dec 17:03
c130b8f
Compare
Choose a tag to compare

Added

  • Added debug option for disabling the OSC and OSCQuery servers
  • Flags file for setting debugging flags
  • Debugging flag for disabling MDNS (and as a result, OSCQuery) completely.

Fixed

  • Some stability issues with Tauri v1.5, by downgrading back down to Tauri v1.4.

Changed

  • Disabled Rust to Webview logging in release builds.

OyasumiVR v1.11.3

23 Dec 14:07
bfa5458
Compare
Choose a tag to compare

Fixed

  • Crash for some users without bluetooth adapters when disabling lighthouse control.
  • Error for windows power policies sometimes not being set correctly, even when they are.
  • Fixed setting of invalid analog gain values
  • Updated subdependency which caused a crash when detecting some invalid DNS records.

OyasumiVR v1.11.2

22 Dec 15:22
8662dec
Compare
Choose a tag to compare

Added

  • Crash reporting for Rust panics and JS errors in main UI.

Changed

OyasumiVR v1.11.1

21 Dec 18:41
4b630b2
Compare
Choose a tag to compare

Added

  • Option for opening the developer tools in release builds.

OyasumiVR v1.11.0

21 Dec 16:49
97ff259
Compare
Choose a tag to compare

Added

  • Automations for controlling the volume and mute state of all system audio devices.
  • Russian language support (Community contribution by Kanjir0)
  • Hardware mode for the overlay mic mute indicator's voice activity, for use with other games than VRChat.
  • A credential saving option for remembering your VRChat credentials.
  • Automation for disabling the sleep mode after its been enabled for a specified amount of time.
  • An option for your system microphone to change its mute state when joining a world in VRChat.
  • Option for preventing the overlay from opening when VRChat is not running.
  • Support for custom Windows power policies
  • Custom nicknames for controller, tracker, and base station devices.
  • Option for ignoring specific basestations in automations.
  • Support for setting custom hotkeys (With actions for sleep mode toggling/enabling/disabling, running sleep preparation, running the shutdown sequence, and turning devices on and off)
  • Detection for initialization failures and error handling.
  • Added support for OSCQuery
  • Status information view to the settings, for showing technical information regarding OyasumiVR and some of its internals.
  • Automation for running a OSC script whenever the user prepares to go to sleep.
  • Added OSC commands for turning on and turning off all base stations.

Changed

  • When your VRChat session expires and you've opted to store your credentials, OyasumiVR will automatically attempt to log you back in.
  • Improved reliability of base station power management
  • Brightness automations no longer apply on start as a default setting
  • Updated to Tauri v1.5
  • Rewrote OSC control (Old OSC addresses remain supported, but check the wiki page on OSC control for any updates)

Fixed

  • Updated missing and improved existing Simplified Chinese translations (by 雾雨花精灵 and i0nTempest).
  • Default bindings sometimes triggering haptics for some users.
  • Improved search performance in the friend selection modal for automatically accepting invite requests.

Removed

  • VRChat settings
  • OSC configuration options (Now handled by OSCQuery)

OyasumiVR v1.10.4

07 Dec 09:49
610a7d5
Compare
Choose a tag to compare

Fixed

  • Fixed failing resource preloads sometimes causing OyasumiVR to fail to start.
  • Fixed telemetry settings not always being saved properly.

OyasumiVR v1.10.3

05 Nov 19:31
b243d66
Compare
Choose a tag to compare

Added

  • Improved initialization logging for debugging purposes

Removed

  • Option for sleep animations to only trigger while all trackers are turned off

Fixed

  • Migration bug for automation configurations.
  • Do not register the application manifest in Steam builds.