From 611f584b8de644a6f37d76c0e93e2b6c976f9572 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:50:07 +0200 Subject: [PATCH 1/2] docs: update version to v1.6 in changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdc91e..63eaa66 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Default installation path: `C:\Program Files\World of Warcraft\Interface\AddOns\ ### Change Log -**v1.5.1** +**v1.6** * **Event Loop Decoupling:** Ripped out redundant synchronous UI redraws that were bypassed by the new MVC architecture. High-frequency events (mana regen, health ticks) now fully rely on the `HealBot_OnUpdate` dirty queue, severely reducing CPU bottlenecks. * **Combat UI Optimizations:** Removed unnecessary full spell recalculations when dropping combat, preventing client stutter after every mob kill. * **Memory Optimization:** Fixed severe Lua garbage collection spikes during UI reloads by preventing full party layout rebuilds on `PLAYER_TARGET_CHANGED`, and cached dynamic string concatenations directly to unit frames to eliminate memory leakage on high frequency UI refreshes. From 40ad96ae071f31431d45248a4f39d8b8c9a8d085 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:51:51 +0200 Subject: [PATCH 2/2] bump version to 1.6.0 in HealBotBlue.toc --- HealBotBlue.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HealBotBlue.toc b/HealBotBlue.toc index b61b6eb..39c4310 100644 --- a/HealBotBlue.toc +++ b/HealBotBlue.toc @@ -1,6 +1,6 @@ ## Interface: 11200 ## Title: HealBotBlue -## Version: 1.5.1 +## Version: 1.6.0 ## Author: Bluewhale ## Notes: Adds panel with skinable bars for healing and decursive ## SavedVariablesPerCharacter: HealBot_Config