Releases: HealsCodes/statustimers
Releases · HealsCodes/statustimers
v4.1.503
-
adds a static tooltip window if a status is focussed using the keyboard (#16)
(the window is a regular ImGUI window and can be dragged using the mouse, it will remember it's last position) -
implements automatic hiding in the following situations (#17):
- if the player is zoning / not logged in
- if the player is in an event / a cutscene
- if the map is open
- if the log window is maximised
v4.1.502
- catch a possible crash when rendering tooltips for status effects with incomplete resource data
- add an outline around the status effect currently targeted by the keyboard (#15)
- this can be turned off via a new toggle in the settings UI
Thanks to @metalmarkdev for opening the pull request for #15
v4.1.501
v4.1.500
v4.0.911
v4.0.910
Changes:
- react to settings_update callback (should fix settings that rest after re-log)
v4.0.909
Adds support for a UI scale slider from 1.0 to 4.0 to help with HiDPI / 4k screens.
v4.0.908
Fixes an issue when trying to load icons from a theme.
v4.0.907
v4.0.906
Fixes:
- status ids are now referenced using GetStatusIconByIndex() instead of ById() [better fix for #2]
- adds a workaround for 64bit shifting issues in lua that could result in wrong party member buff display
Features:
- status bars for party members can now be split out into their own windows and moved freely