Skip to content

Commit

Permalink
13.72
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jul 25, 2024
1 parent 3315ff6 commit cdbff23
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
### Version 13.72 [ July 25th 2024 ]
* Chat error when Battlenet is failing to provide info during Social Queue.
* Objective Tracker causing an error trying to show and hide still, currently the autohide functionality is broken.
* Spec Switch Datatext was not opening Talents.
* Added option to adjust the scaling of the Retail ESC Game Menu in General > Cosmetic
* Hotkey text was over Cooldowns (this was something Blizzard changed so this fix only applies to our Actionbars).
* Minimap Middle Click menu has icons again and also has the Profession button like Microbar (on retail).
* Reimplemented Autohide for Objective Tracker (updated the Autohide Objective Tracker for Cataclysm Arena too).
* World Markers can be set by holding shift in Raid Control, this mod key can be adjusted in General > BlizzUI Improvements > Raid Control.
* Spell ID will show up on #showtooltip macros again.
* Unitframe Fader during Hover not working correctly.
* Minimap Tracking button hide is reactivated.
* Party frames were not pingable anymore on Retail.
* Issue with using Transfer Currencies involving RequestCurrencyFromAccountCharacter.
* ExpandAllFactionHeaders error resolved.
* Mover dropdown under the Nudge frame itself.
* Skin issues:
* Guild Reputation progress bar was always full.
* Dropdown boxes overlapping with zone text in the /who list.
* Updated the color for the quest text notice "This quest has been completed on your account already"
* Bags/Bank skin in Classic and Cataclysm are fixed when Bags module is disabled.
* Great Vault skin error when parchment remover was enabled.
* Spellbook skin error when you unlearn a profession.
* Scrapping Machine skin erroring on open.
* Skinned new Currency Transfer menu.

### Version 13.71 [ July 23rd 2024 ]
* The War Within patch 11.0 supported.
* Unitframe Health causing a point error when profiles switch.
Expand Down Expand Up @@ -51,7 +77,7 @@
* Group frames now show Alternative Power options.
* Guild Instance Difficulty icon shows correctly.
* Missing battleground healer/tank icons on some locales.
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cata)
* Raid Utility: Target Icons (all), Role Icons (party), World Markers (Cataclysm)
* Panda Remix: Fixed double character page gem display.
* Party Pets & Target: Individual Glow settings added.

Expand Down
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.71, '13.71-git', nil, true
return 13.72, '13.72-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down

0 comments on commit cdbff23

Please sign in to comment.