Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ElvUI Project
ElvUI
Commits
4613c809
Commit
4613c809
authored
Nov 07, 2020
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prep 12.11
parent
b17b30fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
CHANGELOG.md
CHANGELOG.md
+14
-1
ElvUI/ElvUI.toc
ElvUI/ElvUI.toc
+1
-1
ElvUI/Modules/ActionBars/ActionBars.lua
ElvUI/Modules/ActionBars/ActionBars.lua
+1
-1
No files found.
CHANGELOG.md
View file @
4613c809
### Version 12.1
1
[ ETA: 🍨 ]
### Version 12.1
2
[ ETA: 🍨 ]
**Sweet:**
__
_
### Version 12.11 [ November 7th 2020 ]
**Sweet:**
The Keybinds for disabled ActionBars will work again! Sorry this was overlooked.
Corrected Count Font Outline on Top Auras, along with the border color being incorrect. Also, Apply All Fonts will a work for these again.
Implemented a work around for the Quest Objective Tracker Icon being unusable sometimes in combat.
Added a toggle for Action Button Glow incase you don't want to see procs happening.
Seals were showing when Parchment Remover was enabled, should be hidden again now.
Fixed the Mend Pet spell ID for Aura indicator on Pet.
Added Show Level option for EXP Databar.
__
_
### Version 12.10 [ November 6th 2020 ]
**Hotfix:**
...
...
ElvUI/ElvUI.toc
View file @
4613c809
## Interface: 90001
## Author: Elv, Simpy
## Version: 12.1
0
## Version: 12.1
1
## Title: |cff1784d1ElvUI|r
## Notes: User Interface replacement AddOn for World of Warcraft.
## SavedVariables: ElvDB, ElvPrivateDB
...
...
ElvUI/Modules/ActionBars/ActionBars.lua
View file @
4613c809
...
...
@@ -2,7 +2,7 @@ local E, L, V, P, G = unpack(select(2, ...)); --Import: Engine, Locales, Private
local
AB
=
E
:
GetModule
(
'ActionBars'
)
local
_G
=
_G
local
unpack
=
unpack
local
next
,
unpack
=
next
,
unpack
local
ipairs
,
pairs
,
select
,
strmatch
=
ipairs
,
pairs
,
select
,
strmatch
local
format
,
gsub
,
strsplit
,
strfind
=
format
,
gsub
,
strsplit
,
strfind
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment