Version 0.233
- Note that iterations 231-233 were combined into a single version.
Platform
- Various fixes for crashes that would happen on unexpected client states.
- Improved game detection for games running on DX12.
- Added support for the
Traditional Chinese
language in the client. - Temporarily disabled Overlay for CS2 when running in FullScreen.
API
- New API -
overwolf.streaming.getActiveRecordingApps()
- Returns which apps are currently using the
overwolf.streaming
recording engine, if any.
- Returns which apps are currently using the
- Updated result for
overwolf.streaming.start()
-overwolf.streaming.StreamResult
- Added the
activeRecordingApps
parameter, which will contain which other app is already using theoverwolf.streaming
recording engine, and if so, which app.
- Added the
- New API - Added two new fields to
overlayInfo
(overwolf.games.OverlayInfo):isFullscreen
- Whether or not the game is currently running in Fullscreen (mostly relevant for OOPO games).isOOPOFullscreenRenderingDisabled
- Whether or not Overlay rendering is disabled in this current game (mostly relevant for OOPO games).
Bug Fixes
- Fixed an issue where the
overwolf.streaming
recording engine would stay on if the app that called it crashed. - Fixed an issue where the
detectedRenderer
parameter returned by severaloverwolf.games
methods would sometimes be set tounknown
. - Fixed an issue where calling
overwolf.io.listenOnFile()
on files Overwolf did not have access to read would crash the calling app.