2.0.7
github-actions
released this
26 Nov 20:52
·
97 commits
to refs/heads/master
since this release
BeStride
2.0.7 (2022-11-26)
Full Changelog Previous Releases
- Merge pull request #188 from yannlugrin/feature/wrath_druid
Use Druid's Wrath form spells on WotLK - Merge pull request #199 from davidgrundstrom/patch-1
Set Sea Turtle as a Swimming Mount - Merge pull request #220 from Sharptsa/feature/french_localization
feat(localization): update french localization - Merge pull request #221 from Bestride/develop
Closes #183 - Add Raven Lord - Update deps
- Update deps and release drafter
- Closes: #183 - Add Raven Lord Mount
- Merge pull request #218 from Kyrbia/Kyrbia-patch-1
Update ko-KR.lua - Update localization/fr-FR.lua
Co-authored-by: Yann Lugrin [email protected] - Update localization/fr-FR.lua
Co-authored-by: Yann Lugrin [email protected] - Update localization/fr-FR.lua
Co-authored-by: Yann Lugrin [email protected] - feat(localization): update french localization
- Update MountDB.lua
Keep turtle as both ground and swimming mount. - Update ko-KR.lua
- Merge pull request #1 from Sharptsa/feature/wrath_druid_logic
Reworked logic of druid forms for Wrath - Merge branch 'feature/wrath_druid' into feature/wrath_druid_logic
- Merge branch 'Bestride:master' into feature/wrath_druid
- Merge pull request #215 from Bestride/develop
Update localizations - Convert options to Localized strings
- Change localization methodology
- Merge pull request #214 from Bestride/develop
Add Evoker support (@Falconcow) - Merge pull request #204 from Faldoncow/dracthyr
Add support for Evoker Hover ability - Merge pull request #213 from Bestride/develop
Add classic era support maybe... - Add classic era support maybe...
- Merge pull request #212 from Bestride/develop
Update for PrePatch - Fix broken API call for Durability
- Update TOC for PrePatch
- Merge pull request #211 from Bestride/develop
Move from Manual AceGUI Frame for options to Ace ConfigDialog & Integrated Blizz options - Try and fix options dialog on Retail
- Merge branch 'develop' of https://github.com/bestride/bestride into develop
- Move Changes to Options GUI
- Change from manual GUI to Ace ConfigDialog
- Merge pull request #210 from Bestride/develop
Merge pull request #209 from Bestride/master - Merge pull request #209 from Bestride/master
Update develop - Merge pull request #203 from sfjuocekr/patch-1
Updated the Raven Lord MountID - Merge pull request #206 from Sharptsa/fix/double_click_event
Fixes #192 - Additional work on #192 - Merge pull request #208 from Bestride/develop
Merge pull request #207 from Bestride/master - Merge pull request #207 from Bestride/master
Update develop - fix(ActionButton) only call code on press down
- Fix DB table
- reworked logic of druid forms for Wrath
- Add support for Evoker Hover ability
- Update MountDB.lua
Changed the ID for the Raven Lord, not sure if this was the right thing to do? Might need to add it instead. - Merge branch 'Bestride:master' into feature/wrath_druid
- Fix current druid form on Wrath
- Use IsPlayerSpell to know if Druid can fly
- Set Sea Turtle as a Swimming Mount
Changed Sea Turtle from being a ground mount to a swimming mount - Fix ident
- Fix usage of GetShapeshiftForm() on WotLK
- Use Druid's Wrath form spells on WotLK.
Refactor to use the Wrath spell on WotLK classic instead of generic
travel form that is used on Retail. Removing flying
form when flying doesn't work for now, and maybe some other behavior
when the druid is in one of the traveling form could not work as
expected.