From 85c6a18fd0ab1db7522ba56ee514be41e47c4f7a Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:13:39 -0700 Subject: [PATCH] bump version --- Details.toc | 2 +- boot.lua | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Details.toc b/Details.toc index 7e2ad70e..a41cc8f1 100644 --- a/Details.toc +++ b/Details.toc @@ -5,7 +5,7 @@ ## SavedVariables: _detalhes_global, __details_backup, __details_debug ## SavedVariablesPerCharacter: _detalhes_database ## OptionalDeps: Ace3, LibSharedMedia-3.0, LibWindow-1.1, LibDBIcon-1.0, NickTag-1.0, LibDataBroker-1.1, LibGraph-2.0 -## Version: #Details.20240508.12889.160 +## Version: #Details.20240508.12890.160 ## X-IconTexture: Interface\AddOns\Details\images\minimap ## X-Curse-Project-ID: 61284 diff --git a/boot.lua b/boot.lua index 50ce15a6..3f7d188b 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version = GetBuildInfo() - Details.build_counter = 12889 - Details.alpha_build_counter = 12889 --if this is higher than the regular counter, use it instead + Details.build_counter = 12890 + Details.alpha_build_counter = 12890 --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 @@ -223,6 +223,10 @@ do local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details") local news = { + {"Ascension.12890.160", "October 18th, 2024"}, + "Potential fix for lua error spam caused by Absorb tracking", + "Fixed an issue preventing the \"Everything\" Mode from tracking players not in your group.", + {"Ascension.12889.160", "October 7th, 2024"}, "Fixes for mana regen and other resource tracking.",