From 61f79adda2917d16376a6a3c58c87e6c4801c079 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Mon, 26 Jul 2021 17:46:32 +0200 Subject: [PATCH] bump version and update readme --- Gladdy.lua | 2 +- Gladdy.toc | 2 +- README.md | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Gladdy.lua b/Gladdy.lua index 10facf9..3eb6045 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.16 +Gladdy.version_minor_num = 0.17 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 79a150c..5a92435 100644 --- a/Gladdy.toc +++ b/Gladdy.toc @@ -1,6 +1,6 @@ ## Interface: 20501 ## Title: Gladdy - TBC -## Version: 1.16-Beta +## Version: 1.17-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 3b7b48c..c107f63 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.16-Beta Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v1.16-Beta/Gladdy_TBC-Classic_v1.16-Beta.zip) +## [v1.17-Beta Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v1.17-Beta/Gladdy_TBC-Classic_v1.17-Beta.zip) ###### Please consider donating if you like my work @@ -62,6 +62,22 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca ### Changes +### v1.17-Beta +- option TimerFormat added (seconds or seconds + milliseconds) (General > Cooldown General > Timer Format) +- hide blizzard arena frames without cvars +- fix Gladdy bugging out on arena join when in combat +- fix some TotemPlates issues +- fix Feign Death causing to reset DR and Aura tracking +- ArenaX option in Healthbar module now only shows the number +- add background for all frames (General > Frame General > Background Color) +- add evasion and banish to Aura +- add MSBT to Announcement module +- Shadowsight timer can be locked now +- add "All" modifier to Clicks module +- updated testmode for BuffsDebuffs (show only from enabled set) +- updated Klimp's profile +- added a new Profile in XiconProfiles -> Rukk1 + ### v1.16-Beta - unit gray in stealth when rangecheck module disabled