diff --git a/sv2-ui/docker-compose.yml b/sv2-ui/docker-compose.yml index 93cecf3b07..35f7c97161 100644 --- a/sv2-ui/docker-compose.yml +++ b/sv2-ui/docker-compose.yml @@ -37,7 +37,7 @@ services: - ${APP_DATA_DIR}/data/config:/app/data/config sv2-ui: - image: stratumv2/sv2-ui:v0.5.0@sha256:e02bb0ec9588dda71817ef70bad9ff6c41f800d5d2c770ca4e39227d7d48381d + image: stratumv2/sv2-ui:v0.6.0@sha256:e9fc51df9c0fc02d367b4fe1a72f8216d7aaa5ce8a502982965610b95f244305 stop_grace_period: 1m restart: on-failure # required: sv2-ui expects docker DNS to resolve container names in production. diff --git a/sv2-ui/umbrel-app.yml b/sv2-ui/umbrel-app.yml index 47216c1630..feda03b7a7 100644 --- a/sv2-ui/umbrel-app.yml +++ b/sv2-ui/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: sv2-ui category: bitcoin name: Stratum V2 UI -version: "0.5.0" +version: "0.6.0" tagline: Setup and monitor Stratum V2 mining description: >- Stratum V2 UI is a setup wizard and monitoring dashboard for running a @@ -26,8 +26,14 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -releaseNotes: >- - Added new Sv2 SOLO pools, together with new features like fallback pools, payout verification and minor bug fixes. More details in the release notes at https://github.com/stratum-mining/sv2-ui/releases/tag/v0.5.0. +releaseNotes: |- + - Added NexusPool and CK Pool for solo mining. + - Simplified Bitcoin Core connection setup for Job Declaration mode and unified pool configuration. + - Streamlined the dashboard with per-worker best difficulty and more accurate hashrate reporting. + - Added UI settings for coinbase verification, minimum worker hashrate, and custom JDS ports. + - Improved log readability with smart color coding. + + Full release notes: https://github.com/stratum-mining/sv2-ui/releases/tag/v0.6.0 dependencies: - bitcoin developer: "The Stratum V2 Developers"