Skip to content

Commit

Permalink
v0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Mar 18, 2024
1 parent 6d347bc commit 14b02db
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 27 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ImproveAny by D4KiR

## [v0.9.42](https://github.com/d4kir92/ImproveAny/tree/v0.9.42) (2024-03-05)
[Full Changelog](https://github.com/d4kir92/ImproveAny/compare/v0.9.36...v0.9.42) [Previous Releases](https://github.com/d4kir92/ImproveAny/releases)
## [v0.9.43](https://github.com/d4kir92/ImproveAny/tree/v0.9.43) (2024-03-05)
[Full Changelog](https://github.com/d4kir92/ImproveAny/compare/v0.9.36...v0.9.43) [Previous Releases](https://github.com/d4kir92/ImproveAny/releases)

- v0.9.42
- v0.9.43
2 changes: 1 addition & 1 deletion ImproveAny.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Interface-Cata: 40400
## Interface: 100205

## Version: 0.9.42
## Version: 0.9.43
## Title: ImproveAny by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 40400
## Version: 0.9.42
## Version: 0.9.43
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 0.9.42
## Version: 0.9.43
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11501
## Version: 0.9.42
## Version: 0.9.43
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 0.9.42
## Version: 0.9.43
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
18 changes: 1 addition & 17 deletions libs/D4Lib/D4Lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,4 @@ for i, v in pairs(chatChannels) do
ChatFrame_AddMessageEventFilter(i, FixIconChat)
end

ChatFrame_AddMessageEventFilter("CHAT_MSG_CHANNEL", FixIconChat)
C_Timer.After(
4,
function()
if D4.LoadTargetHealth == nil then
function D4:LoadTargetHealth()
if D4:GetWoWBuild() ~= "RETAIL" and ShouldKnowUnitHealth and ShouldKnowUnitHealth("target") == false then
function ShouldKnowUnitHealth(unit)
return true
end
end
end

D4:LoadTargetHealth()
end
end
)
ChatFrame_AddMessageEventFilter("CHAT_MSG_CHANNEL", FixIconChat)
4 changes: 2 additions & 2 deletions settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ function ImproveAny:InitIASettings()
IASettings:Hide()
end

D4:SetVersion(AddonName, 136033, "0.9.42")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.42"))
D4:SetVersion(AddonName, 136033, "0.9.43")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.43"))
IASettings.CloseButton:SetScript(
"OnClick",
function()
Expand Down

0 comments on commit 14b02db

Please sign in to comment.