Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Pithead ships as **one product, one version** — the version lives in the top-l
[`VERSION`](VERSION) file and every released image is tagged with it. Releases are cut
per the process in [`docs/dev/releasing.md`](docs/dev/releasing.md).

## [1.16.1] - 2026-08-01

### Fixed

- **The expected-vs-actual card no longer scrolls, and compares honestly (#817).** Every row now
shares one trailing 30-day window, and Monero and XvB are one combined row on both sides: an
XvB win pays out through ordinary payouts the payout table cannot attribute, so the confirmed
actual always contains win XMR — the expectation now folds XvB's published tier estimate in
(only when fresh, and never a negative one), so the percent compares like with like. The card's
values wrap instead of panning, and every short dashboard card now hugs its content instead of
stretching into a mostly-empty box beside a taller neighbour.
- **The Worker Inspect close button sits in the top-right corner (#817).** The panel header's
layout class was never defined in the stylesheet, so the ✕ rendered beside the title instead.

## [1.16.0] - 2026-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.1
2 changes: 1 addition & 1 deletion build/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "mining-dashboard"
# Keep in lockstep with the top-level VERSION file — the single source of truth for the stack version
# (#44). A shell test (tests/stack/run.sh) fails if these drift; the dashboard *displays* the version
# from VERSION (baked in as PITHEAD_VERSION, #58), so this is packaging metadata only.
version = "1.16.0"
version = "1.16.1"
description = "Monitoring dashboard and XvB switching engine for Pithead"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion build/dashboard/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.