readme + version
This commit is contained in:
		@@ -31,7 +31,7 @@ local MAJOR, MINOR = "Gladdy", 5
 | 
				
			|||||||
local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
 | 
					local Gladdy = LibStub:NewLibrary(MAJOR, MINOR)
 | 
				
			||||||
local L
 | 
					local L
 | 
				
			||||||
Gladdy.version_major_num = 2
 | 
					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_num = Gladdy.version_major_num + Gladdy.version_minor_num
 | 
				
			||||||
Gladdy.version_releaseType = RELEASE_TYPES.release
 | 
					Gladdy.version_releaseType = RELEASE_TYPES.release
 | 
				
			||||||
Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType
 | 
					Gladdy.version = PREFIX .. Gladdy.version_num .. "-" .. Gladdy.version_releaseType
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
## Interface: 20503
 | 
					## Interface: 20504
 | 
				
			||||||
## Title: Gladdy - TBC
 | 
					## Title: Gladdy - TBC
 | 
				
			||||||
## Version: 2.00-Release
 | 
					## Version: 2.10-Release
 | 
				
			||||||
## Notes: The most powerful arena AddOn for WoW 2.5.3
 | 
					## Notes: The most powerful arena AddOn for WoW 2.5.4
 | 
				
			||||||
## 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
 | 
				
			||||||
## SavedVariables: GladdyXZ
 | 
					## SavedVariables: GladdyXZ
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										34
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								README.md
									
									
									
									
									
								
							@@ -1,10 +1,10 @@
 | 
				
			|||||||
# 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.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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
###### <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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -78,6 +78,36 @@ Thank you!
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Changes
 | 
					### 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
 | 
					### 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.
 | 
					This is a packed release with new features and bugfixes. Most importantly, positioning of all elements has been redone with movable frames.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user