From e63ab7840caace5e7cc798af89cad560de5a62cc Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 8 Apr 2026 20:28:52 -0500 Subject: [PATCH 1/2] Refresh sidebar app footer branding - Restyle the sidebar footer into a branded card - Show the app name and version more prominently in the footer and tooltip --- apps/web/src/components/Sidebar.tsx | 34 ++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 52bd93da6..cce51e7e8 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -2122,16 +2122,38 @@ export default function Sidebar() { - - - {APP_BASE_NAME} - +
+
+
+ +
+
+ + {APP_BASE_NAME} + + + Version {APP_VERSION} + +
+
} /> - Version {APP_VERSION} + {APP_BASE_NAME} {APP_VERSION}
From 7f96dd75e0514103fc196646ad1c0fe570ad3014 Mon Sep 17 00:00:00 2001 From: Val Alexander Date: Wed, 8 Apr 2026 20:32:04 -0500 Subject: [PATCH 2/2] docs(release): add v0.19.0 index row --- docs/releases/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/README.md b/docs/releases/README.md index 32464fa57..4ec160a7c 100644 --- a/docs/releases/README.md +++ b/docs/releases/README.md @@ -9,6 +9,7 @@ Use this directory for versioned release notes and asset manifests only: | Version | Summary | Assets | | -------------------- | -------------------------------------------------------------------------------------------- | ----------------------------- | +| [0.19.0](v0.19.0.md) | Release workflow hardening, branch-handling fixes, and release-preflight cleanup | [manifest](v0.19.0/assets.md) | | [0.18.0](v0.18.0.md) | Workspace panel, preview pop-out controls, worktree cleanup actions, and release-flow polish | [manifest](v0.18.0/assets.md) | | [0.17.0](v0.17.0.md) | Unified right-panel review, worktree cleanup controls, chat UX polish, and release hardening | [manifest](v0.17.0/assets.md) | | [0.16.1](v0.16.1.md) | Release with 8 new feature(s), 3 fix(es), 19 improvement(s) | [manifest](v0.16.1/assets.md) |