forked from phanx-wow/MountMe
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pngmn
committed
May 5, 2021
1 parent
6c79de2
commit a946091
Showing
1 changed file
with
11 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
### Version 8.0.0.0 | ||
|
||
* Updated for WoW 8.0 | ||
|
||
### Version 7.3.5.1 | ||
|
||
* Favorite mounts can now be saved per-character -- type `/mountme` for options | ||
* Added demon hunter Fel Rush to the list of abilities to use while moving or in combat | ||
* Removed workaround for flyable detection bugs in WoW 7.3.5 (fixed by Blizzard) | ||
|
||
### Version 7.3.5.0 | ||
|
||
* Added workaround for flyable detection bugs in WoW 7.3.5 | ||
* Added workaround for WoW wrongly reporting that class order halls are flyable | ||
* Added support for Broken Isles Pathfinder | ||
* Added support for heirloom mounts (Chauffeured Chopper etc.) | ||
* Merged the mount selection logic from my other addon AnyFavoriteMount (which is now discontinued): | ||
- Flying mounts are not summoned in non-flying areas | ||
- Underwater and zone-specific mounts are summoned when appropriate even if they aren't marked as favorites | ||
* Split the flyable detection logic to a reusable library component (see LibFlyable) | ||
### Changed in 9.0.5-1 | ||
- First release of this fork | ||
- Updated for Shadowlands Patch 9.0.5 | ||
- Added support for aquatic mounts underwater | ||
- Added support for repair mounts | ||
- Added support for the zone "The Maw" | ||
- Fixed cast delay for pet classes | ||
- Fixed halloween Magic Broom item | ||
- Fixed Vashj'ir Seahorse outside of Vashj'ir | ||
- Fixed ZoneAbility API change | ||
- !!! Disabled class abilities !!! |