Bluewhale1337
|
611f584b8d
|
docs: update version to v1.6 in changelog
|
2026-07-21 13:50:07 +02:00 |
|
Bluewhale1337
|
026d4093aa
|
refactor: optimize event processing, move global UI buttons, and reorganize options layout
|
2026-07-21 11:21:35 +02:00 |
|
Bluewhale1337
|
db07c467a3
|
chore: dynamically fetch version from add-on metadata instead of hardcoding
|
2026-07-21 09:31:55 +02:00 |
|
Bluewhale1337
|
c47d17f790
|
feat: implement auto-swap profile system and add safety null checks for skin configuration data
|
2026-07-21 09:29:44 +02:00 |
|
Bluewhale1337
|
dd9f9886b4
|
feat: implement automatic skin swapping based on group size and add horizontal grid layout options
|
2026-07-21 09:02:33 +02:00 |
|
Bluewhale1337
|
85ad55c1cb
|
perf: optimize CPU and memory usage via boolean state tracking, event filtering, and per-character SavedVariables.
|
2026-07-20 23:22:15 +02:00 |
|
Bluewhale1337
|
441a45150f
|
feat: add Spell_Holy_AshesToAshes icon and implement debuff tracking loop in UnitAura handler
|
2026-07-20 18:13:47 +02:00 |
|
Bluewhale1337
|
e6ad9e7506
|
perf: eliminate remaining GC spikes by preventing layout rebuilds on combat toggle and zeroing hot-loop table allocations
|
2026-07-18 23:43:35 +02:00 |
|
Bluewhale1337
|
9f08b356e1
|
docs: append v1.5.1 changelog detailing memory, mana, and buff tracking fixes
|
2026-07-18 23:39:07 +02:00 |
|
Bluewhale1337
|
3845ada15f
|
fix: remove artificial mana check to allow 0-mana cost buffs and fix tooltips disappearing instead of turning red
|
2026-07-18 23:37:51 +02:00 |
|
Bluewhale1337
|
826bf64eda
|
fix: resolve Self Only buff tracking failing on raid frames by replacing direct unit string comparisons with UnitIsUnit
|
2026-07-18 23:34:20 +02:00 |
|
Bluewhale1337
|
8854cd3caa
|
docs: add release notes for v1.4.2 to README.md
|
2026-07-18 23:26:14 +02:00 |
|
Bluewhale1337
|
c8a5e4f0eb
|
perf: eliminate string allocation GC spikes in healthbar refreshing and remove full UI rebuilds on target change
|
2026-07-18 13:35:59 +02:00 |
|
Bluewhale1337
|
2e35be6516
|
Merge pull request #5 from Bluewhale1337/main
Hotfix merge to dev
|
2026-07-18 12:40:18 +02:00 |
|
Bluewhale1337
|
07a9c3a93d
|
Merge branch 'dev' into main
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
|
2026-07-18 12:40:04 +02:00 |
|
Bluewhale1337
|
c8e62fe80e
|
docs: restore v1.4.2 changelog entry
|
2026-07-18 12:36:38 +02:00 |
|
Bluewhale1337
|
1334fc09bf
|
perf: replace table.foreach with pairs loops to avoid GC spikes during combat
|
2026-07-18 12:27:51 +02:00 |
|
Bluewhale1337
|
ce594af5fa
|
fix: memory leak in UnitAura and bump version to 1.4.2
|
2026-07-18 10:47:28 +02:00 |
|
Bluewhale1337
|
f1c5d6a8d1
|
Features: Expand action handling to support inline scripts, macros, and items while adding dynamic tooltip mana colorization and table memory management.
|
2026-07-15 14:56:03 +02:00 |
|
Bluewhale1337
|
0186fc1d93
|
Merge pull request #4 from Bluewhale1337/dev
Merging dev changes to main 1.4.1
v1.2.2
v1.4.1
|
2026-07-12 20:21:49 +02:00 |
|
Bluewhale1337
|
ff97414bb1
|
feat: implement robust spell failure detection, talent-based healing calculations, and improved incoming heal synchronization.
|
2026-07-12 19:44:50 +02:00 |
|
Bluewhale1337
|
d0d6a39fb9
|
feat: implement talent-based dynamic spell healing calculations for Druid, Priest, and Paladin classes
|
2026-07-12 15:44:44 +02:00 |
|
Bluewhale1337
|
4209b05ca0
|
Merge pull request #3 from Bluewhale1337/dev
Dev branch changes merged to main
v1.4.0
|
2026-07-12 00:51:45 +02:00 |
|
Bluewhale1337
|
66172cab45
|
refactor: replace MODIFIER_STATE_CHANGED event with polling in HealBot_OnUpdate to track modifier keys
|
2026-07-12 00:37:25 +02:00 |
|
Bluewhale1337
|
eec5745dbb
|
Update of readme
|
2026-07-12 00:20:04 +02:00 |
|
Bluewhale1337
|
4678236cc0
|
feat: add Enlighten spell support and update localization files
|
2026-07-11 15:21:28 +02:00 |
|
Bluewhale1337
|
a1aa1a4c1d
|
feat: add spell cast announcements with target validation for resurrections and added announcements for hoovercasting (mousover frames)
|
2026-07-11 11:06:27 +02:00 |
|
Bluewhale1337
|
86e0e0b18a
|
Refactor: rename global variables and constants with HealBot prefix and register MODIFIER_STATE_CHANGED event
|
2026-07-10 23:13:48 +02:00 |
|
Bluewhale1337
|
becb2ddfdb
|
Feat: added customizable unit frame health text and support for non-mana resource tracking
|
2026-07-10 17:08:50 +02:00 |
|
Bluewhale1337
|
7eb07d724e
|
Merge branch 'main' into dev - applying hotfixes
|
2026-07-10 16:06:16 +02:00 |
|
Bluewhale1337
|
2e8e57f5c4
|
Merge branch 'main' of https://github.com/Bluewhale1337/HealBotBlue
|
2026-07-10 15:54:42 +02:00 |
|
Bluewhale1337
|
f8c6c3493b
|
Refactor + Horfixes: replace UIDropDownMenu calls with wrapper functions and redesign chat option UI to support spell-based configuration.
|
2026-07-10 15:54:36 +02:00 |
|
Bluewhale1337
|
01a8e3bc6c
|
Update README.md
Known issues section added
|
2026-07-09 08:13:34 +02:00 |
|
Bluewhale1337
|
c50bcd54f3
|
Hotfix - prevent legacy UIDropDownMenu crashes by patching refresh and selection functions
v1.3.2
|
2026-07-06 22:15:41 +02:00 |
|
Bluewhale1337
|
4c7cfbde8e
|
add null checks when toggling HealBot options panels to prevent errors
|
2026-07-04 14:47:22 +02:00 |
|
Bluewhale1337
|
cb1ba1ab75
|
Implement auto-unshifting for druid shapeshift forms and add status command
|
2026-07-04 09:41:06 +02:00 |
|
Bluewhale1337
|
0c8b687f53
|
Implement EQUIPMENT_CHANGED observer pattern and update project to v1.4.0
|
2026-07-03 12:37:20 +02:00 |
|
Bluewhale1337
|
42715fba47
|
Added pet frames support
|
2026-07-03 11:55:42 +02:00 |
|
Bluewhale1337
|
6fe02c1a16
|
Merge pull request #1 from Bluewhale1337/main
Propagate hotfixes
|
2026-07-02 12:05:41 +02:00 |
|
Bluewhale1337
|
a6c75b78f7
|
Update HealBot_Localization.en.lua
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
v1.3.1
|
2026-07-02 10:54:17 +02:00 |
|
Bluewhale1337
|
1e1e06163c
|
Update HealBotBlue.toc
hotfix 1.3.1
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
|
2026-07-02 10:54:06 +02:00 |
|
Bluewhale1337
|
2995ccbd32
|
Update README.md
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
|
2026-07-02 10:53:17 +02:00 |
|
Bluewhale1337
|
8b3355656e
|
Update HealBot_Controller_Spells.lua
Hotfix: reimplemented missing helper function back.
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
|
2026-07-02 10:51:49 +02:00 |
|
Bluewhale1337
|
dc50c9797f
|
Fixing readme
v1.3.0
|
2026-06-30 18:33:59 +02:00 |
|
Bluewhale1337
|
dd7fcaf082
|
Merge branch 'dev'
Moving last comit from dev before it gets reset
|
2026-06-30 18:29:49 +02:00 |
|
Bluewhale1337
|
b77c4d73c6
|
Merge branch 'dev'
|
2026-06-30 18:24:35 +02:00 |
|
Bluewhale1337
|
e567c0f394
|
Minor bugfixes to target restoration, layout, Buff tracking
|
2026-06-30 18:18:01 +02:00 |
|
Bluewhale1337
|
b8b6a57ef8
|
Port and adapt 6 main hotfixes to decoupled architecture + small function re-write HealBot_SetSkinColours to adhere to DRY principles
|
2026-06-28 13:07:19 +02:00 |
|
Bluewhale1337
|
faa69961f9
|
Update HealBot.lua
White background fix continued
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
Stable
|
2026-06-27 19:24:20 +02:00 |
|
Bluewhale1337
|
92cd588795
|
Update HealBot_Action.lua
Reverting accidental commit part two. Whoopsie
Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
|
2026-06-27 19:08:52 +02:00 |
|