Skip to content

Commit

Permalink
10.5.2-TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkthnx committed Aug 23, 2024
1 parent e5be1ba commit 53d8765
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions KkthnxUI/Config/Elements/FilterLists/Changelog.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
local K = KkthnxUI[1]

local KKUI_Changelog = {
{
Version = "[10.5.2] - 2024-08-23 - Patch 11.0",
General = "This update includes significant bug fixes, visual improvements, and feature enhancements aimed at providing a smoother and more reliable experience.",

Sections = {

{
Header = "Appearance and Functionality Updates",
Entries = {
"Updated the version out of date notification system with improved visuals and messaging.",
"Improved compatibility with third-party addons by handling minimap recycling for features such as TomTom and WIM.",
},
},

{
Header = "Bug Fixes",
Entries = {
"Fixed several range-related issues that caused incorrect fading behavior during combat.",
"Resolved an error related to item count tracking.",
},
},

{
Header = "Feature Additions and Code Updates",
Entries = {
"Implemented new safeguards in unitframe tags to improve the handling of text and title displays.",
"Updated several AuraWatch lists and filters to ensure accurate tracking for all relevant classes.",
},
},

{
Header = "Version Bump",
Entries = {
"Increased the addon version to 10.5.2 to reflect the latest fixes and enhancements.",
},
},
},
},

{
Version = "[10.5.1] - 2024-08-22 - Patch 11.0",
General = "This update includes various performance optimizations across the codebase to improve maintainability and efficiency. These optimizations enhance overall functionality and responsiveness.",
Expand Down

0 comments on commit 53d8765

Please sign in to comment.