Version 0.142
API and Platform
New API - overwolf.settings.hotkeys.
Returns an object with hotkeys methods and events.- New manifest flag:
hold
: Will be added to the hotkeys object.
Defines a new type of hotkey - hotkey that works only while you are holding the key.
The flag also added to our manifest schema file. - New function: overwolf.settings.hotkeys.get(). Returns all calling extension’s hotkeys.
- New event: overwolf.settings.onHold: will fire only for hotkeys that are defined as "hold".
This event will be fired twice - on key down and on key up. - New event: overwolf.settings.onPressed: will fire only for hotkeys that are not defined as "hold".
This event will replace the deprecated overwolf.settings.registerHotKey function. - New event: overwolf.settings.onChanged: will fire on hotkeys change.
- New manifest flag:
Cleanup upon uninstall:
- Delete extension folder upon uninstall extension.
- Clear all extension windows proprieties from setting.
- Clear localstorage.
Enable Drag & drop To Overwolf app window.
Game events
- Hearthstone game events
- New info updates:
- adventure_stats
- New info updates:
- League of Legends Events
- New event & info:
- live_client_data
- New event & info:
- Path of Exile game events
- New events & info
- kill
- death
- match_outcome
- current_zone
- inventory open/close
- character_name
- character_level
- New events & info