diff --git a/CHANGELOG.md b/CHANGELOG.md index b2621f50..31f91079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## Version 100002.03 + +### Action Bars + +- Fixed an issue where the OOM indicator state wouldn't reset properly on config updates. + ## Version 100002.02 ### Action Bars diff --git a/ls_UI/core/changelog.lua b/ls_UI/core/changelog.lua index a4f19c81..d00b22b2 100644 --- a/ls_UI/core/changelog.lua +++ b/ls_UI/core/changelog.lua @@ -8,7 +8,5 @@ local _G = getfenv(0) E.CHANGELOG = [[ ### Action Bars -- Readded the OOM indicator option back to the action bar config. -- Fixed action button lock. -- Misc bug fixes and tweaks. +- Fixed an issue where the OOM indicator state wouldn't reset properly on config updates. ]] diff --git a/ls_UI/embeds/LibActionButton-1.0 b/ls_UI/embeds/LibActionButton-1.0 index 255fa29c..b99c6fe4 160000 --- a/ls_UI/embeds/LibActionButton-1.0 +++ b/ls_UI/embeds/LibActionButton-1.0 @@ -1 +1 @@ -Subproject commit 255fa29cf9b49ff57b9097137dc819016611e9f7 +Subproject commit b99c6fe40aa7f766849cf9dbbc2f9561d5534874 diff --git a/ls_UI/ls_UI.toc b/ls_UI/ls_UI.toc index ed6b1c62..e0501dad 100644 --- a/ls_UI/ls_UI.toc +++ b/ls_UI/ls_UI.toc @@ -1,6 +1,6 @@ ## Interface: 100002 ## Author: lightspark -## Version: 100002.02 +## Version: 100002.03 ## Title: LS: |cff1a9fc0UI|r ## Notes: Yet another UI, but this one is a bit special... ## SavedVariables: LS_UI_GLOBAL_CONFIG, LS_UI_PRIVATE_CONFIG