BulwarkFrame v0.3.0

This commit is contained in:
2026-08-30 15:37:07 +02:00
parent 2b6de41d9a
commit dca4228c85
5 changed files with 201 additions and 10 deletions
+20
View File
@@ -2,6 +2,26 @@
All notable changes to BulwarkFrame are documented here.
## v0.3.0 — 2026-08-30
### Added
- **Options panel controls for every setting that had none.** An audit of
`core/config.lua` found ten saved settings with no way to change them
short of hand-editing the SavedVariables file. The options panel now has:
a slider for the gap between the three bars (**Bar spacing**); a checkbox
for the attack-speed number on the expiry bar (**Attack speed text**); a
slider for the expiry bar's opacity (**Expiry bar opacity**); a colour
swatch plus opacity slider for the frame's background (**Background** /
**Background opacity**); sliders for the four colour-bucket thresholds
(**Pool red/yellow threshold**, **Expiry red/yellow threshold**); a
slider for the set-bonus percentage (**Set bonus value**); a slider for
how much of your latency shifts the swing marker (**Latency share**);
and, under a new **Aura IDs** heading, numeric edit boxes for the pool
and time buff spell ids, in case TurtleWoW renumbers the custom spell in
a future patch. Every control applies immediately, refreshes when the
panel reopens, and is covered by the Reset button, the same as every
pre-existing option.
## v0.2.0 — 2026-08-15
### Fixed