Skip to content

Commit

Permalink
10.6.0-TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Dec 19, 2024
1 parent 5abb090 commit 9aac5bb
Show file tree
Hide file tree
Showing 14 changed files with 1,836 additions and 1,690 deletions.
1 change: 1 addition & 0 deletions KkthnxUI/Config/Elements/AuraWatchList/All.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local list = {
{ AuraID = 443531, UnitID = "player" }, -- 振奋之光
{ AuraID = 435493, UnitID = "player" }, -- 死亡之吻
{ AuraID = 455451, UnitID = "player" }, -- 迅芯烛台
{ AuraID = 445560, UnitID = "player" }, -- 紫蛋
{ AuraID = 449954, UnitID = "player" }, -- 奸邪发射机
{ AuraID = 449947, UnitID = "player", Text = NPE_JUMP }, -- 奸邪发射机,跳3下
-- 10.0 饰品
Expand Down
1 change: 1 addition & 0 deletions KkthnxUI/Config/Elements/AuraWatchList/Hunter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local list = {
{ AuraID = 407405, UnitID = "player" }, -- 弦之韵律
{ AuraID = 359844, UnitID = "player" }, -- 荒野的召唤
{ AuraID = 360952, UnitID = "player" }, -- 协同进攻
{ AuraID = 459859, UnitID = "player" }, -- 投弹手
{ AuraID = 388045, UnitID = "player", Flash = true }, -- 警戒
{ AuraID = 378770, UnitID = "player", Flash = true }, -- 夺命打击
{ AuraID = 378747, UnitID = "player", Flash = true }, -- 凶暴兽群
Expand Down
55 changes: 55 additions & 0 deletions KkthnxUI/Config/Elements/FilterLists/Changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,61 @@ local KKUI_Changelog = {
-- },
-- },

{
Version = "[10.6.0] - 2024-12-19 - Patch 11.0.7 - Siren Isle",
General = "This update introduces key fixes, optimizations, and new features for KkthnxUI. We’ve focused on improving performance, enhancing the user experience, and resolving reported issues to ensure a smoother, more reliable interface.",

Sections = {
{
Header = "Performance Improvements",
Entries = {
"Updated our loading process to prevent nil values.",
"Started to add checks to many functions and code for better error handling and stability.",
},
},

{
Header = "Bug Fixes and Optimizations",
Entries = {
"Fixed an error in QuickJoin.lua to prevent unexpected behavior.",
"Fixed health announce module from throwing nil value if pet name was nil.",
"Fixed nameplateSelectedScale CVar to ensure proper scaling on nameplates.",
"Belt will no longer bug you about not having a belt enchant, reducing unnecessary alerts.",
"Fixed keystone announce module to ensure proper announcement functionality.",
},
},

{
Header = "Nameplates and Aura Watch",
Entries = {
"Updated Nameplate and Aura Watch auras to ensure proper display and tracking.",
"Updated interrupt module to avoid announcing certain spells, reducing spam in chat.",
},
},

{
Header = "Library Updates",
Entries = {
"Updated oUF to the latest version for improved unit frame handling and functionality.",
},
},

{
Header = "New Features and Enhancements",
Entries = {
"Testing a chat filter to block pointless monster spam, leading to a cleaner chat experience.",
},
},

{
Header = "Action Bar Improvements",
Entries = {
"Updated action bar code for better responsiveness and overall performance.",
},
},
},
},

{
Version = "[10.5.9] - 2024-11-17 - Patch 11.0.5",
General = "This update brings various performance improvements, bug fixes, and visual refinements to KkthnxUI. We've focused on optimizing code, enhancing functionality, and resolving reported issues for a smoother user experience.",
Expand Down
Loading

0 comments on commit 9aac5bb

Please sign in to comment.