From e20c5baf7488dc2f989a901edc33cee6fa759413 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:48:00 +0200 Subject: [PATCH 1/2] docs: remove redundant trailing space in README version history --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c72b0..063f1fd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Default installation path: `C:\Program Files\World of Warcraft\Interface\AddOns\ * **Macro, Item, and Script Bindings:** Support for binding named macros, inventory items, and inline scripts (e.g. `/target`) directly to mouse clicks in the Spells tab. All of these now natively support implicit `@mouseover` targeting on the unit frame you click, without losing your current target. * **Modifier-Aware Tooltips & Resource Costs:** The tooltip dynamically updates to show exactly what action is bound when holding down Shift, Ctrl, or Alt over a frame. Spells also show their required mana cost, turning red if you do not have enough mana to cast them. * **Memory Recycling Pool:** Added a local table recycling pool in the data layer to greatly reduce Lua garbage collection (GC) spikes, improving overall client frame rates during intense combat. -* + **v1.4.2** * **Memory Optimization:** Fixed a significant memory leak where tracking tables were being repeatedly allocated every tick during aura scanning, and replaced `table.foreach` with pairs loops to avoid GC spikes during combat. From 6c4297c1261cb43be3fd79fde7e9135c564dd502 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:40:18 +0200 Subject: [PATCH 2/2] Update README.md info about dev branch adses --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb5874e..16f025b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Original HealBot, while being a staple healing addon in Wrath and later expansio > **Performance First:** The raidframe is not library reliant - unlike popular raidframe replacement addons it doesn't rely at all on external frameworks. While this makes my work a bit harder this allows complete control over garbage collection and CPU use which makes it multiple times more stable and lightweight. +### Development version +There is dev branch available, it might be slightly more unstabl but most of time it does have more features present. It's only merged into main when major feature set is implemented and stabilised. + ### Reporting Errors Major errors will pop up a frame with error information. Take a screenshot and post comments.