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}
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) |