From b73d646db5e57d29c9c86f754e533363fe513ff6 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 13 Sep 2026 03:06:53 -0400 Subject: [PATCH] docs: prepare 1.8.15 alpha notes --- CHANGELOG.md | 5 +++++ neode-ui/src/views/settings/AccountInfoSection.vue | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6842530a..21b7028e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## v1.8.15-alpha (2026-09-13) + +- Cuprate is presented as one user-facing app in My Apps, including its UI launch button; the generated dashboard companion is hidden as an implementation detail instead of appearing under Services. +- Added regression coverage for Cuprate install and installed-state grouping. + ## v1.8.14-alpha (2026-09-13) - **Cuprate gains a first-party companion dashboard.** The Monero node now has a Bitcoin-style status UI, safe app grouping, a 450 GB disk-safety gate, and a restricted RPC that is never exposed as a launch page. diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index 12a7da21..dd5e8ef8 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -362,6 +362,17 @@ init()
+ +
+
+ v1.8.15-alpha + September 13, 2026 +
+
+

Cuprate is presented as one user-facing app in My Apps, including its UI launch button; the generated dashboard companion is hidden as an implementation detail instead of appearing under Services.

+

Added regression coverage for Cuprate install and installed-state grouping.

+
+