Version 0.203
- Note that iterations 202 and 203 were combined into a single iteration.
Game events
- TFT
- Support for all the events in TFT PBE
- Valorant
- New event - scoreboard. More info here
- Axie Infinity Origin
- Add new events: draw_pile, pile_hand, match_outcome, last_card_played
- Add parameter battleid to battle_state event
- Minecraft
- Add new event mc_version - the current Minecraft played version
Docs
- Backend cleanup
- Improved sidebar navigation (EXPERIMENTAL)
- Cleaner URLs (Older urls will still work!)
- Improved game-related page navigation
- Changelogs are now split into separate, easy to navigate pages.
note
If you are using a fork of the website's original repository, you should fetch the new update as soon as possible to avoid losing any changes.
Known website issues:
- "view all search results" is sometimes broken
Fixed:
- Changelogs are now indexed properly when searching.
Platform
overwolf.streaming.enums.StreamMouseCursor
now also supports a value ofnone
, to never capture the cursor anywhere.- New API
overwolf.social.uploadVideo
- Upload a video to the buffer server, getting a link to the raw file.overwolf.social.cancelUpload
- Cancel a video's upload using its id.
- New API
- Applies to discord and reddit only.
overwolf.social.reddit.post
,overwolf.social.discord.post
- Make a post to the relevant social network. Using a link to an uploaded video will "embed" it in the post.
- It is now possible to add the
-webkit-app-region: drag
css property to elements, making them drag the entire window with them. Do note that this behavior takes priority over button presses. If you wish to have working buttons inside an area with this property, you must manually exclude them from it in the css.
Bug Fixes
overwolf.media.replays.ReplayVideoOptions
is no longer required inside ofoverwolf.media.replays.ReplayStreamParams
when empty.- Fixed a crash involving windows compatibility mode and overwolf.
- Fixed a bug involving the dragging of native Overwolf windows.