Skip to content

Releases: HealsCodes/statustimers

v4.3.0202

01 Mar 14:28

Choose a tag to compare

Changes:

  • finally fixes the remaining ImGUI update debt (#20)

Full Changelog: v4.3.0201...v4.3.0202

v4.3.0201

18 Feb 20:30

Choose a tag to compare

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

04 Feb 17:20

Choose a tag to compare

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

31 Jan 12:38

Choose a tag to compare

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

Full Changelog: v4.1.503...v4.3.000

v4.1.503

21 Dec 10:43

Choose a tag to compare

  • 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

19 May 11:56

Choose a tag to compare

  • 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

21 Jul 07:34

Choose a tag to compare

  • reverts a previous commit that changed how statustimers blocks the native icons (fixes #11)
  • fixes a logic error when handling overflows of the vanatime timestamp (fixes #12)

v4.1.500

24 May 11:24

Choose a tag to compare

  • removes a stray debug-print (#7)
  • updates the code used to block the native status icons (#9)

v4.0.911

12 Feb 10:49

Choose a tag to compare

  • fixes #6: name not visible for 6th party member

v4.0.910

14 Jan 21:10

Choose a tag to compare

Changes:

  • react to settings_update callback (should fix settings that rest after re-log)