From 6a5defc542f77b994dc58b22da5d7882b32b2edc Mon Sep 17 00:00:00 2001 From: Julius Date: Sun, 3 May 2026 22:20:50 -0700 Subject: [PATCH 1/2] version --- apps/web/src/branding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/branding.ts b/apps/web/src/branding.ts index 061d5b78a8a..99775a4c55d 100644 --- a/apps/web/src/branding.ts +++ b/apps/web/src/branding.ts @@ -15,4 +15,4 @@ export const APP_STAGE_LABEL = injectedDesktopAppBranding?.stageLabel ?? (import.meta.env.DEV ? "Dev" : "Alpha"); export const APP_DISPLAY_NAME = injectedDesktopAppBranding?.displayName ?? `${APP_BASE_NAME} (${APP_STAGE_LABEL})`; -export const APP_VERSION = "0.0.20"; // import.meta.env.APP_VERSION || "0.0.0"; +export const APP_VERSION = import.meta.env.APP_VERSION || "0.0.0"; From 0908f57626e379eb3cfd605484498d166fcb3763 Mon Sep 17 00:00:00 2001 From: Julius Date: Sun, 3 May 2026 22:22:39 -0700 Subject: [PATCH 2/2] placeholder --- apps/web/src/components/settings/ConnectionsSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/settings/ConnectionsSettings.tsx b/apps/web/src/components/settings/ConnectionsSettings.tsx index fe0a0cb5816..e2e3e765da4 100644 --- a/apps/web/src/components/settings/ConnectionsSettings.tsx +++ b/apps/web/src/components/settings/ConnectionsSettings.tsx @@ -2289,7 +2289,7 @@ export function ConnectionsSettings() { setSavedBackendSshUsername(event.target.value)} - placeholder="julius" + placeholder="root" disabled={isAddingSavedBackend} spellCheck={false} />