Skip to content

Commit 53d8765

Browse files
committed
10.5.2-TWW
1 parent e5be1ba commit 53d8765

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

KkthnxUI/Config/Elements/FilterLists/Changelog.lua

+39
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
local K = KkthnxUI[1]
22

33
local KKUI_Changelog = {
4+
{
5+
Version = "[10.5.2] - 2024-08-23 - Patch 11.0",
6+
General = "This update includes significant bug fixes, visual improvements, and feature enhancements aimed at providing a smoother and more reliable experience.",
7+
8+
Sections = {
9+
10+
{
11+
Header = "Appearance and Functionality Updates",
12+
Entries = {
13+
"Updated the version out of date notification system with improved visuals and messaging.",
14+
"Improved compatibility with third-party addons by handling minimap recycling for features such as TomTom and WIM.",
15+
},
16+
},
17+
18+
{
19+
Header = "Bug Fixes",
20+
Entries = {
21+
"Fixed several range-related issues that caused incorrect fading behavior during combat.",
22+
"Resolved an error related to item count tracking.",
23+
},
24+
},
25+
26+
{
27+
Header = "Feature Additions and Code Updates",
28+
Entries = {
29+
"Implemented new safeguards in unitframe tags to improve the handling of text and title displays.",
30+
"Updated several AuraWatch lists and filters to ensure accurate tracking for all relevant classes.",
31+
},
32+
},
33+
34+
{
35+
Header = "Version Bump",
36+
Entries = {
37+
"Increased the addon version to 10.5.2 to reflect the latest fixes and enhancements.",
38+
},
39+
},
40+
},
41+
},
42+
443
{
544
Version = "[10.5.1] - 2024-08-22 - Patch 11.0",
645
General = "This update includes various performance optimizations across the codebase to improve maintainability and efficiency. These optimizations enhance overall functionality and responsiveness.",

0 commit comments

Comments
 (0)