Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Aug 1, 2024
2 parents ac2104c + e6debb1 commit 0af3f94
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 110000.03

### Action Bars

- Fixed an issue where droids wouldn't get the skyriding bar in the flying form.

## Version 110000.02

### Blizzard
Expand Down
8 changes: 2 additions & 6 deletions ls_UI/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
### Blizzard
### Action Bars
- Added an option to scale the game menu. Can be found at /LSUI > Blizzard > Game Menu.
### Tooltips
- Added the bag vs bank (bank + reagent bank + warbank) details to the total item count. It'll only be shown if you have that item in your banks.
- Fixed an issue where droids wouldn't get the skyriding bar in the flying form.
]]
2 changes: 1 addition & 1 deletion ls_UI/embeds/oUF
Submodule oUF updated 1 files
+14 −5 ouf.lua
2 changes: 0 additions & 2 deletions ls_UI/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ E:RegisterEvent("ADDON_LOADED", function(arg1)
AddonCompartmentFrame:RegisterAddon({
text = L["LS_UI"],
icon = "Interface\\AddOns\\ls_UI\\assets\\logo-32",
notCheckable = true,
registerForAnyClick = true,
func = function()
if not InCombatLockdown() then
openConfig()
Expand Down
2 changes: 1 addition & 1 deletion ls_UI/ls_UI.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 110000, 110002
## Author: lightspark
## Version: 110000.02
## Version: 110000.03
## Title: LS: |cff1a9fc0UI|r
## Notes: Yet another UI, but this one is a bit special...
## IconTexture: Interface\AddOns\ls_UI\assets\logo-64
Expand Down
4 changes: 2 additions & 2 deletions ls_UI/modules/bars/actionbars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ local PAGE_STATES = {
["ROGUE"] = " [bonusbar:1] 7;",
-- Soar
["EVOKER"] = " [bonusbar:1] 7;",
-- [bonusbar:5] 11 is dragon riding
["DEFAULT"] = "[overridebar] 18; [shapeshift] 17; [vehicleui][possessbar] 16; [bonusbar:5,mounted] 11; [bar:2] 2; [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6;",
-- [bonusbar:5] 11 is skyriding
["DEFAULT"] = "[overridebar] 18; [shapeshift] 17; [vehicleui][possessbar] 16; [bonusbar:5] 11; [bar:2] 2; [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6;",
}

local function getPageState()
Expand Down

0 comments on commit 0af3f94

Please sign in to comment.