Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Nov 10, 2018
1 parent e50c8a8 commit 0866184
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
1 change: 1 addition & 0 deletions BeStride_GUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ function BeStride_GUI:BugReportClear()
BeStride_GUI.debugclose = nil
AceGUI:Release(BeStride_Debug_Frame)
BeStride_Debug_Frame = nil
collectgarbage()
end

function BeStride_GUI:DebugTable(table,depth)
Expand Down
86 changes: 86 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,92 @@ The following classes have special features:

Changelog
=================
v1.0.17
-----------------
* Added Debug Information. Type "/br bug" to access. Be aware, your game will freeze while debug information is compiled.
* Update Changelog

v1.0.16
-----------------
* Merged Pull #86 (mcc1/develop) - Check against class id instead of name
* Merged Pull #90 (mcc1/robot)
* Fixes #91 - Added Escape Keybind to close frame

v1.0.15
-----------------
* Version Bump

v1.0.14
-----------------
* Fixes #77 - Add Blacklist for Flying: Quel'Danas
* Fixes #78 - Add Blacklist for Flying: AzureMyst, BloodMyst, Eversong, Ghostlands
* Fixes #84 - Flight Form triggers when mounted
* Fixes #85 - New Mounts added even when not enabled
* Fixes #87 - spellID checked for null, however mountID used in final check
* Fixes #89 - Mage Blink Logic In Combat

v1.0.13
-----------------
* Fixes #81 - Added changed comparison for zone to zone.name


v1.0.12
-----------------
* Fixes #83 - Add check for nil continent and zone

v1.0.11
-----------------
* Fixes #82 - Put in check for empty continent

v1.0.10
-----------------
* Fixes #80 - Changed Function to DruidCanSwim()
* Fixes #68 - Implement check for nil parent in GetMapUntil()
* Fixes #72 - Restrict Vashj'ir mount to Vashj'ir only

v1.0.9
-----------------
* Merge pull #76 (Ragnar-F/develop) - Add German localization and other changes
* Fixes #74 - Added logic for blacklisting zones and continents
* Fixes #75 - Fixed Indoor/Outdoor Logic
* Fixes #72 - No Vashj'ir Mount Use In Addon!
* Fixes #73 - Remove garbage collection on click
* Merge pull (mcc1/develop) - add Taiwanese locale

v1.0.8
-----------------
* Fixes #71 - Corrected spelling mistaken on Demon Hunter Mount during Combat resulting in error being thrown

v1.0.7
-----------------
* Version Bump

v1.0.6
-----------------
* Fix ConfigRegistry Errors

v1.0.5
-----------------
* Version Bump
* Fixes #69 - Variable File Missing

v1.0.4
-----------------
* Fixes #66 - Reorder TOC

v1.0.3
-----------------
* Fixes #65 - Added check for mounted or flight form

v1.0.2
-----------------
* Added Localization

v1.0.1
-----------------
* Fixes #61 - Corrected Variable Spelling
* Fix Readme

v1.0.0
-----------------
* Full Release
Expand Down

0 comments on commit 0866184

Please sign in to comment.