From 49a338b5864fd72a2284317c6c3ab318bca66ca2 Mon Sep 17 00:00:00 2001 From: Vijit Singh Date: Sat, 1 Aug 2026 15:53:47 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.16.1=20prep=20=E2=80=94=20?= =?UTF-8?q?version=20bump=20+=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- build/dashboard/pyproject.toml | 2 +- build/dashboard/uv.lock | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965a8d60..a5086d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 15b989e3..41c11ffb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.0 +1.16.1 diff --git a/build/dashboard/pyproject.toml b/build/dashboard/pyproject.toml index 9adef578..f95491ce 100644 --- a/build/dashboard/pyproject.toml +++ b/build/dashboard/pyproject.toml @@ -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" diff --git a/build/dashboard/uv.lock b/build/dashboard/uv.lock index d9c97932..b03fd5c3 100644 --- a/build/dashboard/uv.lock +++ b/build/dashboard/uv.lock @@ -786,7 +786,7 @@ wheels = [ [[package]] name = "mining-dashboard" -version = "1.16.0" +version = "1.16.1" source = { editable = "." } dependencies = [ { name = "aiofiles" },