BulwarkFrame v0.3.1

This commit is contained in:
2026-08-30 23:24:22 +02:00
parent 2596721daf
commit 03e0fe13a8
4 changed files with 53 additions and 12 deletions
+16
View File
@@ -2,6 +2,22 @@
All notable changes to BulwarkFrame are documented here.
## v0.3.1 — 2026-08-31
### Fixed
- **Aura-id edit boxes no longer accept 0.** A QA pass on the options panel
found that `tonumber("0")` is truthy, so typing `0` into the pool or time
aura spell-id field was accepted as a valid id and silently written --
spell ids never start at 0, so this was a silent no-op buffer. `0` (and
negative values) are now rejected exactly like any unparsable entry: the
field reverts to the currently stored id.
- **Pool/expiry red and yellow thresholds can no longer cross.** The four
threshold sliders had no cross-validation, so dragging the red slider
past yellow (or yellow past red) inverted the colour chain in
`core/calc.lua`'s bucket logic. The slider being moved now pulls its
partner along with it instead of letting the pair invert, and the panel
display re-syncs immediately.
## v0.3.0 — 2026-08-30
### Added