Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Aug 29, 2024
2 parents fc21462 + 0cb926e commit b38d361
Show file tree
Hide file tree
Showing 25 changed files with 192 additions and 281 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Version 3.06 [29-08-2024]
**All WoW Versions:**
ElvUI 13.76+ compatibility
Updated BigWigs profiles to include their new Nameplate CD module
**Retail:**
Added all Healer specializations to the LuckyoneUI edits of class WeakAura packs
Added all Tank specializations to the LuckyoneUI edits of class WeakAura packs
Added more DPS specializations to the LuckyoneUI edits of class WeakAura packs
Updated "Setup Aura Filters" in /lucky config for some TWW AuraWatch IDs
Updated Balance Druid class WeakAura pack
Updated OmniCD profile (Fixes icon offset in healing profile)
Updated WindTools profile
**Misc:**
Updated README
___
### Version 3.05 [17-08-2024]
**All WoW Versions:**
ElvUI 13.74+ compatibility
Expand Down
21 changes: 12 additions & 9 deletions CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### Version 3.05 [17-08-2024]
### Version 3.06 [29-08-2024]
**All WoW Versions:**
ElvUI 13.74+ compatibility
Fixes for the AddOnSkins profile db
Removed alt setup from installer, since the installer won't pop up on alts anyways (still available in the config)
Updated deDE locales (Credits: Dlarge)
ElvUI 13.76+ compatibility
Updated BigWigs profiles to include their new Nameplate CD module
**Retail:**
Added LuckyoneUI edits of class packs for around 18 specializations
Reworked WeakAuras config section
Updated TOC for 11.0.2
WeakAuras can now be imported from ingame rather than a Wago link
Added all Healer specializations to the LuckyoneUI edits of class WeakAura packs
Added all Tank specializations to the LuckyoneUI edits of class WeakAura packs
Added more DPS specializations to the LuckyoneUI edits of class WeakAura packs
Updated "Setup Aura Filters" in /lucky config for some TWW AuraWatch IDs
Updated Balance Druid class WeakAura pack
Updated OmniCD profile (Fixes icon offset in healing profile)
Updated WindTools profile
**Misc:**
Updated README
5 changes: 4 additions & 1 deletion ElvUI_LuckyoneUI/Core/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,15 @@ function L1UI:Config()
L1UI.Options.args.weakauras.args.maintained.inline = true
L1UI.Options.args.weakauras.args.maintained.args.evoker = ACH:Execute(format('|cff33937F%s|r', L["Evoker"]), nil, 1, function() Private:WeakAurasImport('evoker') end)
L1UI.Options.args.weakauras.args.maintained.args.druid = ACH:Execute(format('|cffFF7C0A%s|r', L["Druid"]), nil, 2, function() Private:WeakAurasImport('druid') end)
L1UI.Options.args.weakauras.args.maintained.args.spacer = ACH:Spacer(3, 'full')
L1UI.Options.args.weakauras.args.maintained.args.auraList = ACH:Description('- |cff33937FEvoker|r: Augmentation, Devastation\n- |cffFF7C0ADruid|r: Balance', 5, 'medium')
L1UI.Options.args.weakauras.args.edits = ACH:Group(L["WeakAuras - Edits of other packs"], nil, 2)
L1UI.Options.args.weakauras.args.edits.inline = true
L1UI.Options.args.weakauras.args.edits.args.importButtonRanged = ACH:Execute(L["Ranged DPS"], nil, 1, function() Private:WeakAurasImport('customEditsRanged') end)
L1UI.Options.args.weakauras.args.edits.args.importButtonMelee = ACH:Execute(L["Melee DPS"], nil, 2, function() Private:WeakAurasImport('customEditsMelee') end)
L1UI.Options.args.weakauras.args.edits.args.spacer = ACH:Spacer(3, 'full')
L1UI.Options.args.weakauras.args.edits.args.auraList = ACH:Description('- |cff00FF98Monk|r Windwalker\n- |cffFFFFFFPriest|r: Shadow\n- |cffA330C9Demon Hunter|r: Havoc\n- |cffAAD372Hunter|r: Beast Master, Marksmanship\n- |cffFFF468Rogue|r: Assassination, Outlaw\n- |cff3FC7EBMage|r: Arcane, Fire\n- |cffC41E3ADeath Knight|r: Unholy, Frost\n- |cffF48CBAPaladin|r: Retribution\n- |cff8788EEWarlock|r: Demonology, Destruction\n- |cffC69B6DWarrior|r: Fury, Arms\n- |cff0070DDShaman|r: Elemental\n- |cffFF7C0ADruid|r: Feral', 4, 'medium')
L1UI.Options.args.weakauras.args.edits.args.importButtonTanks = ACH:Execute(L["Tanks"], nil, 4, function() Private:WeakAurasImport('customEditsTanks') end)
L1UI.Options.args.weakauras.args.edits.args.importButtonHealers = ACH:Execute(L["Healers"], nil, 5, function() Private:WeakAurasImport('customEditsHealers') end)
L1UI.Options.args.weakauras.args.misc = ACH:Group(L["WeakAuras - General"], nil, 3)
L1UI.Options.args.weakauras.args.misc.inline = true
L1UI.Options.args.weakauras.args.misc.args.keys = ACH:Execute('!keys command', nil, 1, function() Private:WeakAurasImport('keys') end)
Expand Down
1 change: 1 addition & 0 deletions ElvUI_LuckyoneUI/Core/Setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function Private:Setup_PrivateDB()
end

if E.global.L1UI.dev then
E.private.bags.enable = false
E.private.general.chatBubbles = 'disabled'
E.private.L1UI.disabledFrames.AlertFrame = true
E.private.L1UI.disabledFrames.BossBanner = true
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.05
## Version: 3.06

## Interface: 40400
## X-Required-ElvUI: 13.74
## X-Required-ElvUI: 13.76

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.05
## Version: 3.06

## Interface: 110002
## X-Required-ElvUI: 13.74
## X-Required-ElvUI: 13.76

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.05
## Version: 3.06

## Interface: 11503
## X-Required-ElvUI: 13.74
## X-Required-ElvUI: 13.76

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ L["Fonts and Textures"] = "Schriftarten und Texturen"
L["General CVars"] = "Allgemeine CVars"
L["General"] = "Allgemein"
L["Graphics"] = "Grafik"
L["Healers"] = "Heiler"
L["Healing Layout"] = "Heiler Layout"
L["Healing"] = "Heilung"
L["Hide Blizzard Frames"] = "Verstecke Blizzard Fenster"
Expand Down Expand Up @@ -182,6 +183,7 @@ L["Skip and close the installer"] = "Überspringe und schließe das Installation
L["Successfully updated your current layout to LuckyoneUI version "] = "Dein aktuelles Layout wurde erfolgreich auf die LuckyoneUI Version aktualisiert."
L["Supporters"] = "Unterstützer"
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = "Zielfenster Stärkungszauber"
L["Target Frame Debuffs"] = "Zielfenster Schwächungszauber"
L["Testers and Translation"] = "Tester und Übersetzer"
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = "Fontes e Texturas"
L["General CVars"] = "CVars Gerais"
L["General"] = "Geral"
L["Graphics"] = "Gráficos"
L["Healers"] = true
L["Healing Layout"] = "Perfil de Curandeiro"
L["Healing"] = "Curando"
L["Hide Blizzard Frames"] = "Esconder Painéis da Blizzard"
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = "Pular e fechar o instalador"
L["Successfully updated your current layout to LuckyoneUI version "] = "Seu perfil foi atualizado com sucesso para o LuckyoneUI versão "
L["Supporters"] = "Apoiadores"
L["Tags"] = "Etiquetas"
L["Tanks"] = true
L["Target Frame Buffs"] = "Bônus do Quadro de Alvo"
L["Target Frame Debuffs"] = "Penalidades do Quadro de Alvo"
L["Testers and Translation"] = "Testadores e Tradução"
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = "Шрифты и текстуры"
L["General CVars"] = "Основные CVars"
L["General"] = "Общее"
L["Graphics"] = "Графика"
L["Healers"] = true
L["Healing Layout"] = "Макет 'Исцеление'"
L["Healing"] = "Исцеление"
L["Hide Blizzard Frames"] = "Скрыть рамки Blizzard"
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = "Ваш текущий макет успешно обновлен до версии "
L["Supporters"] = "Поддержка"
L["Tags"] = "Теги"
L["Tanks"] = true
L["Target Frame Buffs"] = "Баффы рамки цели"
L["Target Frame Debuffs"] = "Дебаффы рамки цели"
L["Testers and Translation"] = "Тестеры и перевод"
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ L["Fonts and Textures"] = true
L["General CVars"] = true
L["General"] = true
L["Graphics"] = true
L["Healers"] = true
L["Healing Layout"] = true
L["Healing"] = true
L["Hide Blizzard Frames"] = true
Expand Down Expand Up @@ -183,6 +184,7 @@ L["Skip and close the installer"] = true
L["Successfully updated your current layout to LuckyoneUI version "] = true
L["Supporters"] = true
L["Tags"] = true
L["Tanks"] = true
L["Target Frame Buffs"] = true
L["Target Frame Debuffs"] = true
L["Testers and Translation"] = true
Expand Down
5 changes: 3 additions & 2 deletions ElvUI_LuckyoneUI/Modules/Auras/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Private:Setup_Filters_Retail()
DRUID = { 207386, 188550, 155777, 203554, 774, 102351, 102352, 8936, 33763, 48438, 200389 },
EVOKER = { 367364, 376788, 363502, 406732, 410089, 364343, 395152, 373267, 366155, 369459, 357170, 360827, 355941, 406789, 361022 },
MONK = { 325209, 115175, 191840, 116849, 119611, 124682, 116841 },
PALADIN = { 1044, 200025, 287280, 148039, 6940, 156910, 157047, 204018, 223306, 53563, 1022, 395180 },
PALADIN = { 1044, 200025, 148039, 6940, 156910, 157047, 204018, 223306, 53563, 1022, 395180, 156322, 481381 },
PRIEST = { 139, 193065, 10060, 214206, 17, 33206, 194384, 41635, 47788, 6788, 77489 },
SHAMAN = { 61295, 383648, 974 },
-- Others
Expand Down Expand Up @@ -222,7 +222,8 @@ function Private:Setup_Filters_Retail()
-- Paladin
classes['PALADIN'][1044]['style'] = 'texturedIcon'
classes['PALADIN'][200025]['style'] = 'texturedIcon'
classes['PALADIN'][287280]['style'] = 'texturedIcon'
classes['PALADIN'][481381]['style'] = 'texturedIcon'
classes['PALADIN'][156322]['style'] = 'texturedIcon'
classes['PALADIN'][148039]['style'] = 'texturedIcon'
classes['PALADIN'][6940]['style'] = 'texturedIcon'
classes['PALADIN'][156910]['style'] = 'texturedIcon'
Expand Down
Loading

0 comments on commit b38d361

Please sign in to comment.