Skip to content

Releases: SharpWoW/KillTrack

v2.30.0

21 Nov 00:13
v2.30.0
e1da33b
Compare
Choose a tag to compare

KillTrack

v2.30.0 (2021-11-20)

Full Changelog Previous Releases

  • Update interface versions
  • Disable printing load message by default
    Users can re-enable it with the command
    /kt loadmessage
    (The command toggles showing/not showing message on load)
    Fixes #18

v2.29.0

20 May 14:00
v2.29.0
2a475c2
Compare
Choose a tag to compare

KillTrack

v2.29.0 (2021-05-20)

Full Changelog Previous Releases

  • Enable BCC builds for WoWI
  • Bump interface version for classic
  • Update BCC tags
  • Enable publishing to Wago
  • Disable BC packages for WoWInterface
  • Update author name
  • Add support for Burning Crusade Classic
    • Add interface version for BC Classic.
    • Enable packaging for BC Classic.

v2.28.0-beta

03 May 12:23
v2.28.0-beta
1a0644a
Compare
Choose a tag to compare
v2.28.0-beta Pre-release
Pre-release

KillTrack

v2.28.0-beta (2021-05-03)

Full Changelog Previous Releases

  • Enable publishing to Wago
  • Disable BC packages for WoWInterface

v2.17.2-beta

01 Apr 15:49
v2.17.2-beta
b5ed10e
Compare
Choose a tag to compare
v2.17.2-beta Pre-release
Pre-release

KillTrack

v2.17.2-beta (2021-04-01)

Full Changelog Previous Releases

  • Update author name
  • Add support for Burning Crusade Classic
    • Add interface version for BC Classic.
    • Enable packaging for BC Classic.

v2.17.1

25 Mar 23:43
v2.17.1
161f4f4
Compare
Choose a tag to compare

KillTrack

v2.17.1 (2021-03-25)

Full Changelog Previous Releases

  • Update interface versions

v2.17.0

27 Nov 22:24
v2.17.0
a7af07b
Compare
Choose a tag to compare

KillTrack

v2.17.0 (2020-11-25)

Full Changelog Previous Releases

  • Update retail interface version for 9.0.2

  • Delete redundant funding information
    This is now located in the default .github repository.

  • Add funding information

v2.16.0

30 Oct 17:51
v2.16.0
0d67607
Compare
Choose a tag to compare

KillTrack

v2.16.0 (2020-10-30)

Full Changelog Previous Releases

  • Add command to edit mob kills
    Fixes #15.
  • Constantize default mob name
  • Fix built-in script being overridden
    For the search box in the mob list, the old OnTextChanged script handler
    caused the Blizzard built-in handler to not run, making the placeholder
    text in the search box not hide and overlay the actual query the user
    wrote.
    This appears to be due to a change in how the SearchBoxTemplate works
    as the existing code had worked previously.
  • Fix mobs in mob list sometimes not updating
  • Add build status badge
  • Improve string split function
  • Add pull request workflow
  • Update switches for luacheck
  • Clean up code
    • Use Blizz-provided private Addon table
    • Expose AddOn table as global variable for user access
      (from macros et.c)
    • Clean up some frame/UI code
    • Clean up some luacheck warnings
  • Switch to using GitHub actions
  • Specify Lua version for workspace
  • Add luacheck config
  • Remove old archive script
  • Replace tabs with spaces
  • Update copyright year
  • Fix bug with game menu
    When calling ShowUIPanel(InterfaceOptionsFrame) and then closing out
    of the interface options, the game menu can no longer be opened by
    pressing the ESC key, forcing a reload of the UI to fix it. (Opening it
    with the button in the micromenu also works to make it unstuck.)
    Change the behaviour of the options helper to instead open to the
    KillTrack options with the old workaround of calling
    InterfaceOptionsFrame_OpenToCategory twice.
  • Improve performance of AddKill function
    Previously, every time a call was made to AddKill, it would return the
    resulting state of the mob by use of GetKill. GetKill iterates all
    mobs in KillTrack's database to find the requested mob. This means,
    every time a kill is added, the mob database is iterated.
    In situations with a large of deaths occurring, like in a raid, this
    could lead to degraded performance.
    Instead, the code now simply grabs the mob data directly from the
    saved variables table with the ID, so no iteration is needed.
  • Rewrite timer frame in pure Lua
  • Ignore IntelliJ IDEA files
  • Fix indentation

v2.15.0

21 Oct 22:48
v2.15.0
195be6b
Compare
Choose a tag to compare

KillTrack

v2.15.0 (2020-10-21)

Full Changelog Previous Releases

  • Update version for classic in build script
  • Update interface version in TOC

v1.13.0

07 Sep 00:25
v1.13.0
c41ca9b
Compare
Choose a tag to compare

KillTrack

v1.13.0 (2019-09-07)

Full Changelog

  • Add option to disable tooltip data
  • Update readme

v1.12.5

04 Sep 23:36
v1.12.5
d71cec8
Compare
Choose a tag to compare

KillTrack

v1.12.5 (2019-09-04)

Full Changelog

  • Disable nolib uploads to CurseForge
    See: BigWigsMods/packager#35
  • Add more package versions
    • Regular retail version (CF, WoWI, GH)
    • nolib retail version (CF, GH)
    • Regular classic version (CF, GH)
    • nolib classic version (CF, GH)
      WoWI disabled on classic packages until following issue is resolved:
      BigWigsMods/packager#33
  • Package for retail and classic
  • Disable luacheck on builds for now
  • Update for classic