General development and bug fixes (see commit description).
- Fixed the deaths display, where the windows wasn't usig custom text scripts. - Fixed an issue with custom displays, where it was unable to use class colors in their texts. - More development and bug fixes on the new Mythic+ Run Completion panel. - Framework Update.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
local addonName, Details222 = ...
|
||||
local version, build, date, tocversion = GetBuildInfo()
|
||||
|
||||
Details.build_counter = 12294
|
||||
Details.alpha_build_counter = 12294 --if this is higher than the regular counter, use it instead
|
||||
Details.build_counter = 12307
|
||||
Details.alpha_build_counter = 12307 --if this is higher than the regular counter, use it instead
|
||||
Details.dont_open_news = true
|
||||
Details.game_version = version
|
||||
Details.userversion = version .. " " .. Details.build_counter
|
||||
@@ -158,9 +158,16 @@ do
|
||||
|
||||
--change logs
|
||||
--[=[
|
||||
|
||||
--]=]
|
||||
|
||||
local news = {
|
||||
{"v10.2.5.12307.155", "February 13th, 2024"},
|
||||
"Fixed the deaths display, where the windows wasn't usig custom text scripts.",
|
||||
"Fixed an issue with custom displays, where it was unable to use class colors in their texts.",
|
||||
"More development and bug fixes on the new Mythic+ Run Completion panel.",
|
||||
"Framework Update.",
|
||||
|
||||
{"v10.2.5.12294.155", "February 08th, 2024"},
|
||||
"General fixes applied to the Mythic+ Panel.",
|
||||
"The Mythic+ section in the options panel can now be translated.",
|
||||
|
||||
Reference in New Issue
Block a user