1. OVR Toolkit
  2. News
  3. Changelog for 27-09-2021

Changelog for 27-09-2021

27-09-2021

Added:
- Added Window Crop menu to Simulator Mode's Window Settings.
- Updated keyboard exporter tools. (Thanks @Tayou 💜!)

Changes:
- Changed a very intrusive sound to a less intrusive sound. No more context needed.
- Keyboard suggestions/voice input bar now resizes with the keyboard. (Controls remain normal size to be consistent with other overlays)
- Keyboard position is now saved per-profile.
- Keyboard lock now saves between sessions.
- Removed legacy 'Low battery sound' option on desktop window. Please use the sliders in 'Global Settings > Interface > Volumes' instead!
- Simulator Mode menus now cycle around. (Pushing down at the bottom of a list goes to the top)
- Webcam captures now default to flipped both vertical and horizontal. (Seems to be most common settings for cameras)
- Switched APIs used for keyboard key emulation to improve compatibility with other applications. (From keybd_event to SendInput)
- Updated default keyboards included with the KeyboardTemplates package.
- Fixed the fix for the Environment.UserName crash. (A 23 was supposed to be a 24, literally that simple. Substring problems)

Bug fixes:
- Hopefully fixed keyboard spawning at 0,0,0. (Being in the floor on startup)
- Fixed a Simulator Mode menu navigation issue which caused invisible items to be navigated in Window List.
- Fixed webcam selection not working in Simulator Mode.
- Fixed 'Window not found' message not clearing after switching from a missing webcam window to displaying a connected webcam.
- Fixed Window Cropping not working on webcam and browser windows.
- Fixed Chroma Key not working on webcam captures.
- Fixed backslash key being incorrectly mapped on default US keyboard.
- Re-center point no longer changes on switching profiles. Windows will spawn in relative to the same location as the last profile used.

Custom Apps changes:
- Added 'SetBrowserResolution' Web API call to dynamically set resolution of an already spawned overlay.
- Added selection dropdown to Custom Apps Debug page to allow selecting the specific overlay to view details of versus just the one currently selected in VR.
- Fixed 'getUniqueID' web API call not returning anything if called on the entry app overlay. (Now returns -1 for invalid)