Releases: HealsCodes/statustimers
Releases · HealsCodes/statustimers
v4.3.0202
v4.3.0201
Changes:
- fixes a crash when selecting targets that would cause a target bar to appear
Full Changelog: v4.3.001...v4.3.0201
v4.3.001
Changes:
- fixes wrong ImGUI parameters used in the config-ui
- removes all remaining mentions of keyboard focus / navigation (it's gone for good)
Full Changelog: v4.3.000...v4.3.001
v4.3.000
What's Changed
- 4.1.6 - Replace deprecated SetWindowFontScale calls for Ashita 4.30+ by @ThornyFFXI in #19
- Fix constant DAT file reading. by @atom0s in #18
New Contributors
- @ThornyFFXI made their first contribution in #19
Full Changelog: v4.1.503...v4.3.000
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)