v2.20-Release + Readme + Changelog
This commit is contained in:
parent
8b766c23d2
commit
971016e249
@ -27,13 +27,13 @@ local LibStub = LibStub
|
||||
|
||||
---------------------------
|
||||
|
||||
local MAJOR, MINOR = "Gladdy", 8
|
||||
local MAJOR, MINOR = "Gladdy", 9
|
||||
local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
|
||||
local L
|
||||
Gladdy.version_major_num = 2
|
||||
Gladdy.version_minor_num = 0.20
|
||||
Gladdy.version_num = Gladdy.version_major_num + Gladdy.version_minor_num
|
||||
Gladdy.version_releaseType = RELEASE_TYPES.beta
|
||||
Gladdy.version_releaseType = RELEASE_TYPES.release
|
||||
Gladdy.version = PREFIX .. string.format("%.2f", Gladdy.version_num) .. "-" .. Gladdy.version_releaseType
|
||||
Gladdy.VERSION_REGEX = VERSION_REGEX
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
## Title: Gladdy |cFFFF0000 game client not supported|r
|
||||
## Version: 2.2-Beta
|
||||
## Version: 2.20-Release
|
||||
## Notes: The most powerful arena AddOn for WoW Classic TBC/WotLK
|
||||
## Author: XiconQoo, DnB_Junkee, Knall
|
||||
## X-Email: contact me on discord Knall#1751
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Interface: 20504
|
||||
## Title: Gladdy - TBC
|
||||
## Version: 2.2-Beta
|
||||
## Version: 2.20-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
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Interface: 30400
|
||||
## Title: Gladdy - WotLK
|
||||
## Version: 2.2-Beta
|
||||
## Version: 2.20-Release
|
||||
## Notes: The most powerful arena AddOn for WoW 3.4.0
|
||||
## Author: XiconQoo, DnB_Junkee, Knall
|
||||
## X-Email: contact me on discord Knall#1751
|
||||
|
20
README.md
20
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
---
|
||||
|
||||
## [v2.20-Beta Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.20-Release/Gladdy_Classic_v2.20-Beta.zip)
|
||||
## [v2.20-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.20-Release/Gladdy_Classic_v2.20-Release.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
|
||||
|
||||
@ -79,6 +79,24 @@ Thank you!
|
||||
|
||||
### Changes
|
||||
|
||||
### v2.20-Release
|
||||
- **Cooldowns**
|
||||
- glow changed to PixelGlow
|
||||
- glow color configurable
|
||||
- improved tracking
|
||||
- feign death cd tracking
|
||||
- fixed Elemental Mastery and Presence of Mind tracking
|
||||
- **Auras**
|
||||
- improved **Aura** tracking
|
||||
- stealthed unit **Aura** tracking improved
|
||||
- fixed Berserking Wrath
|
||||
- **Totemplates**
|
||||
- ElvUI fix
|
||||
- fix ManaSpringTotem
|
||||
- fix Paladin **SpecDetection**
|
||||
- fix DRList conflict with Diminish
|
||||
- minor bugfixes/improvements
|
||||
|
||||
### v2.20-Beta
|
||||
- **Wrath** & **BCC** support
|
||||
- different auras/DRs/Cooldowns/Buffs per expansion
|
||||
|
Loading…
Reference in New Issue
Block a user