From 809b76526e0bfb5873b00f9071a347c73bb18ce4 Mon Sep 17 00:00:00 2001 From: archipelago Date: Thu, 11 Jun 2026 02:40:04 -0400 Subject: [PATCH] docs: prepare v1.7.83 alpha release notes --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12be7f8..d695165e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## v1.7.83-alpha (2026-05-26) +## v1.7.83-alpha (2026-06-11) -- Portainer installs and repairs now provision `catatonit`, pre-create persistent compose storage, and expose host `/data` to Portainer's data directory so Portainer-launched stacks no longer fail with missing init binary or `/data/compose/...` bind-mount permission errors. -- Existing Portainer containers are recreated when missing the corrected compose bind mount, and first-boot/deploy paths now use the rootless Podman socket consistently. +- App launch metadata now derives more consistently from app manifests, with typed launch interfaces and catalog generation updates that keep packaged apps aligned with their runtime ports and launch surfaces. +- Revoked or unsupported app surfaces were removed from the catalog and release path, including OnlyOffice and the unvalidated Saleor surface, so the Marketplace no longer exposes apps that cannot be safely supported in this release. +- The frontend production build now passes strict TypeScript checks after tightening app details, Web5, cloud refresh, and credential test typing. +- Mobile and desktop app surfaces received release polish: improved mobile app layout, safer mesh desktop/tablet scrolling, and the Home system card now routes directly to monitoring. +- Bitcoin UI status rendering now avoids false stale/reconnecting states when fresh block snapshots advance, and guards optional DOM updates so the standalone Bitcoin UI is more resilient. +- Deploy tooling now excludes local Codex scratch output, archived image-build artifacts, and upload screenshots from target syncs, and bounded optional IndeedHub fixups so a stuck Podman helper cannot hold the deploy. +- Validation passed with `npm run type-check`, production `npm run build`, backend `cargo build --release`, catalog/release manifest checks, focused frontend tests, and live `.198` deploy verification through the frontend/service restart phase. ## v1.7.82-alpha (2026-05-22)