From 467b459898e0f75f134fdacd9d1e85348e1cae42 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 20 May 2021 01:32:08 +0200 Subject: [PATCH] bump version and update readme --- Gladdy.lua | 2 +- Gladdy.toc | 2 +- README.md | 20 +++++++++++++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Gladdy.lua b/Gladdy.lua index 9db4aa1..0082348 100644 --- a/Gladdy.lua +++ b/Gladdy.lua @@ -25,7 +25,7 @@ local MAJOR, MINOR = "Gladdy", 4 local Gladdy = LibStub:NewLibrary(MAJOR, MINOR) local L Gladdy.version_major_num = 1 -Gladdy.version_minor_num = 0.06 +Gladdy.version_minor_num = 0.07 Gladdy.version_num = Gladdy.version_major_num + Gladdy.version_minor_num Gladdy.version_releaseType = RELEASE_TYPES.beta Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType diff --git a/Gladdy.toc b/Gladdy.toc index bcdd629..877d2b0 100644 --- a/Gladdy.toc +++ b/Gladdy.toc @@ -1,6 +1,6 @@ ## Interface: 20501 ## Title: Gladdy - TBC -## Version: 1.06-Beta +## Version: 1.07-Beta ## Notes: The most powerful arena AddOn for WoW 2.5.1 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/README.md b/README.md index 3650a36..b1d84f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gladdy - TBC ### The most powerful arena addon for WoW TBC 2.5.1 -## [v1.06-Beta Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v1.06-Beta/Gladdy_TBC-Classic_v1.06-Beta.zip) +## [v1.07-Beta Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v1.07-Beta/Gladdy_TBC-Classic_v1.07-Beta.zip) ###### Please consider donating if you like my work @@ -17,11 +17,15 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca - Announcement (drink, trinket usage, spec detection ...) - ArenaCountDown - Auras (show important (de)buffs in the class icon) +- BuffsDebuffs (show buffs and debuffs on arena frames - can be filtered) +- ClassIcon (or specicon, once detected) +- CombatIndicator - Cooldown (tracks important cooldowns) - Diminishing (tracks DRs) - ExportImport (share your profile with your friends in the form of a string, which can be imported) - Highlight (highlights focus and target) - Pets (show arena pets) +- Racial Spells - TotemPlates (show totem icons instead of normal nameplates) - Trinket (tracks trinket usage) - VersionCheck (checks if you use an older version that your teammate) @@ -35,6 +39,20 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca ### Changes +#### v1.07-Beta + +- CombatIndicator module added +- spec icon option added to Classicon module +- arena1-5 for name option added +- add a couple buffs to LibClassAuras +- add blessing of sacrifice and intervene to auras +- general options updated to apply font/borders/etc for all frames +- XiconProfiles updated +- /gladdy test1-5 now possible +- fix PowerBar text updates +- click through frames exept health/power bar +- add mask texture for icons + #### v1.06-Beta - fixed BuffsDebuff module - fix racial texture reset