Changelog
Overwolf is now maintaining only 6 months in the current changelog. All older posts have been moved to the Changelog archive.
- Overwolf Electron
- GEP
- Developer's Console
- Documentation Updates
- Electron general
- Electron builder
- Overlay package
- Recorder package
Version 39.6.0
Improvements
- AdView element improvements:
- Added validation checks for AdView element creation.
- Improved AdView's viewability validations.
- Improved GEP game detected event so now its supports
asynccallback.
Bug Fixes
- Fixed an issue with memory leaks with AdView element management.
- Fixed issues with several deprecation node warnings.
- Fixed an issue with in-game window resizing.
Breaking Changes
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 38.
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 39.
Version 37.10.3
Platform
Improvements
- Improved in-game window dragging behavior for smoother, more reliable interaction.
Breaking Changes
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 37
Version 37.7.0
Platform
- Updated the underlying Electron version to 37.7.0.
- Ensure Electron
crashReporterdoesn't collect report crashes of the AdView process.
Breaking Changes
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 37.
Version 37.2.6
Platform
Breaking Changes
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 37.
Version 34.5.5
Platform
Bug Fixes
- Fixed an
AdViewvisibility issue when callingwindow.hide().
Breaking Changes
- It is recommended to check for any breaking changes. For more information, see Planned breaking API changes 34..
Version 34.4.1
Platform
- Updated the underlying Electron version to 34.4.1.
- Added support for
nameparam in theBrowserWindowoptions. This is used for setting a custom name for theBrowserWindow.- The
nameparam is normalized and will remove any whitespaces and special characters.
- The
Breaking changes
- It is recommended to check for any breaking changes. For more information, see Planned Breaking API Changes (34.0)
Version 34.3.3
Platform
Breaking Changes
- If you have a directory called
databasesin the directory returned byapp.getPath('userData'), it will be deleted when Electron is first run. For more information, see Directory databases inuserDatawill be deleted.
Version 26.8.5
Platform
- Updated the underlying Electron Builder version to 26.8.5.
Bug Fixes
- Fixed an issue where LF line endings are now enforced for Linux templates.
- Fixed an issue with quotes from
/d= install pathin order to prevent copy failure.
Version 26.0.12
Platform
- Updated the underlying Electron Builder version to 26.0.12.
Bug Fixes
- Fixed an issue where CMP settings were reset after an app's update/reinstall.
Version 26.0.11
Platform
- Updated the underlying Electron Builder version to 26.0.11.
Changes
- It is recommended to check for any changes made to the Electron Builder. For more information, see What's changed.
2026
April
Version 1.12.5
Bug Fixes
- Fixed an issue where a
mouse upevent was blocked after a hot key press event, resulting in stuck inputs. - Fixed an issue where a keyboard
key-upevent was blocked after a hotkey press event, resulting in stuck inputs.
Version 1.11.6
Bug Fixes
- Fixed an issue where D3D12 crashes on exit with DLSS/gShade.
- Fixed an issue with the FreeGraphics release order.
- Fixed an issue in Slay The Spire 2 game window detection.
March
Version 1.10.14
Improvements
- Improved mouse handling for OOPO games.
- Improved GPU detection logging. This may cause issues where rendering hangs (approximately 10ms) on startup.
Bug Fixes
- Fixed an issue where runtime deprecation warning messages were issued for ow-electron version 39.
January
Version 1.10.7
Improvements
- Improved mouse input latency for improved in-game window interactions.
- The
game-focus-changedevent can now be fired without injecting into the game.
Bug fixes
- Fixed an issue with in-game window resizing.
- Fixed an issue where interacting with an in-game window while holding a passthrough hokey would cause the game to lose focus.
Version 1.10.2
Bug Fixes
- Fixed an issue where the mouse wheel did not work when the game’s window was positioned left of the main monitor.
- Fixed an issue where the
clickanddbclickevents were sent when dragging a window. - Fixed an issue where in-game windows creation could cause a crash.
- Fixed a case where
alt+tabcould cause a game crash in some d3d11 games.
Improvements
- Added support for HDR in Vulkan games. Currently supports Path of Exile 2.
2025
December
Version 1.9.12
Bug Fixes
- Fixed an issue where entering/exiting Minecraft Bedrock in fullscreen caused a crash.
- Fixed an issue where Minecraft Bedrock had input while in exclusive mode.
- Fixed an issue where in some games, setting a window as
passthroughdid not work.
November
Version 1.9.0
Improvements
- Improved the overlay package APIs to use async event emissions.
- Added
StrictToGameWindowoption toOverlayOptions:- When set to
true, the overlay window will not exceed game window boundaries when dragged.
- When set to
- Added
requestGameInjectionmethod to theIOverwolfOverlayApito request injection for a specified game class ID. - Added
startDraggingmethod to theOverlayBrowserWindowinterface. - Added fullscreen indications to the
GameWindowInfointerface only for OOPO games:isFullscreenisOOPOFullscreenRenderingDisabled
Bug Fixes
- Fixed an issue in Valorant, where entering a menu required multiple mouse clicks to gain control of the game.
- Fixed an issue where the
game-window-changedandgame-focus-changedevents were continuously fired in OOPO games. - Fixed an issue where an in-game window could be maximized beyond set limits.
- Fixed an issue where a hidden in-game window doesn't get focus after being restored, if focus was switched to other window.
- Fixed an issue where where an
owe overlaywindow showed in the taskbar when exclusive mode is set tocustom. - Fixed an issue where a half transparent overlay stays after the window size exceeds the minimum.
- Fixed an issue where an overlay window stays on the screen without an active game on the same screen.
- Fixed an issue where a half-transparent overlay appeared when changing the screen in OOPO supported games.
- Fixed an issue where double clicking a window would pass through to the game when
passthroughis set to off. - Fixed an issue where the in-game window is cut off when resizing beyond the maximum size limit.
- Fixed an issue where a white background appeared after pressing
alt+tabwhen changing focus in Valorant.
October
Version 1.8.44
Improvements
- Enhanced behavior of
window.moveTop(),window.show()andwindow.focus()for OSR windows. window.show()will show the window and give it focus.window.focus()will focus the the specific window. Will only work if another OSR window is currently in focus, or if it is in exclusive mode.window.moveTop()will bring the window to the front.- The
window.focus()andwindow.moveTop()methods will only work if the specific window is currently visible. - OSR window now supports the
maxWidthandmaxHeightparams. - Improved the following OOPO behaviors:
- monitor switching
- fullscreen state
- Minimizing
- alt+tabok
Bugs
- Fixed an issue where OSR windows became half-transpaernt when changing the game's display of OOPO supported games.
- Fixed an issue where OSR windows would stay on the screen after changing the game's display.
- Fixed an issue where a
owe overlaywindow could be seen in the taskbar when entering a custom exclusive mode. - Fixed an issue where OSR windows could not be dragged in certain games.
- Fixed an issue where a half-transparent overlay stayed after resizing an OSR window beyond its set minimum size.
- Fixed an issue where OSR windows could be resized beyond their set
maxWidthandmaxHeightvalues using thesetSize()method. - Fixed an issue where an OSR window would not get focus when opened.
Version 1.8.39
Improvements
- Improved coexistence with RTSS.
- Improved logic and cursor detection for the
game-input-interception-changedevent.
Bug Fixes
- Fixed an issue where the
displayobject often returned asnullwhen a monitor is using more than 100% dpi. - Fixed an issue where mouse events weren’t sent when
mouseDownis triggered, and the cursor is outside of the in-game’s window bounds. - Fixed an issue where cursor type
defaultrendered as the “hand” cursor and not the “arrow” cursor. - Fixed an issue with game capture in OOPO games
- Fixed an issue where under certain circumstances the
game-input-interception-changeddidn't stop firing.
September
Version 1.8.32
Bug Fixes
- Fixed rare cases where the Overlay package failed to inject into games.
- Fixed cases where
FromSoftwaregames crashed to the desktop.
Version 1.8.21
Bug Fixes
- Fixed window color rendering in Vulkan and OpenGL games.
- Fixed an issue where in-game windows rendered with dull colors in HDR-supported games.
- Fixed an issue that caused Dx12 games to crash.
- Fixed a crash in Path of Exile when switching from Dx12 to Vulkan and vice versa.
- Fixed an issue where in-game windows could be resized beyond the set
minHeightandminWidthvalues.
August
Version 1.8.14
Bug Fixes
- Fixed an issue where a colored overlay appeared after closing exclusive mode in OOPO games.
- Fixed an issue where in-game windows could appear as half-transparent in OOPO games.
- Fixed an issue where
GameWindowInforeturned the wrong game window size in some games. This happened when the game's resolution is different than the display resolution. - Fixed an injection issue with games that have at least 1 suffix before the extension name.
- Fixed an issue where hotkeys would not register for OOPO games.
July
2026
may
Version 0.32.35
Improvements
- Removed the 4096 pixel output resolution cap, enabling HEVC encoded recordings up to 8K.
April
Version 0.32.33
Bug Fixes
- Fixed an issue when stopping the recording and starting a new one before the obs-process hasn't terminated.
- Fixed an issue where OBS fails to start another recording process when the previous process hasn't terminated.
- Fixed an issue where recording fails if an OOPO game is recorded and one of the window sources has failed to start.
January
Version 0.32.25
Improvements
- Added support for setting audio device filters. For more information, see AudioFilter.
- Added support for setting both an Image and Color source. For more information, see CaptureSourceType.
2025
December
Version 0.32.20
Improvements
- Improved OBS connection handling:
- Added retry logic.
- Running the OBS process 2 times with a different port.
- Added more retries to connect to the OBS process.
- Fixed
RecordingInformationtypes mismatch:- Updated
EncoderProperty:defaultis now optional.valuesis now array and not map.valuesDescwas added.
- Updated
Bug Fixes:
- Fixed a bug where the game PUBG couldn't be recorded.
October
Version 0.32.12
Improvements
- Added support for
addBrowserWindowSourcewhich takesBrowserWindowparameters and settings. - Updated the
CaptureSourceSettingsto include an optional name and transform object. - Added source transform options:
- A transform object when adding a new source.
setSourceTransformfrom theIOverwolfRecordingApiafter source creation/ during recording.notesetSourceTransformrequires a source name that you set with theCaptureSourceSettingsobject. If you don’t, it will be assigned automatically when adding the source. Retrieve the name using theCaptureSettingsobject you get after callingbuild().
Version 0.32.11
Improvements
- Added
app.overwolf.packages.recorder.ffmpegPathwhich returns the ffmpeg file path. - Added
app.overwolf.packages.recorder.binFolderPathwhich returns the obs binaries folder.
Version 0.32.10
Bug Fixes
- Fixed a
connection errorissue when the user has Cyrillic characters in the folder path. - Fixed an issue with game capture in OOPO games.
September
Version 0.32.7
Bug Fixes
- Fixed an issue where OOPO Games crashed when using
addGameSource().addGameSource()will throw an error when trying to inject into an OOPO game, indicating that you need to useaddWindowSource()instead.- Added flag
OOPOto the game's GameInfo Object, to indicate if the game supports OOPO or not.
2026
May
Version 305.0.7
- PUBG
- Fixed events.
Version 305.0.5
- Deadlock
- Added new
match_clockevent. For information, see match_clock-note. - Added new
game_pausedevent. For more information, game_paused-note. - Added new
tower_destroyedevent. For more information, see tower_destroyed-note. - Added new
incoming_damageinfo. For more information, see incoming_damage-note.
- Added new
- Minecraft
- Fixed fps issues with Lunar client.
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed
game_titleinfo-update. - Add reset for
nicknamesonmatchEnd.
- Fixed
Version 305.0.2
- POE 1
- Fixed events when using Vulkan.
- Minecraft Bedrock
- Fixed
world_idissue.
- Fixed
- TFT
- Fixed
shop_visibledetection.
- Fixed
Version 305.0.1
- Marvel Rivals
- Add support for the new character
DEVIL DINOSAUR. - Fixed an issue in
kill_feed.
- Add support for the new character
- Minecraft Bedrock
- Fixed
realms_info.
- Fixed
- WOW
- Fixed events.
Version 304.0.9
- Fortnite
- Fixed events.
- Fixed
game_titleissue.
- Diablo 4
- Fixed events.
Version 304.0.8
- Fortnite
- Fixed events.
- Fixed
game_titleissue.
- Diablo 4
- Fixed events
Version 304.0.6
- LEP
- Fixed
platformId,display_name, andinternal_nameinfo updates.
- Fixed
- LOL Arena
- Fixed events.
- Valorant
- Fixed events.
- Overwatch
- Fixed events.
Version 304.0.5
-
TFT
- Added new Info Update
god_picked_favorFor more information, see god_picked_favor
- Added new Info Update
-
Fortnite
- Fixed an issue with
match_stats.
- Fixed an issue with
Version 304.0.4
- WoW
- Fixed events.
Version 304.0.3
- Minecraft Bedrock
- Fixed events.
- Diablo 4
- Fixed events.
Version 304.0.2
- Valorant
- Fixed the assist in the
kill_feedevent.
- Fixed the assist in the
- Deadlock
- Fixed player names with special characters.
- Rainbow 6
- Disabled
roundOutcomein deathmatch mod.
- Disabled
Version 304.0.1
- Fortnite MS Edition
- Enable events.
- LoL Arena
- Enable events.
- Roblox MS Edition
- Fixed events.
Version 303.0.8
- Fortnite
- Fixed shots, hits, and accuracy events.
- Diablo 4
- Fixed events.
- TFT
- Fixed damage event.
- WOW
- Fixed events.
April
Version 303.0.7
- Fortnite
- Fixed events.
- Rainbow 6
- Fixed some event issues.
Version 303.0.6
- Overwatch 2
- Fixed events.
- Diablo 4
- Fixed events.
- WOW
- Fixed events.
- FFXIV
- Fixed events.
- Valorant
- Fixed events.
Version 303.0.5
- LOL + TFT + Arena
- Fixed events with backward compatibility.
- Diablo 4
- Fixed events.
- Dota 2
- Fixed
heroselection issue in theroster.
- Fixed
Version 303.0.4
- WoW
- Fixed events.
Version 303.0.3
- WOW
- Fixed events.
- Escape from Tarkov Fixed events.
- CS2
- Fixed events.
- MTGA
- Fixed events .
Version 303.0.2
- Fortnite
- Fixed events.
Version 303.0.1
- Marvel
- Fixed
match_outcome. - Added new hero BLACK CAT.
- Fixed
- CS2.
- Fixed duplicate
kill_feedissue.
- Fixed duplicate
- TFT
- Set rounds 5-1 and 5-5 to PVP in
round_type.
- Set rounds 5-1 and 5-5 to PVP in
Version 302.1.5
- Fortnite MS edition
- Fixed events.
storm_infois still a work in progress.
- R6
- Added new 1vs1 playlist to
game_mode.
- Added new 1vs1 playlist to
Version 302.1.4
- Fortnite
- Fixed events.
storm_infois still a work in progress.
- Overwatch
- Added new hero SIERRA.
Version 302.1.3
- Overwatch
- Fixed events.
Version 302.1.2
- Valorant
- Fixed events.
Version 302.1.1
- TFT
- New game events for set 17. For more information, see match_info:
god_namesgod_favors
- New game events for set 17. For more information, see match_info:
Version 302.0.5
- Tarkov
- Fixed events.
\
Version 302.0.4
- TFT / LOL / Arena PBE
- Fixed events.
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed the
rarityparam initem_xinfo update.
- Fixed the
Version 302.0.3
- WoW
- Fixed events.
Version 302.0.2
- TFT PBE
- Fixed an issue with
augmentinfo.
- Fixed an issue with
- Marvel Rivals
- Fixed an issue with
match_outcomeinfo. - Added new
is_disconnectedparameter torosterinfo.
- Fixed an issue with
Version 302.0.1
- TFT PBE
- Fixed events.
Version 301.2.5
- Overwatch
- Fixed events.
Version 301.2.4
- Fortnite MS edition
- Fixed events.
- Fortnite
- Fixed
hitandaccuracy.
- Fixed
Version 301.2.4
-
Valorant
- Fixed events.
-
Fortnite
- Fixed events.
hit,accuracy, andrarityare still a work in progress.
-
Overwatch
- Fixed events .
March
Version 301.2.2
- LOL
- Fixed events based on PBE with backwards compatibility.
- LOL Arena
- Fixed events based on PBE with backwards compatibility.
- Minecraft
- Added support for Fabric in Minecraft version 26.1.
- Fortnite
- Fixed
itemsin ranked mode.
- Fixed
Version 301.2.1
- Fortnite
- Added a new event for the
bus_line. For more information see Location.
- Added a new event for the
- WOW
- Fixed events.
- TFT
- Fixed events based on PBE with backwards compatibility.
- Minecraft
- Fixed
realmsinfo.
- Fixed
Version 301.0.8
- Wow
- Fixed events.
Version 301.0.7
- Minecraft Bedrock
- Fixed
location.
- Fixed
- POE2
- Fixed
in_town.
- Fixed
Version 301.0.6
- POE 2
- Fixed events.
in_towninfo is still a work in progress.
- R6
- Added a new
playlisttype ingame_modeinfo.
- Added a new
Version 301.0.4
- Dota 2
- Fixed events.
- Diablo 4
- Fixed events.
- WoW
- Fixed events.
- Minecraft
- Fixed
chatinfo in MC version 26.1.
- Fixed
Version 301.0.3
- Valorant
- Temporarily disabled
planted_siteinfo.
- Temporarily disabled
Version 301.0.2
- Valorant
- Fixed planted site issue.
Version 301.0.1
- Arknights: Endfield
- Added support for new game events. For more information, see Arknights: Endfield.
- Minecraft Bedrock
- Fixed the scene names issue.
- Marvel Rivals
- Added support for the new hero White Fox.
- Valorant
- Fixed planted site event.
- Rainbow 6
- Fixed an issue with the roster event.
Version 300.2.6
- Fortnite
- Fixed events.
rarityparameter ininventoryis still a work in progress.
Version 300.2.5
- Fortnite
- Fixed
hit,accuracy, andtotal_shots.
- Fixed
- Marvel Rivals
- Fixed
rosterinfo update.
- Fixed
- WOW
- Fixed events.
Version 300.2.4
- Fortnite
- Fixed events.
- Fixed
matchIDin creative mode. hit,accuracy,total_shots, andrarityparameter ininventoryare still a work in progress.
- Diablo 4
- Fixed
goldinfo update.
- Fixed
Version 300.2.3
- WOW
- Fixed events.
- TFT
- Fixed an issue with board and bench info updates.
Version 300.2.2
- Valorant
- Fixed events.
Version 300.2.1
- Diablo 4
- Fixed events.
- Deadlock
- Fixed
match_outcomeevent.
- Fixed
- TFT
- Fixed events based on PBE with backward compatibility.
- Added
opponent_board_piecesinfo-update. For more information, seeboard
- LOL + Arena
- Fixed events based on PBE with backward compatibility.
- Rocket League
- Fixed events.
Version 300.1.1
- Valorant
- Fixed an issue when trying to run Electron and Overwolf in parallel.
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
Version 300.0.4
- Overwatch
- Fixed events.
- Minecraft Bedrock
- Added reset to
dimensionandworld_idinfo updates.
- Added reset to
Version 300.0.3
- Overwatch
- Fixed events.
- Wow
- Fixed events.
- Fortnite
- Fixed and
hitandaccuracy.
- Fixed and
Version 300.0.2
- Deadlock
- Fixed roster issue.
- Added support for Street Brawl game mode.
- Added support for new heroes APOLLO and PAIGE.
- Tarkov
- Fixed
match_startin PVE and Practice modes.
- Fixed
Version 300.0.1
- POE
- Fixed events.
- OW2
- Added support for Stadium ranked game type.
Version 299.11.0
- POE2
- Fixed
party_playersinfo update.
- Fixed
- WOW
- Fixed events.
Version 299.10.0
- Fortnite
- Fixed events.
hit,accuracy, andstorm_infoare still a work in progress.
- Tarkov
- Fixed events .
Version 299.0.9
- Valorant
- Fixed events.
planted_siteis still a work in progress.
- Repo
- Fixed
match_outcomeissue.
- Fixed
Version 299.0.8
- R6
- Enabled
game_mode. For more information, seegame-mode. - Added maps
OUTBACKandVILLA.
- Enabled
- LoL Arena + LOL Aram Mayhem
- Fixed
augmentsandpicked_augmentInfo Updates.
- Fixed
- Valorant
- Fixed events.
- WOW
- Fixed events.
Version 299.0.7
- R6
- Fixed events.
- LoL
- Fixed events based on PBE with backward compatibility.
- Added
augmentsandpicked_augmentInfo Updates to ARAM Mayhem mode. For more information, seeaugments. - Fixed
jungle_campsin ARAM mode.
- TFT
- Fixed events based on PBE with backward compatibility.
- LoL Arena
- Fixed events based on PBE with backward compatibility.
- Overwatch 2
- Fixed an issue with
round_starttiming.
- Fixed an issue with
Version 299.0.5
- Ow2
- Fixed an issue with
round_starttiming.
- Fixed an issue with
- WoW
- Fixed events.
- Marvel Rivals
- Fixed an issue with
ult_chargeparameter inrosterwhen using Deadpool.
- Fixed an issue with
- Deadlock
- Fixed an issue with
itemsandrosterevents.
- Fixed an issue with
- Rainbow 6
- Fixed
phaseinfo-update when canceling a matchmaking. - Fixed the
roleparameter in therosterwhen playing in free for all game mode.
- Fixed
Version 299.0.3
- Valorant
- Fixed missing players from
rosterandscoreboardin Deathmatch.
- Fixed missing players from
- WoW
- Fixed events.
February
Version 299.0.2
- Valorant
- Fixed events.
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- MTGA
- Fixed draft events.
- Genshin Impact
- Fixed
character_nameandcharacter_switchevents.
- Fixed
Version 299.0.1
- Fortnite
- Added new Info Update
storm_info. For more information, seestorm_info. - Fixed
game_typeinfo.
- Added new Info Update
- TFT
- Fixed an issue with
shop_visibleinfo.
- Fixed an issue with
- Valorant
- Fixed team deathmatch detection in
game_modeinfo.
- Fixed team deathmatch detection in
- Warframe
- Fixed timing issue in
usernameinfo.
- Fixed timing issue in
Version 298.4.5
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 298.4.4
- Fornite
- Fixed events.
Version 298.4.3
- Fornite Fixed events.
Version 298.4.2
- Valorant
- Fixed events.
- Wow
- Fixed events.
Version 298.4.1
- LOL
- Fixed events based on PBE with backward compatibility.
- TFT
- Fixed events based on PBE with backward compatibility.
- Added new info-update
shop_visible. For more information, seeevents-1.
- Escape from Tarkov
- Fixed an issue with triggering some game events.
- Roblox
- Fixed an issue with triggering some game events.
Version 298.3.3
- WOW
- Fixed events.
- Fortnite
- Fixed an issue with the inventory event.
- Marvel Rivals
- Added support for the new hero ELSA BLOODSTONE.
Version 298.3.2
- Deadlock
- Fixed events.
- Added support for new heroes.
- OW2
- Fixed events.
- Added support for new heroes.
- Minecraft Bedrock
- Fixed events.
Version 298.3.1
- Apex
- Fixed broken events.
- Wow
- Fixed broken events.
- Fortnite
- Added new
build_modeandis_rankedInfo Updates. For more information, seeis_ranked
- Added new
Version 298.2.1
- Rainbow 6
- Fixed an issue with the match
score. - Restored game events:
match_idmap_idphaseround_numberround_startround_endroundOutcomematchOutcome
- Fixed an issue with the match
- PUBG
- Fixed events.
- TFT
- Fixed an issue with the item names format.
Version 298.0.1
- Fortnite
- Fixed events.
Version 297.2.3
- Fortnite
- Fixed events.
- WOW
- Fixed events.
Version 297.1.3
- TFT
- Fixed an issue with
round_startandbattle_startevents.
- Fixed an issue with
Version 297.1.2
- Valorant
- Fixed events.
- LOL + TFT + Arena
- Fixed events.
- Escape from Tarkov
- Fixed
match_startissue.
- Fixed
- WOW
- Fixed events.
- Diablo 2
- Fixed events.
January
Version 297.1.1
- Valorant
- Fixed
spike_defusedandspike_detonatedevents.
- Fixed
- Fortnite
- Fixed
items,hit,accuracy, andtotal_shotsfor 5 players.
- Fixed
- Minecraft
- Fixed an issue in version 1.12.2.
- Escape from Tarkov
- Fixed an issue with the timing of
match_endevent.
- Fixed an issue with the timing of
- Warframe
- Added new event
chat. For more information, see chat.
- Added new event
- Arc Raiders
- Fixed an issue with
scenedetection. - Fixed some issues while spectating other players.
- Fixed an issue with
- LOL
- Fixed an issue with the
live_client_dataevent.
- Fixed an issue with the
Version 297.0.3
- Arc raiders
- Enabled game events.
- Hytale.
- Enabled game events.
- POE2
- Fixed
party_playersevent.
- Fixed
- Fortnite
- Fixed events.
items,hit,accuracy, andtotal_shotsevents for 5 players squad are still a work in progress.
- R6
- Fixed events.
- Fixed
match_startandmatch_endevents.
Version 297.0.2
- WOW
- Fixed events.
- Deadlock
- Fixed events.
- CS2
- Fixed
kill_feedevent.
- Fixed
Version 296.2.2
- Fortnite
- Fixed events.
inventory,xpaccuracy,hit, andtotal_shotsare temporarily disabled.
- Marvel Rivals
- Fixed an issue with
banned_characters.
- Fixed an issue with
Version 296.2.1
- Valorant
- Fixed events.
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 296.2.1
- LOL + TFT
- Fixed events based on PBE (backward compatible).
- Fixed Darkin Weapon selection in
item_select.
- Minecraft
- Fixed Optifine support for 1.21.11.
- Fixed NeoForge support issue.
- Overwatch 2
- Fixed
match_outcomeissue/
- Fixed
- 2XKO
- Fixed events.
- Marvel Rivals
- Added support for multiple Deadpool character types in
rosterandbanned_character. - Added new
selected_characterevent. For more information, see info updates
- Added support for multiple Deadpool character types in
Version 296.1.2
- GEP general
- Fixed some issues with game detection (e.g., Dota 2 and Rocket League).
- PEAK
- Fixed
player_nameanddeathevents.
- Fixed
- Escape from Tarkov
- Fixed events.
- Genshin impact
- Fixed the
player_idevent..
- Fixed the
- Added support for new games:
- Battlefield 6
- Minecraft bedrock
- Rematch
- Roblox Microsoft edition
- 2XKO
- Monster Hunter
- R.E.P.O
- Schedule 1
- Splitgate 2
- Elden Ring Nightreign
Version 296.0.2
- Valorant
- Fixed events.
Version 296.0.1
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
- Dota
- Fixed
pickConfirmedparameter in turbo mode.
- Fixed
- Escape from Tarkov
- Fixed
deathevent.
- Fixed
Version 294.1.11
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
Version 294.1.10
- LOL
- Fixed events.
Version 294.1.9
- Apex
- Fixed events.
damageandtotalDamageDealtare still a work in progress.
- PUBG
- Fixed events.
- TFT
- Fixed events based on PBE with backward compatibility.
2025
December
Version 294.1.6
- Tarkov
- Fixed an issue with
quest_listinfo update.
- Fixed an issue with
- Fortnite
- Fixed an issue with the
sceneinfo update.
- Fixed an issue with the
- Elden Ring Nightreign
- Fixed an issue with the game detection.
- LOL / TFT
- Fixed
players_taglineinfo update.
- Fixed
- Peak
- Fixed an issue with the
sceneinfo update.
- Fixed an issue with the
Version 294.1.5
- Diablo 2
- Fixed events
- Apex
- Fixed
match_startevent.
- Fixed
Version 294.1.4
- Diablo 4
- Fixed the
xpevent.
- Fixed the
- POE 2
- Fixed
party_playersinfo update.
- Fixed
- WOW
- Fixed events.
- Fortnite
- Fixed events.
Version 294.1.2
- Fortnite
- Fixed events.
Version 294.1.1
- POE 2
- Fixed
opened_pageandchatevents. party_playersis still temporarily disabled.
- Fixed
- Valorant
- Fixed tagline issue when using special characters.
- Marvel Rivals
- Added support for the new character
Rogue.
- Added support for the new character
- Fortnite
- Fixed
hitandmodeevents.
- Fixed
- R6
- Added
healthparameter to therosterinfo-update. - Fixed
is_anonymousflag in therosterinfo-update. - Restored
account_id_logandscoreinfo-updates. - Added support for the new operator
Thatcher.
- Added
- Tarkov
- Fixed events.
deathis still a work in progress.
- Dota 2
- Added support for the new hero
Largo.
- Added support for the new hero
Version 293.0.13
- POE 2
- Fixed events.
opened_page,party_players, andchatare temporarily disabled.
- Overwatch 2
- Fixed events.
- Diablo 4
- Fixed events.
xpinfo is temporarily disabled.
- WOW
- Fixed events.
Version 293.0.11
- PUBG
- Fixed events.
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- TFT / LOL
- Fixed
players_taglineinfo-update.
- Fixed
Version 293.0.10
- Fortnite Fixed events.
Version 293.0.3
- PUBG
- Fixed events.
- Escape From Tarkov
- Fixed events.
- Valorant
- Fixed events.
- WOW
- Fixed events.
- R6
- Fixed events.
Version 293.0.2
- Fortnite
- Fixed events.
- Fixed the missing
phasevalues.
- Valorant
- Fixed events.
- Fixed
ui_team_order_enemiesandui_team_order_alliesvalues format.
- Overwatch 2
- Fixed the support for the new hero "VENDETTA".
- Genshin Impact
- Fixed events.
- TFT
- Fixed anonymous player data.
Version 293.0.1
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
- Added support for the new hero "VENDETTA".
- PUBG
- Fixed events.
- Marvel Rivals
- Added support for the new game mode 18v18.
November
Version 292.0.10
- Overwatch 2
- Fixed events.
- Marvel Rivals
- Disabled
ult_chargeinrosterfor enemy players.
- Disabled
Version 292.0.9
- PUBG
- Fixed events.
- Valorant
- Fixed an issue with player names that contain special characters.
- Escape From Tarkov
- Fixed
quest_listevent.
- Fixed
Version 292.0.8
- Overwatch 2
- Fixed
rosterevents in practice range.
- Fixed
- WOW
- Fixed events.
- Fortnite
- Fixed events.
Version 292.0.7
- Valorant
- Fixed
planted_siteevent.
- Fixed
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- Marvel Rivals
- Fixed
kill_feedevent. - Added new characters
GAMBITandTimes Square, the new social mode.
- Fixed
- TFT
- Fixed events based on PBE with backward compatibility.
- LEP
- Fixed
player_info.
- Fixed
Version 291.0.6
- POE
- Fixed events.
- Overwatch 2
- Fixed events.
- Valorant
- Fixed events.
Version 291.0.5
- OW2
- Fixed events.
- Dota2
- Fixed events.
- Fortnite
- Fixed events.
Version 291.0.4
- PUBG
- Fixed events.
- Fortnite
- Fixed events.
Version 291.0.3
- LOL
- Fixed
live_client_dataissue.
- Fixed
- TFT
- Fixed
live_client_dataissue.
- Fixed
Version 291.0.2
= LOL
-
Fixed events based on PBE with backward compatibility.
-
TFT
- Fixed events based on PBE with backward compatibility.
Version 291.0.1
- PoE 1
- Fixed events.
October
Version 289.0.2
- Overwatch 2
- Fixed events.
- Marvel Rivals
- Fixed
objective_statusinfo-update.
- Fixed
- LoL
- Fixed
icon_statusparameter injungle_campinfo-update.
- Fixed
- Apex
- Fixed
damageandtotalDamageDealtinfo-updates.
- Fixed
- R6
- Remove DLL in
Electron.
- Remove DLL in
Version 289.0.1
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed events.
- Marvel Rivals
- Fixed events.
- Added support for the new mode Marvel Zombies.
objective_progressis still a work in progress.- Added new character
DAREDEVIL.
- PUBG
- Fixed events.
- Warframe
- Fixed inventory.
Version 288.1.11
- OW2
- Fixed events.
- Apex
- Fixed
weaponsandinUseevents.
- Fixed
- TFT
- Fixed events based on PBE with backward compatibility.
- Marvel Rivals
- Added new character
DAREDEVIL.
- Added new character
Version 288.1.10
- Fortnite
- Fixed events.
- POE 2
- Fixed events.
- Valorant
- Fixed
match_endand KDA events.
- Fixed
Version 288.1.9
- Fixed broken events.
Version 288.1.8
- TFT
- Fixed events based on PBE with backward compatibility.
Version 288.1.6
- Overwatch 2
- Fixed events.
Version 288.1.5
- Fortnite
- Fixed events.
- POE 2
- Fixed
party_playersissue.
- Fixed
September
Version 288.1.4
- R6
- Fixed
player_idissue.
- Fixed
- Fortnite
- Fixed
sessionIDissue.
- Fixed
- Marvel Rivals
- Added support for the new
Hearth of heavenmap. - Added support for more free fight maps.
- Added support for the new
Version 288.1.3
- Fortnite
- Fixed events.
- Apex
- Fixed
damageandtotalDamageDealtevents.
- Fixed
- CS2
- Fixed the
headshotparameter in thekill_feedevent.
- Fixed the
- TFT
- Fixed the game events in the new game mode
Ao Shin's Ascent.
- Fixed the game events in the new game mode
Version 288.1.2
- Valorant
- Fixed
abilitiesevent.
- Fixed
- Rainbow 6
- Fixed roster issues.
- Diablo 4
- Fixed events.
Version 288.1.1
- POE2
- Added new event
party_players. For more information, see game_info.
- Added new event
- LOL + TFT
- Fixed events based on PBE with backward compatibility.
Version 288.0.1
- R6
- Fixed
player_idparameter inroster.
- Fixed
Version 287.0.9
- Fortnite
- Fixed events.
Version 287.0.7
- Valorant
- Fixed events.
- PUBG
- Fixed events.
- Overwatch 2
- Added new game mode
STADIUM_UNRANKED.
- Added new game mode
- Apex
- Fixed events.
- Added new game mode
Ranked. - Added new map
Kings Canyon. platform_id,origin_idin the roster,tabsandkillsevents are still a work in progress.
Version 287.0.6
- POE2
- Fixed events.
- PUBG
- Fixed events.
Version 287.0.5
- Fortnite
- Fixed events.
Version 287.0.4
- Fortnite
- Fixed events.
- Valorant
- Fixed
scoreboardevent.
- Fixed
- LEP
- Added a new event to get the champ selection in Aram. For more information, see
champ_select.
- Added a new event to get the champ selection in Aram. For more information, see
- TFT
- Fixed
tag_lineparameter.
- Fixed
Version 287.0.3
- TFT
- Fixed events based on PBE with backward compatibility.
Version 287.0.2
- Fortnite
- Fixed events.
Version 286.0.9
- Valorant
- Fixed events.
Version 286.0.8
= POE 2
- Fixed events.
Version 286.0.7
- R6
- Fixed events.
phaseis temporarily disabled.
Version 286.0.6
- Valorant
- Fixed
planted_site. - Fixed
ui_team_order.
- Fixed
- TFT
- Fixed
round_typein Tocker's Trials game mode.
- Fixed
- Marvel Rivals
- Fix Throne of Knull map support.
August
Version 286.0.4
- POE 2
- Fixed events.
- The following events are still a work in progress:
opened_pageclosed_pagechat_message
Version 286.0.3
- LoL
- Added support for Doom Bots mode.
Version 286.0.2
- Overwatch 2
- Fixed events.
- LEP
- Fixed timing issue.
Version 286.0.1
- Marvel Rivals
- Added support for the new game mode
Resource rumble.
- Added support for the new game mode
- Fortnite
- Fixed events.
- POE 1
- Fixed events.
- TFT
- Fixed events based on PBE with backward compatibility.
Version 285.0.9
- LoL
- Fixed
matchIdevent.
- Fixed
Version 285.0.8
- Valorant
- Fixed
rankedparameter ingame_mode.
- Fixed
- CS2
- Fixed
kill_feedevent.
- Fixed
- Apex
- Fixed E-District map P2020 and RE-45 weapons.
- Overwatch
- Fixed
rosterissue. - Added support for new hero.
- Fixed
Version 285.0.6
- Fortnite
- Fixed
inventoryissue.
- Fixed
Version 285.0.5
- Valorant
- Fixed
round_reportInfo Update.
- Fixed
Version 285.0.3
- Fortnite
- Fixed events.
- Valorant
- Fixed events:
kill_feedheadshot
- Fixed events:
Version 285.0.2
- Dota
- Fixed
MMRinfo.
- Fixed
- Valorant
- Fixed events.
- Temporarily Disabled events:
kill_feedheadshotround_reportabilitiesui_team_orderplanted_site
- TFT
- Fixed events.
- PUBG
- Added support for game events.
- R6
- Added support for game events .
Version 284.0.8
- Fortnite
- Fixed events.
- Halo
- Fixed events
Version 284.0.7
-
Apex
- Fixed events.
- Added new game mode
Wildcard. - Added new map
Kings Canyon Wildcard.
-
Overwatch 2
- Fixed events.
-
Dota 2
- Fixed events.
July
Version 284.0.5
- TFT
- Fixed an issue with
augmentssometimes being sent empty.
- Fixed an issue with
Version 284.0.4
- Fortnite
- Fixed events.
- Apex
- Fixed an issue with
match_summary.
- Fixed an issue with
Version 284.0.3
- CS2
- Fixed events.
- Marvel Rivals
- Fixed
sceneissue in practice mode.
- Fixed
Version 284.0.2
- TFT
- Fixed events based on PBE with backward compatibility.
Version 283.1.1
- Overwatch 2
- Fixed events.
Version 283.1.2
- Fortnite
- Fixed events.
Version 283.1.1
- Overwatch 2
- Fixed an issue with the
rosterinfo-update.
- Fixed an issue with the
- Valorant
- Fixed an issue with the
planted_siteevent in career mode.
- Fixed an issue with the
- Fortnite
- Added new event
over_shield. For more information, see over shield note.
- Added new event
Version 283.0.2
- Apex
- Fixed events.
Version 283.0.1
- Fortnite
- Fixed events.
Version 282.2.5
- Marvel Rivals
- Fixed events.
- Added support for the new map
Celestial husk. - Added support for new character
PHOENIX.
- Fortnite
- Fixed events.
- LOL
- Map all the
announcermessages.
- Map all the
Version 282.2.4
- Overwatch 2
- Fixed events.
- R6
- Fixed events.
- Marvel Rivals
- Fixed the events issue during the queue.
Version 282.2.2
- Marvel Rivals
- Fixed an issue with
ability_cooldown.
- Fixed an issue with
Version 282.2.1
- LOL
- Fixed an issue with some missing
announcervalues.
- Fixed an issue with some missing
- Marvel Rivals
- New game event—
ability_cooldown. For more information, see ability cooldown note - New game event—
objective_progress. For more information, see objective progress note. - Added new parameter
accuracyto theplayer_statsinfo update. For more information, see player stats note.
- New game event—
Version 282.1.2
- Diablo 4
- Fixed events.
- Dota
- Fixed
pickConfirmed.
- Fixed
Version 282.1.1
- Valorant
- Added new info-update
planted_location. For more information, see planted location note. - Added support for
region. For more information, see region note
- Added new info-update
- LEP
- Fixed
selected_positionsevent. - Added new event
quickplay_champions. For more information, see quickplay champions note.
- Fixed
2026
February
Revenue Statistics API
- Added a new set of APIs for the Revenue Statistics of the Developers Console. These endpoints allow you to pull your app's ads revenue statistics data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see the Revenue APIs.
House Ads by Geography
- Added a new feature that deploys House ads based on geographical location. House ads are now deployable both on a global and individual region basis. This allows the ability to target different regions with relevant ads (e.g., different pricing, special coupons, etc.). For more information, see House ads control.
January
Halted Version Support
- Added the ability to halt a rollout even after you have phased it to 99%. Users will no longer be able to download this version. Users who have downloaded the halted version will not be rolled back to the previous version. In addition, you can resume a rollout even after you have halted it at 100%. Users who haven't downloaded this version yet will now be able to do so. For more information, see Release rollout percentage.
2025
December
Apps Performance Dashboard
- Added a new dashboard for all apps performance. The All Apps Performance dashboard provides a high-level, aggregated view of performance metrics for partners managing many applications. This dashboard is designed to simplify cross-app analysis and financial tracking. For more information, see All Apps Performance Dashboard.
Developers Dashboard Performance APIs
- Added a new set of APIs for the Performance Statistics of the Developers Dashboard. These endpoints allow you to pull your app's performance data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see Performance APIs in the Developers Console documentation.
August
Links to Overwolf Changelog and Roadmap
- Added Overwolf Changelog and Product Roadmap to left navigation menu. Pressing on the Overwolf Changelog or on the Product Roadmap will open them in a new tab.
2026
May
Uninstall Survey
- Added a new guide for Uninstall Survey. This article describes the process of collecting user information when the user decided to uninstall your app. For more information, see Uninstall Survey.
February
Updated Subscriptions Pages
- Updated and clarified the Subscriptions pages and sections by consolidating and updating information. For more information, see:
- Overview—summary of why you should enable Subscriptions in your app.
- Tebex Integrated Solutions—options for implementing Tebex as part of your subscriptions.
Revenue Statistics API
- Added a new set of APIs for the Revenue Statistics of the Developers Console. These endpoints allow you to pull your app's ads revenue statistics data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see the Revenue APIs.
House Ads by Geography
- Added a new feature that deploys House ads based on geographical location. House ads are now deployable both on a global and individual region basis. This allows the ability to target different regions with relevant ads (e.g., different pricing, special coupons, etc.). For more information, see House ads control.
January
Tebex Subscriptions Selection Guide
- Added a new guide to help developers choose a subscription implementation for apps. Implementing payment solutions for your app subscriptions can be confusing and complex so Overwolf has included a quick comparison table. For more information, see the Subscriptions Selection Guide.
2025
December
Apps Performance Dashboard
- Added a new dashboard for all apps performance. The All Apps Performance dashboard provides a high-level, aggregated view of performance metrics for partners managing many applications. This dashboard is designed to simplify cross-app analysis and financial tracking. For more information, see All Apps Performance Dashboard.
November
New Guide for Testing and Debugging Your App
- Added new guide for Testing and Debugging Your App. This article discusses the best practices and steps to ensure a minimal amount of issues are encountered when submitting a new or updated app. For more information, see Testing your app.
New High Impact Ads Documentation
- Added new documentation for High Impact Ads. High impact ads are bold, attention-grabbing ads designed for maximum visibility, focusing on delivering immersive, interactive content to your users. For more information, see High Impact ads.
New Guide for Subscriptions
- Added a new guide for Adding Subscriptions to your App to the Growth section of the Product Guidelines. Subscriptions are one of the most effective ways for app developers to create a stable and predictable revenue stream. For more information, see Adding subscriptions to your app.
October
Developers Console Affiliations Management
- Added new documentation for Affiliations to the Developers Console. The Affiliations tab provides developers with tools to generate, manage, and track UTM tagged links to drive user acquisition. This enables visibility into affiliate driven app performance. For more information, see Affiliations.
September
Filtered Search Results
- Improved search index filtering to the documentation. Now, your search results will be filtered based on the selected framework Overwolf Native or Overwolf Electron.
New and Improved Product Guidelines
- Added new guides to the App screens and behaviors section:
- Hotkeys and settings—recommendations and best practices for using hotkeys in your app.
- Second screen—recommendations and best practices for implementing a second screen for your app.
- In-game overlays—recommendations and best practices for implementing in-game overlays.