v1.7.2 — critical banner fix
Bug fix release
Update banner was showing on every dashboard
The v1.7.0 and v1.7.1 builds had a CSS specificity bug — .update-banner { display: flex } silently overrode the user-agent's [hidden] { display: none } rule, so the hidden attribute on the banner was being ignored. Result: the banner was visible to every user on every page load, regardless of whether an update actually existed. The em-dash users saw ("Bitaxe Baller — is available") was the literal unsubstituted version placeholder.
Fixed by adding an attribute-qualified .update-banner[hidden] override. Banner now only fires when there's genuinely something newer to announce.
Clearer wording
- Banner text now reads "Bitaxe Baller update available — v1.X.X" instead of the ambiguous "Bitaxe Baller v1.X.X is available." The word "update" is explicit, no confusion about what's being announced.
- Button label changed from "get update" to "download & install" so users understand both halves of the flow (click opens the installer download, you still need to run it).
What's in this release
Bitaxe-Baller-Windows.exe(~14 MB) — Inno Setup installer with the banner fixesBitaxe-Baller-Mac.dmg(~18 MB) — fresh signed + notarized build at v1.7.2
If you're on v1.7.0 or v1.7.1 and tired of dismissing the banner
Install v1.7.2 and the banner will only appear when there's genuinely something newer. Apologies for the noise.