From 5f8de584bc10edbfdf98061f5855b4e0617d8ef6 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 15 Sep 2026 12:33:24 -0400 Subject: [PATCH] docs: add v1.8.17-alpha release notes --- CHANGELOG.md | 7 +++++++ neode-ui/src/views/settings/AccountInfoSection.vue | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65e634e..1c6cff9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## v1.8.17-alpha (2026-09-15) + +- Minibits claims that every mint reports as already spent leave the retry queue, clearing repeated failure notices. Network errors and mixed mint failures remain queued for another attempt. +- Minibits polls its primary relay first and connects to public fallback relays only when the primary is unreachable, reducing unnecessary connections. +- Large payment backlogs are fetched from newest to oldest with a saved cursor, so polling can resume after interruptions or page limits. Payments sharing the same timestamp remain reachable. +- Added regression coverage for spent-claim classification, wrapped and mixed mint errors, same-second payments, and interrupted or multi-poll backlogs. + ## v1.8.16-alpha (2026-09-15) - App updates refresh and verify the signed catalog before changing containers. A failed refresh or manifest reload cancels the update, and automatic updates wait for a successful refresh. diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index a1b69862..0279460d 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -362,6 +362,19 @@ init()
+ +
+
+ v1.8.17-alpha + September 15, 2026 +
+
+

Minibits claims that every mint reports as already spent leave the retry queue, clearing repeated failure notices. Network errors and mixed mint failures remain queued for another attempt.

+

Minibits polls its primary relay first and connects to public fallback relays only when the primary is unreachable, reducing unnecessary connections.

+

Large payment backlogs are fetched from newest to oldest with a saved cursor, so polling can resume after interruptions or page limits. Payments sharing the same timestamp remain reachable.

+

Added regression coverage for spent-claim classification, wrapped and mixed mint errors, same-second payments, and interrupted or multi-poll backlogs.

+
+