From 057a0314ae5325f728bbdee8d498f71d8ed9d7dd Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Sun, 29 Aug 2021 21:55:11 +0700 Subject: [PATCH 1/5] .toc bump --- ls_UI.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls_UI.toc b/ls_UI.toc index 04a9919f..40544fbe 100644 --- a/ls_UI.toc +++ b/ls_UI.toc @@ -1,6 +1,6 @@ ## Interface: 90100 ## Author: lightspark -## Version: 90100.02 +## Version: 90100.03 ## Title: LS: |cff1a9fc0UI|r ## Notes: Yet another UI, but this one is a bit special... ## SavedVariablesPerCharacter: LS_UI_CHAR_CONFIG From 3e27364a1cee3763bab065f51a0f70d243007b36 Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Mon, 30 Aug 2021 12:48:24 +0700 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- embeds/oUF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embeds/oUF b/embeds/oUF index 47e8afae..b6ac68be 160000 --- a/embeds/oUF +++ b/embeds/oUF @@ -1 +1 @@ -Subproject commit 47e8afae28d05c9c130722d2bc822c9e68bde49c +Subproject commit b6ac68be2e331f64bca0915241d7cd21a567ec78 From 251b76826584360d13d253692d711403c340fb0a Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Tue, 2 Nov 2021 12:21:28 +0700 Subject: [PATCH 3/5] Trying to redraw unit tooltips breaks tooltips sometimes --- modules/tooltips/tooltips.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/tooltips/tooltips.lua b/modules/tooltips/tooltips.lua index 2fc65d4e..345d349f 100644 --- a/modules/tooltips/tooltips.lua +++ b/modules/tooltips/tooltips.lua @@ -624,8 +624,6 @@ local function tooltip_SetUnit(self) end cleanUp(self) - - self:Show() end local function MODIFIER_STATE_CHANGED(key) From a865cad8c8d5100d4fe47f7c080f45780b7d6cab Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Wed, 3 Nov 2021 16:29:37 +0700 Subject: [PATCH 4/5] .toc bump --- ls_UI.toc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ls_UI.toc b/ls_UI.toc index 40544fbe..0819652f 100644 --- a/ls_UI.toc +++ b/ls_UI.toc @@ -1,6 +1,6 @@ -## Interface: 90100 +## Interface: 90105 ## Author: lightspark -## Version: 90100.03 +## Version: 90105.01 ## Title: LS: |cff1a9fc0UI|r ## Notes: Yet another UI, but this one is a bit special... ## SavedVariablesPerCharacter: LS_UI_CHAR_CONFIG From 16c451c0d85c78582e1c01791a3952780f1db4c8 Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Sat, 6 Nov 2021 15:49:50 +0700 Subject: [PATCH 5/5] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d62957..87277f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## Version 90105.01 + +- Added 9.1.5 support; +- Fixed an issue that sometimes prevented tooltips from being displayed. + ## Version 90100.02 - Added support for Domination Sockets on the character panel;