From 15fb697258d93e454120de4bc8d74aef7588866a Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Fri, 25 Mar 2022 17:02:37 +0100 Subject: [PATCH] readme + version --- Gladdy.lua | 2 +- Gladdy.toc | 6 +++--- README.md | 34 ++++++++++++++++++++++++++++++++-- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/Gladdy.lua b/Gladdy.lua index 808b2c3..0270772 100644 --- a/Gladdy.lua +++ b/Gladdy.lua @@ -31,7 +31,7 @@ local MAJOR, MINOR = "Gladdy", 5 local Gladdy = LibStub:NewLibrary(MAJOR, MINOR) local L Gladdy.version_major_num = 2 -Gladdy.version_minor_num = 0.00 +Gladdy.version_minor_num = 0.10 Gladdy.version_num = Gladdy.version_major_num + Gladdy.version_minor_num Gladdy.version_releaseType = RELEASE_TYPES.release Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType diff --git a/Gladdy.toc b/Gladdy.toc index 9fe7adc..098d2c1 100644 --- a/Gladdy.toc +++ b/Gladdy.toc @@ -1,7 +1,7 @@ -## Interface: 20503 +## Interface: 20504 ## Title: Gladdy - TBC -## Version: 2.00-Release -## Notes: The most powerful arena AddOn for WoW 2.5.3 +## Version: 2.10-Release +## Notes: The most powerful arena AddOn for WoW 2.5.4 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 ## SavedVariables: GladdyXZ diff --git a/README.md b/README.md index 2c4d356..9fc6876 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Gladdy - TBC -### The most powerful arena addon for WoW TBC 2.5.1 +### The most powerful arena addon for WoW TBC 2.5.4 --- -## [v2.00-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.00-Release/Gladdy_TBC-Classic_v2.00-Release.zip) +## [v2.10-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.10-Release/Gladdy_TBC-Classic_v2.10-Release.zip) ###### Please consider donating if you like my work @@ -78,6 +78,36 @@ Thank you! ### Changes +### v2.10-Release + +- **Totems**: + - added new module **TotemPulse** (sorry Shamans) + - displays pulse ticks on all totems that have a pulse mechanic (e.g. tremor totem) + - either cooldown or bar style + - attaches to TotemPlates if enabled (con be configured individually by totem) + - completely hide totem nameplate option added + - added a dummy totemplate in config mode + - totem detection is completely localization independent now +- **Cooldowns**: + - completely refactored to fix general bugs + - can now be ordered individually + - some cooldown tracking improved for units coming out of stealth (e.g. perception, sprint, shadowstep) +- **Custom Text Tags** + - PowerBar and HealthBar can now have custom tags. Check it out + - also the texts can be moved to achieve a Blizzlike style with names above HealthBar +- general improvements to spec detection + - no more restoration warlocks :D + - tree of life spec detection should work now +- fix Announcements +- added grouping option for Auras (+ Interrupts) in detached mode, ClassIcon, Cooldowns, Trinket, Racial +- added a "Grow Middle" option, which aligns the gladdy frames on a centric point +- added frFR localization by Macumba +- added Flat statusbar texture +- added some auras (e.g. disarm) +- added disarm DRs +- improved some class icons +- fixed health bug since 2.5.4 + ### v2.00-Release This is a packed release with new features and bugfixes. Most importantly, positioning of all elements has been redone with movable frames.