Skip to content

Latest commit

 

History

History
116 lines (71 loc) · 3.15 KB

File metadata and controls

116 lines (71 loc) · 3.15 KB

Version 1.0.19 (2020-12-01)

  • Separate new tracked raids from old in options.
  • Only default track current current raids.
  • Add option to purge parses for untracked raids.
  • Tint minimap icon if not in tracked (raid) zone.

Version 1.0.18 (2020-11-27)

  • Updated for WoW patch 9.0.2.
  • Automatically track all raid zones, add option to disable tracking of specific raids to the settings UI.
  • Updated dependencies.

Version 1.0.17 (2019-02-26)

  • Bump TOC for 8.1

Version 1.0.16 (2019-02-25)

  • Added Crucible of Storms and Battle of Dazar'alor to tracked raids

Version 1.0.15 (2018-08-18)

  • Added Uldir to tracked raids

Version 1.0.14 (2018-07-23)

  • Bump for 8.0.0
  • Updated dependencies
  • Added Antorus to tracked raids

Version 1.0.13 (2017-06-21)

  • Bump for 7.2.5
  • Updated dependencies

Version 1.0.12 (2017-03-28)

  • Bump TOC for 7.2
  • Added tracking of Tomb of Sargeras

Version 1.0.11 (2017-01-19)

  • Added tracking of The Nighthold.

Version 1.0.10 (2016-11-09)

  • Added tracking of Trial of Valor.
  • Now also tracks kills when not in a guild. These entries are grouped under a guild called "<No Guild>".

Version 1.0.9 (2016-10-26)

  • Fix for db resetting when logging in on a new realm.
  • Item levels should now be much more accurate.
  • TOC update for wow 7.1

Version 1.0.8 (2016-10-12)

  • Added an LDB launcher for toggling the main window.
  • Added a minimap button tied to the LDB launcher (hideable from the settings).

Version 1.0.7 (2016-09-25)

  • Dropdowns in the gui are now sorted alphabetically.
  • Spec names can now be used to filter parses.
  • The table header row now says "dps" for dps and "hps" for hps, instead of "dps/hps" for both.

Version 1.0.6

  • Updated zone id for The Emerald Nightmare raid.

Version 1.0.5

  • Updated LibGroupInSpecT dependency.

Version 1.0.4

  • Added an action to remove ALL stored parses (found the in the settings: Interface->GuildSkadaHighScore).
  • Made the addon track only the raids of the current expansion.
  • Using blizzard's localization for difficulty names (the only noticeable difference should be that "LFR" is now "Looking For Raid").
  • Some small performance improvements, via mikk's FindGlobals.
  • Some minor code cleanup/reorganization.

Version 1.0.3

Note: As of 1.0.3 Recount is no longer supported.

  • Version bump for 7.0
  • Added zone ids for legion raids (The Nighthold and The Emerald Nightmare)
  • Fix incorrect item levels when using upgraded or heirloom items
  • Change inspect module to be based on LibGroupInSpecT, hopefully improving reliability of inspects
  • Some changes to library handling to improve no-lib usage

Version 1.0.2

  • Version bump for 6.2.
  • Added Hellfire Citadel to tracked raids.

Version 1.0.1

  • Fix for lua error on login (Ticket #2).

Version 1.0.0

  • Version bump for patch 6.1

Version 1.0.0-beta

  • Added option (interface -> addons -> GuildSkadaHighScore) to remove old parses when the addon is enabled (usually when logging in).
  • Fixed the report window not hiding when escape is pressed.
  • Cleanup and minimizing of stored data.
  • Cleanup of the code in general.