From b7c2fd081f31c876c98b44343d2df3a217883f33 Mon Sep 17 00:00:00 2001 From: archipelago Date: Thu, 11 Jun 2026 02:49:07 -0400 Subject: [PATCH] settings: update whats new for v1.7.83 --- .../src/views/settings/AccountInfoSection.vue | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/neode-ui/src/views/settings/AccountInfoSection.vue b/neode-ui/src/views/settings/AccountInfoSection.vue index fcd968b8..a28ed06b 100644 --- a/neode-ui/src/views/settings/AccountInfoSection.vue +++ b/neode-ui/src/views/settings/AccountInfoSection.vue @@ -188,6 +188,63 @@ init()
+ +
+
+ v1.7.83-alpha + June 11, 2026 +
+
+

App launch metadata now follows typed manifest launch interfaces more consistently, keeping catalog entries aligned with their runtime ports and launch surfaces.

+

Unsupported app surfaces were removed from the release path, including revoked OnlyOffice metadata and the unvalidated Saleor surface.

+

Mobile and desktop app surfaces received release polish: stricter production build typing, safer mesh desktop/tablet scrolling, improved mobile app layout, and a Home system card link that goes directly to Monitoring.

+

The Bitcoin UI avoids false stale/reconnecting messages when fresh block snapshots advance, and deploy tooling now skips local scratch/upload artifacts while bounding optional IndeedHub fixups.

+
+
+ +
+
+ v1.7.82-alpha + May 22, 2026 +
+
+

Saleor storefront proxying forwarded the correct external host and media paths, fixing Server Actions origin checks and product image optimizer failures.

+

The storefront received an internal media origin so rewritten media URLs resolve inside the Podman network without exposing private API ports to browsers.

+
+
+ +
+
+ v1.7.81-alpha + May 21, 2026 +
+
+

Saleor storefront installs switched to the prebuilt registry image instead of building Next.js on-device, avoiding build failures during stack installation.

+

Existing Saleor stacks were repaired on adoption by recreating missing storefront containers, forcing the app to bind on all interfaces, and resolving nginx upstreams after restarts.

+
+
+ +
+
+ v1.7.80-alpha + May 21, 2026 +
+
+

Saleor storefront proxying falls back to the direct request scheme when forwarded protocol headers are absent, fixing direct local launches on port 9011.

+

Public proxy support remains intact by still honoring forwarded HTTPS headers for Nginx Proxy Manager domains.

+
+
+ +
+
+ v1.7.79-alpha + May 20, 2026 +
+
+

Saleor was published as a recommended commerce stack with storefront, dashboard, API, worker, database, cache, Mailpit, and Jaeger services.

+

Saleor launches opened the storefront while dashboard credentials stayed visible in Archipelago, and public storefront domains received same-origin GraphQL proxying.

+
+
@@ -201,6 +258,18 @@ init()

Android app-session popups hand external login/signup windows to the system browser instead of dropping them inside the WebView.

+ +
+
+ v1.7.77-alpha + May 20, 2026 +
+
+

Saleor first-use credentials are shown in Archipelago before launch and in App Details, instead of leaving users at an unexplained dashboard login.

+

NetBird embedded login now uses upstream-compatible signing-key behavior and sends ID tokens to the management API, fixing post-signup Unauthenticated states.

+

Transient unnamed Podman helper containers are hidden from My Apps so generated names no longer appear as user applications.

+
+