Changelog
Overwolf is now maintaining only 6 months in the current changelog. All older posts have been moved to the Changelog archive.
- Overwolf Platform
- GEP
- Developer's Console
- Documentation Updates
2026
Version 0.304.0.11
New Features
- Added support for the open-on-click activation (launch URI) notification for the Windows notification center. Apps can now pass a
launchURI andactivationType(protocol|foreground|background) tooverwolf.notifications.showToastNotification. For activationType 'protocol', clicking the notification from the Windows notification center (after the live banner is gone) invokes the registered URL-scheme handler, which routes tooverwolf.extensions.onAppLaunchTriggeredwith the originurlschemeand the specified URI as the parameter. This is the same deep-link mechanism already used by the platform. For more information, seeoverwolf.notificationsactivation type.
Improvements
- Access to DevTools will be available only to users logged in with a Developer account. Make sure to relaunch the client after log in.
- All untrusted or invalid certificate URLs will now be blocked by default, including browser web traffic,
network fetch()requests, and terminal commands. - Added
isInputPassThroughproperty to themanifest.jsonwindow configuration. Updated theWindows.csinterface andWindowOptions.cswith new field/property. For more information, seemanifest.jsonWindow Basics table.
Bug Fixes
- Fixed an issue with overlay injection to Arc Raiders splash screen.
- Fixed an issue where Counter-Strike: 2 gets minimized when switching from fullscreen to fullscreen windowed.
- Fixed an issue in the window z-order in OOPO games by assuring the window is above game window and not
topmostwhen the game is not in fullscreen.
Version 0.300.0.11
Bug Fixes
- Fixed issues in OOPO control.
Version 0.300.0.5
New Features
- Out-of-Process Overlay (OOPO)—added ability to render overlay for OOPO games in fullscreen exclusive mode.
- Overlay is rendered with hotkeys, but without mouse and keyboard input in OOPO games (e.g. Battlefield, Counter-Strike: 2 (fullscreen exclusive).
Improvements
- Improved OOPO rendering performance.
- Users signed in with a Dev Account can now open Overwolf's developer tools (DevTools) without the registry flag. You are required to restart the client after signing in with a Dev Account.
Bug Fixes
- Fixed an issue where arrow keys are not working after an app's hotkey was pressed.
- Fixed an issue where games running in OOPO mode reported the wrong window handle in
gameInfo.windowHandle, which could break app features that depend on game window tracking. - Fixed an issue where OSR (off-screen rendering) in-game windows
mouse upevent was not being detected, breaking gesture/drag interactions. - Fixed an issue where an update to Overwolf failed. (rare)
February
Version 0.296.2
Bug Fixes
- Fixed an issue where CEF crashes due to iframe isolation (rare).
Version 0.296.0
Improvements
- Improved focus flickering (reduced flickering) in
BrowserViewControlto preventBringToFrontrace conditions. - Improved game process injection by only injecting to a game when there is a window visible.
Bug Fixes
- Fixed an issue in main window detection when Overwolf launches after a game is already running.
- Fixed an issue where games were crashing using NVIDIA's DLSS feature.
- Fixed an issue where exclusive mode appeared for overlay windows when they were fully transparent. Now exclusive mode will appear only if at least one element is visible.
- Fixed an issue with game cursor visibility for games with
MixedAlwaysAvailableenabled. - Fixed an issue where a possible null exception occurs when creating a runtime window (Windows2), if the window name is missing from
manifest.json. - Fixed an issue where exclusive mode will not resize properly if the game window was resized in windowed mode.
- Fixed an issue where a desktop window will not adjust its size when dragging between monitors with different DPI scales.
- Fixed an issue in target window detection for Slay The Spire 2.
Version 0.294.0
New Features
- Added a new in-game only window of type:
dpiUnware. This window type allows you to manage your in-game windows without the need of making DPI calculations. This window is:- Set through the manifest.json file using
"dpi_unaware": true. - Only to be used for windows that set
"in_game_only": true. - Transparent by default.
- Now supported in the odk-ts-monorepo package using the
osr_window_options. For more information, see dpiUnaware.
- Set through the manifest.json file using
Bug Fixes
- Fixed an issue where the Exclusive Window wasn't always visible when entering exclusive mode.
- Fixed an issue where users in a phased client version didn’t receive an update to a different phased version.
- Fixed several issues with cursor support in R6: Siege.
- Fixed an issue with game cursor visibility for games using Raw Input.
Improvements
- The Overwolf client now supports its own URL protocol, enabling app downloads from the Web App Store via deeplinks.
note
"overwolf" is now a reserved URL protocol. It can no longer be set as a custom app protocol, and any existing apps using it will have their protocol settings overridden by the client.
- Added a new API
overwolf.utils.verifyURLProtocol()which returns true if the specified URL protocol is registered on the local machine.
January
Version 0.292.142
Platform
- Updated the underlying CEF version from version 131 to version 142.
Bug fixes
- Fixed an issue where audio was muted during playback in local video file players.
2025
December
Version 0292.0
- Added the option to open the applications window as a native window (prevents the window from showing up inside the game). To open the new window
- Option 1: Right-click on Overwolf’s tray icon and press the Packages (Desktop) button.
- Option 2: Call
overwolf.utils.openUrlInOverwolfBrowser("overwolf://packages?window=true", "Packages") - Option 3: In your developer console, open the new window with a search parameter. For example:
overwolf.utils.openUrlInOverwolfBrowser("overwolf://packages?window=true&search=MyApp", "Packages")will open the window and search forMyApp. - Option 4: Pressing the
Open in windowbutton next to theDevelopment Optionsbutton in the settings window.noteOpening the regular applications window can be done by right clicking on Overwolf’s tray icon and pressing the “Packages (Browser)” button, or by pressing the Development Options in the settings window.
- Added the ability to show pinned apps only in the applications windows.
- The
takeScreenshot()andtakeScreenshotEx()methods will now capture frames as-is, without overlay filters, e.g. nvidia game filters.
Version 0.291.0
Improvements
- Added new methods to
overwolf.games.trackedinterface.overwolf.games.tracked.getAnyRunningGamesInfo()—returns an array of all the currently running unsupported / overlay disabled games.overwolf.games.tracked.onGameLaunched—an event listener that will fire on an unsupported / overlay disabled game.
- Enhanced Overlay tracking by adding new properties to
OverwolfGameInfoobject.isOverlaySupported—indicates whether overlay is supported or not in the gameslist for the running game.isOverlayEnabled—indicates whether the user has enabled or disabled overlay for the running game from Overwolf’s settings.
Bug fixes
- Fixed an issue where calling
overwolf.windows.getCurrentWindow()when a native window is minimized, returned incorrectHeightandWidthvalues. Now it returns the window’s size in its restored state. - Fixed an issue where in some cases
overwolf.windows.bringToFront()failed to bring native windows to the front.
November
Version 0.290.0
Improvements
- Improved ads memory management.
- Improved game process detection.
Version 0.285.1
OBS
onReplayServicesStarted()will now fire for every app that callsmedia.replays.turnOn()
Bug Fixes
- Fixed an issue where Overwolf caused lag due to searching for a game window with at least 400px.
October
Version 0.285.1
OBS
onReplayServicesStarted()will now fire for every app that callsmedia.replays.turnOn()
Bug Fixes
- Fixed another case of the issue where Overwolf caused lag due to searching for a game window with at least 400px.
Version 0.283.1
OBS
- Added
fail_if_runningparam toReplayStreamParams. When set totrue, it will causemedia.replays.turnOn()to return an error if another app has already turned on the replays service.
Bug Fixes
- Fixed a title inconsistency for the
AlreadyStreamingerror message. - Fixed an issue where Overwolf caused lag due to searching for a game window with at least 400px due to the recent fix:
Game injection now occurs when the detected game’s window height is at least 400px.
Version 0.283
Platform
- Added
balanceto theAudioDeviceOptionsobject. - Game injection now occurs when the detected game’s window height is at least 400px. This ensures the client doesn't inject into small “loading” windows (e.g, Rainbow Six: Siege AntiCheat/Shader compilation window).
Bug Fixes
- Fixed an issue when
disable_auto_shutdown_on_game_exitis set to true, the replay buffer stopped on game exit. - Fixed a memory leak issue when calling
overwolf.io.stopWatchingFile(). - Fixed an issue where
overwolf.io.readBinaryFile()doesn't return a result when reading an empty file. - Fixed a memory leak issue when calling
overwolf.io.readBinaryFile(). - Fixed an exception when passing
game/micas null to theAudioOptionsobject. - Fixed an issue where async method callbacks caused an exception when executed in an already closed window.
- Fixed an issue when entering or exiting exclusive mode without moving the mouse doesn't update cursor visibility.
September
Version 0.282
Platform
- Added support for mouse hotkeys in OOPO games.
OBS Changes
overwolf.media.replays.turnOn()—will now return an error if the game is closed before the replay service starts.overwolf.media.replays.startCapture() / overwolf.media.replays.capture()—will now include areplayIdparam in the callback.- Support setting
disable_auto_shutdown_on_game_exitin the replay settings, used to allow the replay service to continue running even when closing the running game. - Extra Stats object will now be sent in:
overwolf.streaming.onVideoFileSplit()overwolf.media.replay.capture()
Bug Fixes
- Fixed an issue where some elements of the settings page moved when switching to high-DPI monitors.
- Fixed an issue where in-game windows would appear as half-transparent in OOPO games when using dock stations.
- Fixed an issue where
overwolf.windows.maximize()did not maximize all the way to the taskbar. - Fixed an issue where on some cases,
onStateChanged()did not fire for previously maximized windows. - Fixed an issue with screenshot capture in Fortnite.
July
Version 0.280.2
Bug Fixes
- Fixed an issue where some games showed an
Overlay is not enablederror message, even though the game was overlay-enabled. - Fixed an issue where alphanumeric hotkeys could not be set with the
shiftmodifier key.
Version 0.280.1
Platform
- Added new flag
show_background_layerto the manifest for controlling the ability to show a black overlay when a window is visible. For more information, see manifest.json. This is according to the new guidelines for Riot in-game ads. - In addition, added new APIs for controlling the ability to show a black overlay when a window is visible. Typically used for custom logic to enable/disable the overlay based on a user's paid subscription status.
overwolf.windows.setWidgetStyle()—used to programmatically enable the overlay.overwolf.windows.removeWidgetStyle()—used to programmatically disable the overlay.
Bug Fixes
- Fixed an issue where the
Escapekey could not be assigned as a passthrough hotkey.
Version 0.280
Platform
- Overlay optimizations.
- Redesigned the Overwolf Settings page.
- Custom Protocol URLs will now open in an external browser.
- The manifest flag
auto_relaunch_on_crashis now set totrueby default. - Added Mouse Hotkeys support (not supported in OOPO games):
- Added support for Forward(
XButton1) and Back(XButton2) buttons.XButton1=virtualKey: 5XButton2=virtualKey: 6
- Added support for Middle Mouse Button(
MButton).- This hotkey must be paired with a modifier key.
MButton=virtualKey: 4
- Added support for Forward(
Bug Fixes
- Fixed an issue where, changing the overlay state while the settings window was open, didn't update the button state and the button became unclickable.
- Fixed an issue where, the FPS counter did not render in some Dx12 games.
2026
June
Version 307.3.4
- Warframe
- Fixed
chatandusername.
- Fixed
- MTGA
- Fixed
inventory_cards.
- Fixed
- Overwatch
- Added new hero
SHION.
- Added new hero
Version 307.2.1
- Fortnite MS Edition
- Fixed events.
inventoryis temporarily disabled in creative mode.
- Overwatch
- Fixed events.
- Rocket League
- Fixed an issue with the
roster.
- Fixed an issue with the
Version 307.2.0
- Deadlock
- Added new
assigned_lane,ultimate_trained, andultimate_readyfields toroster. For more information, see roster. - Fixed the item key and enhanced items.
- Added new
- Fortnite
- Fixed events.
inventoryis temporarily disabled in creative mode.
- PUBG
- Fixed events.
- Minecraft Bedrock
- Fixed events.
- Minecraft
- Fixed
sceneandscene_key.
- Fixed
- Diablo 4
- Fixed
xp.
- Fixed
- Marvel Rivals
- Fixed
banned_characters.
- Fixed
Version 307.1.0
- Valorant
- Fixed
scoreboardevent.
- Fixed
- Rocket League
- Fixed player names in streamer mode.
- Marvel Rivals
- Add new hero
CYCLOPS.
- Add new hero
Version 306.0.13
- R6
- Fixed events.
- Valorant
- Fix
scoreboardandui_team_order.
- Fix
- Diablo 4
- Fixed events.
- POE2
- Fixed an issue with
party_players.
- Fixed an issue with
- Overwatch
- Fixed an issue with
match_idandgame_state.
- Fixed an issue with
- Roblox - Rivals
- Improved stability.
Version 306.0.12
- Valorant
- Fixed events.
scoreboardandui_team_orderare temporarily disabled.
- Minecraft
- Fixed an issue in Forge.
Version 306.0.10
- TFT
- Fixed
god_names,god_favors,andgod_picked_favorevents.
- Fixed
Version 306.0.9
- LOL + TFT + Arena
- Fixed events based on PBE with backward compatibility.
Version 306.0.5
- Fortnite
- Fixed events.
inventoryi temporarily disabled in creative mode.hit,accuracy,total_shots,storm_info, andpingare still a work in progress.
Version 306.0.4
- Fortnite
- Fixed events.
inventoryis temporarily disabled in creative mode.hit,accuracy,total_shots,storm_info, andpingare still a work in progress.
Version 306.0.1
- R6
- Fixed events .
Version 306.0.0
- POE 2
- Fixed events.
- Fortnite
- Fixed
rosterreset issue.
- Fixed
May
Version 305.4.2
- Valorant
- Fixed
rankedparameter ingame_mode.
- Fixed
Version 305.4.1
- Fortnite
- Fixed events.
Version 305.4.0
- Overwatch
- Added new
match_idInfo Update. For more information, seematch_id. - Added new
round_outcomeInfo Update for Stadium mode. For more information, seeround_outcome. - Added a reset to
rosterbetween rounds in Stadium mode.
- Added new
- Valorant
- Fixed events.
- WoW
- Fixed events.
Version 305.3.0
- LoL
- Fixed events based on PBE with backwards compatibility.
- TFT
- Added new
board_spectateInfo Update. For more information, seeboard_spectate. - Fixed events based on PBE with backwards compatibility.
- Added new
- LoL Arena
- Fixed events based on PBE with backwards compatibility.
- Overwatch
- Fixed events.
- Diablo 4
- Fixed events.
Version 305.1.3
- PUBG
- Fixed events.
Version 305.1.1
- Minecraft
- Fixed fps issues with Lunar client.
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed
game_titleinfo-update. - Add reset for
nicknameson matchEnd.
- Fixed
Version 305.1.0
-
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 Bedrock
- Fixed
world_idissue
- Fixed
-
TFT
- Fixed
shop_visibledetection
- Fixed
Version 305.0.1
- Minecraft Bedrock
- Fixed
world_idissue.
- Fixed
Version 305.0.0
- 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.1.7
- Fortnite
- Fixed events.
- Fixed
game_titleissue.
- Diablo 4
- Fixed events.
Version 304.1.6
- Fortnite
- Fixed events.
- Fixed
game_titleissue.
- Diablo 4
- Fixed events
Version 304.1.4
- LOL Arena
- Fixed events.
- Valorant
- Fixed events.
- Overwatch
- Fixed events.
LEP Version 304.0.1
- LEP
- Fixed
platformId,display_name, andinternal_nameinfo updates.
- Fixed
Version 304.1.3
-
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.1.2
- Wow
- Fixed events.
Version 304.1.1
- Minecraft Bedrock
- Fixed events.
Version 304.1.0
- Diablo 4
- Fixed events.
- Roblox - Rivals
- Added support for new game events. For more information, see Roblox Rivals .
Version 304.0.1
- 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.0
- Fortnite MS Edition
- Fixed 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.4
- 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.3
- Fortnite
- Fixed events.
storm_infois still a work in progress.
- Overwatch
- Added new hero SIERRA.
Version 302.1.2
- Overwatch
- Fixed events.
Version 302.1.1
- Valorant
- Fixed events.
Version 302.1.0
- 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.3
- TFT / LOL / Arena PBE
- Fixed events.
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed the
rarityparam initem_xinfo update.
- Fixed the
Version 302.0.2
- WoW
- Fixed events.
Version 302.0.1
- 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.0
- TFT PBE
- Fixed events.
Version 301.2.4
- Overwatch
- Fixed events.
Version 301.2.3
- Fortnite MS edition
- Fixed events.
- Fortnite
- Fixed
hitandaccuracy.
- Fixed
Version 301.2.2
-
Valorant
- Fixed events.
-
Fortnite
- Fixed events.
hit,accuracy, andrarityare still a work in progress.
-
Overwatch
- Fixed events .
March
Version 301.2.1
- 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.0
- 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.6
- Wow
- Fixed events.
Version 301.0.5
- Minecraft Bedrock
- Fixed
location.
- Fixed
- POE2
- Fixed
in_town.
- Fixed
Version 301.0.4
- 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.3
- Dota 2
- Fixed events.
- Diablo 4
- Fixed events.
- WoW
- Fixed events.
- Fortnite MS edition
- Fixed events.
- Minecraft
- Fixed
chatinfo in MC version 26.1.
- Fixed
Version 301.0.2
- Valorant
- Temporarily disabled
planted_siteinfo.
- Temporarily disabled
Version 301.0.1
- Valorant
- Fixed planted site issue.
Version 301.0.0
- 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
- Fortnite MS edition
- Added support for all the game events.
- 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.
Version 300.1.0
- Valorant
- Fixed an issue when trying to run Overwolf Electron and Overwolf Native in parallel.
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
Version 300.0.3
- Overwatch
- Fixed events.
- Minecraft Bedrock
- Added reset to
dimensionandworld_idinfo updates.
- Added reset to
Version 300.0.2
- Overwatch
- Fixed events.
- Wow
- Fixed events.
- Fortnite
- Fixed and
hitandaccuracy.
- Fixed and
Version 300.0.1
- 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.0
- 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.
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.
Version 299.0.4
- 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
- Ow2
- Fixed events.
- WoW
- Fixed events.
- POE2
- Fixed events .
February
Version 299.0.2
- Valorant
- Fixed missing players from
rosterandscoreboardin Deathmatch.
- Fixed missing players from
- WoW
- Fixed events.
Version 299.0.1
- Valorant
- Fixed events.
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- MTGA
- Fixed draft events.
- Genshin Impact
- Fixed
character_nameandcharacter_switchevents.
- Fixed
Version 299.0.0
- 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.4
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 298.4.3
- Fornite
- Fixed events.
Version 298.4.2
- Fornite Fixed events.
Version 298.4.1
- Valorant
- Fixed events.
- Wow
- Fixed events.
Version 298.4.0
- 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.
Version 298.3.4
- WOW
- Fixed events.
- Fortnite
- Fixed an issue with the inventory event.
- Marvel Rivals
- Added support for the new hero ELSA BLOODSTONE.
Version 298.3.3
- Escape from Tarkov
- Fixed events.
Version 298.3.1
- Deadlock
- Fixed events.
- Added support for new heroes.
- OW2
- Fixed events.
- Added support for new heroes.
- Minecraft Bedrock
- Fixed events.
Version 298.3.0
- 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.0
- Rainbow 6
- Fixed an issue with the match
score.. - Restored
roundOutcomeandmatchOutcomeevents.
- Fixed an issue with the match
- Arc Raiders
- Added new
deathandextractionevents. For more information, seematch_info
- Added new
- PUBG
- Fixed events.
- TFT
- Fixed an issue with the item names format.
Version 298.1.1
- R6
- Fixed an issue with
map_idandmatch_id.
- Fixed an issue with
- PUBG
- Fixed
health.
- Fixed
Version 298.1.0
R6
- Restored game events.
match_idmap_idphaseround_numberround_startround_end
Version 298.0.0
- Fortnite
- Fixed events.
Version 297.2.3
- Fortnite
- Fixed events.
- WOW
- Fixed events.
Version 297.2.2
- TFT
- Fixed an issue with
round_startandbattle_startevents.
- Fixed an issue with
Version 297.2.1
- Valorant
- Fixed events.
Version 297.2.0
- LOL + TFT + Arena
- Fixed events based on PBE (backward compatible).
Version 297.1.2
- Escape from Tarkov
- Fixed
match_startissue.
- Fixed
- Fortnite
- Fixed
kills,rank, andmatch_statsinfo-update reset.
- Fixed
January
Version 297.1.1
- WOW
- Fixed events.
- Diablo 2
- Fixed events.
Version 297.1.0
- 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
Version 297.0.3
- 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 297.0.1
- Fortnite
- Fixed
inventory,xp,accuracy,hit, andtotal_shotsevents.
- Fixed
Version297.0.0
- Rainbow 6
- Fixed events:
killdeathrosterscore
- Fixed events:
Version 296.2.3
- 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.2
- Valorant
- Fixed events.
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 296.2.0
- 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.1
- Genshin Impact
- Fixed
dungeon_startanddungeon_start.
- Fixed
- Marvel
- Added support for new hero (DEADPOOL) and new game mode (Jeffland).
Version 296.1.0
- Hytale
- New game events. For more information, see Hytale.
- Apex
- Fixed
totalDamageDealtevent.
- Fixed
Version 296.0.1
- Valorant
- Fixed events.
Version 296.0.0
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
- Dota
- Fixed
pickConfirmedparameter in turbo mode.
- Fixed
- Escape from Tarkov
- Fixed
deathevent.
- Fixed
Version 294.1.19
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
Version 294.1.12
- LOL
- Fixed events.
Version 294.1.11
- Apex
- Fixed events.
damageandtotalDamageDealtare still a work in progress.
- PUBG
- Fixed events.
- TFT
- Fixed events based on PBE with backward compatibility.
Version 294.1.9
- Valorant
- Fixed events.
player_name,player_id, andregionare temporarily disabled and will be fixed in the next version.
2025
December
Version 294.1.6
- Roblox Microsoft Edition
- Fixed events.
- Tarkov
- Fixed an issue with
quest_listinfo update.
- Fixed an issue with
- Arc Raiders
- Fixed
match_endtiming. - Added a new scene
summary.
- Fixed
Version 294.1.5
- Diablo 2
- Fixed events.
- Battlefield 6
- Transform
match_outcomeintoround_outcometo support more game modes.
- Transform
- Arc Raiders
- 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
- Escape from Tarkov
- Fixed an issue with game events.
Version 294.1.0
- Arc Raiders
- Added support for basic game events. For more information, see Arc Raiders:
match_startmatch_endsceneingamelobby
- Added support for basic game events. For more information, see Arc Raiders:
- 2XKO
- Added more game events. For more information, see `match_info:
local_teamwill replace the existingselected_champion.enemy_team.selected_fusewill now include the selected fuse on the local and the enemy team.character_switch.assist.local_hits_combo.enemy_hits_combo.
- Added more game events. For more information, see `match_info:
- 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
- COD
- Added detection for Black Ops 7 game mode.
- Fixed Warzone game mode detection.
Version 293.0.13
- POE 2
- Fixed events.
opened_page,party_players, andchatare temporarily disabled.
Version 293.0.12
- 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 239.0.10
- Minecraft bedrock
- Fixed events.
- Minecraft
- Added support for version 1.21.11.
Version 293.0.9
- Valorant
- Fixed events.
- WOW
- Fixed events.
- Minecraft bedrock
- Fixed an issue in
serverinfo.
- Fixed an issue in
Version 293.0.7
- Fortnite
- Fixed
matchStartissue.
- Fixed
- R6
- Fixed
rosterinfo.
- Fixed
- Wow
- Fixed broken events.
Version 293.0.6
- Fortnite
- Fixed events.
- Genshin Impact
- Fixed events.
- TFT
- Fixed anonymous player data.
Version 293.0.5
- Fortnite
- Fixed the missing
phasevalues.
- Fixed the missing
- Valorant
- Fixed events.
- Fixed
ui_team_order_enemiesandui_team_order_alliesvalues format.
- Overwatch 2
- Fixed the support for the new hero "VENDETTA".
Version 293.0.2
- Fortnite
- Fixed
matchStartin rematch. - Fixed
modeinfo update.
- Fixed
Version 293.0.0
- Fortnite
- Fixed events.
- The
modeinfo update is temporarily disabled and will be fixed in the next version.
- Overwatch 2
- Added support for the new hero "VENDETTA".
November
Version 292.2.0
- PUBG
- Fixed events.
- Marvel Rivals
- Added support for the new game mode 18v18.
- Escape from Tarlov
- Fixed
match_endtiming.
- Fixed
Version 292.1.1
- Overwatch 2
- Fixed events.
- Marvel Rivals
- Disabled
ult_chargeinrosterfor enemy players.
- Disabled
Version 292.1.0
- PUBG
- Fixed events.
- Valorant
- Fixed an issue with player names that contain special characters.
- Escape From Tarkov
- Fixed
quest_listevent.
- Fixed
- Battlefield 6
- Added support for new game events. For more information, see Battlefield 6.
Version 292.0.1
- Overwatch 2
- Fixed
rosterevents in practice range.
- Fixed
- WOW
- Fixed events.
- Escape From Tarkov
- Fixed game events:
scenesession_typematch_startmatch_end
- The rest of the game events are still a work in progress.
- Fixed game events:
- Fortnite
- Fixed events.
Version 292.0.0
- Valorant
- Fixed
planted_siteevent.
- Fixed
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- Marvel Rivals
- Fixed
kill_feedevent. - Added new character
GAMBITandTimes Square, the new social mode.
- Fixed
- TFT
- Fixed events based on PBE with backward compatibility.
Version 291.2.5
- POE
- Fixed events.
- Overwatch 2
- Fixed events .
Version 291.2.4
- Valorant
- Fixed
scoreboardandrosterinfo updates. - Fixed
rankedparameter ingame_modeinfo update.
- Fixed
Version 291.2.2
- Dota 2
- Fixed events.
Version 291.2.1
- Fortnite
- Fixed events in creative mode.
Version 291.2.0
- WOW
- Fixed events.
- LOL
- Added new info-update
panel_location. For more information, seepanel_location.
- Added new info-update
- 2XKO
- Added new events. For more information, see 2XKO.
player_sidegame_modemapchamp_selectselected_fusescore
- Added new events. For more information, see 2XKO.
- POE2
- Added new info-update
character_class. For more information, see info-updates-1.
- Added new info-update
Version 291.1.2
- Fortnite
- Fixed events.
Version 291.1.1
- Apex
- Fixed
ultimate_cooldowninfo-update.
- Fixed
- PUBG
- Fixed events.
Version 291.0.3
- Minecraft Bedrock
- Added support for new game events. For more information, see Minecraft Bedrock..
- LOL + TFT
- Fixed events based on PBE with backward compatibility.
- TFT
- Fixed events based on PBE with backward compatibility.
- Minecraft
- Fixed issues in Optifine and Lunar versions.
LEP Version 291.0.1
- LEP LOL
- New info-update
streamer_settings. For information, see streamer_settings note.
- New info-update
Version 291.0.0
- PoE 1
- Fixed events.