From 4a3def35562ac49cf51f59686bf65cf6ae879047 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 19 May 2024 15:42:08 -0300 Subject: [PATCH] Change Logs --- boot.lua | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index 83375c9ca..3acc7853d 100644 --- a/boot.lua +++ b/boot.lua @@ -18,8 +18,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 12717 - Details.alpha_build_counter = 12717 --if this is higher than the regular counter, use it instead + Details.build_counter = 12755 + Details.alpha_build_counter = 12755 --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 @@ -183,6 +183,17 @@ do local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details") local news = { + {"v10.2.7.12755.156", "May 19th, 2024"}, + "Pet names on tooltips are now transliterate from Cyrillic.", + "Default segments amount are now 25 and save 15, users with different amount set won't have their settings changed.", + "Fixed an error when the user opens the death recap.", + "Merging the effects of All-Totem of the Mastr (Flamanis).", + "Added a season setting to stop right click for bookmark: '/run Details.no_bookmark = true' stop the right click for bookmark in combat or not.\n/run Details.no_bookmark_on_combat = true stop the right click for bookmark only in combat.\nYou need to run this command every time you log in or add it into the Auto Run Code.", + "A few changes has been done in an attempt to fix the loot squares not showing properly in the mythic+ end screen.", + "The options panel now cannot be dragged outside the screen, this will stop users with two monitors to acciently moving the window out of screen.", + "Tooltip bar colors are now fixed and won't lost its setting on reload.", + "The buff Rallied to Victory should now be shown in the player breakdown window Auras tab.", + {"v10.2.6.12699.156", "May 03th, 2024"}, "Framework and Backend upgrades.", "Added Toc data for Cata classic.",