bump version and update readme
This commit is contained in:
parent
0d9cbc8f45
commit
467b459898
@ -25,7 +25,7 @@ local MAJOR, MINOR = "Gladdy", 4
|
|||||||
local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
|
local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
|
||||||
local L
|
local L
|
||||||
Gladdy.version_major_num = 1
|
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_num = Gladdy.version_major_num + Gladdy.version_minor_num
|
||||||
Gladdy.version_releaseType = RELEASE_TYPES.beta
|
Gladdy.version_releaseType = RELEASE_TYPES.beta
|
||||||
Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType
|
Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Interface: 20501
|
## Interface: 20501
|
||||||
## Title: Gladdy - TBC
|
## Title: Gladdy - TBC
|
||||||
## Version: 1.06-Beta
|
## Version: 1.07-Beta
|
||||||
## Notes: The most powerful arena AddOn for WoW 2.5.1
|
## Notes: The most powerful arena AddOn for WoW 2.5.1
|
||||||
## Author: XiconQoo, DnB_Junkee, Knall
|
## Author: XiconQoo, DnB_Junkee, Knall
|
||||||
## X-Email: contact me on discord Knall#1751
|
## X-Email: contact me on discord Knall#1751
|
||||||
|
20
README.md
20
README.md
@ -1,7 +1,7 @@
|
|||||||
# Gladdy - TBC
|
# Gladdy - TBC
|
||||||
|
|
||||||
### The most powerful arena addon for WoW TBC 2.5.1
|
### 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)
|
||||||
|
|
||||||
###### <a target="_blank" rel="noopener noreferrer" href="https://www.paypal.me/xiconqoo/10"><img src="https://raw.githubusercontent.com/XiconQoo/Gladdy/readme-media/Paypal-Donate.png" height="30" style="margin-top:-30px;position:relative;top:20px;"></a> Please consider donating if you like my work
|
###### <a target="_blank" rel="noopener noreferrer" href="https://www.paypal.me/xiconqoo/10"><img src="https://raw.githubusercontent.com/XiconQoo/Gladdy/readme-media/Paypal-Donate.png" height="30" style="margin-top:-30px;position:relative;top:20px;"></a> 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 ...)
|
- Announcement (drink, trinket usage, spec detection ...)
|
||||||
- ArenaCountDown
|
- ArenaCountDown
|
||||||
- Auras (show important (de)buffs in the class icon)
|
- 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)
|
- Cooldown (tracks important cooldowns)
|
||||||
- Diminishing (tracks DRs)
|
- Diminishing (tracks DRs)
|
||||||
- ExportImport (share your profile with your friends in the form of a string, which can be imported)
|
- ExportImport (share your profile with your friends in the form of a string, which can be imported)
|
||||||
- Highlight (highlights focus and target)
|
- Highlight (highlights focus and target)
|
||||||
- Pets (show arena pets)
|
- Pets (show arena pets)
|
||||||
|
- Racial Spells
|
||||||
- TotemPlates (show totem icons instead of normal nameplates)
|
- TotemPlates (show totem icons instead of normal nameplates)
|
||||||
- Trinket (tracks trinket usage)
|
- Trinket (tracks trinket usage)
|
||||||
- VersionCheck (checks if you use an older version that your teammate)
|
- 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
|
### 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
|
#### v1.06-Beta
|
||||||
- fixed BuffsDebuff module
|
- fixed BuffsDebuff module
|
||||||
- fix racial texture reset
|
- fix racial texture reset
|
||||||
|
Loading…
Reference in New Issue
Block a user