From a3f88b0f966d8c22d89999e29b607f824206f380 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Mon, 9 Mar 2026 16:28:26 -0700 Subject: [PATCH] Prep for the RC4 release of the desktop app --- editor/src/messages/portfolio/portfolio_message_handler.rs | 2 +- frontend/src/components/panels/Welcome.svelte | 2 +- frontend/src/components/window/MainWindow.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/src/messages/portfolio/portfolio_message_handler.rs b/editor/src/messages/portfolio/portfolio_message_handler.rs index 5f00696c..dbc9c2d1 100644 --- a/editor/src/messages/portfolio/portfolio_message_handler.rs +++ b/editor/src/messages/portfolio/portfolio_message_handler.rs @@ -1057,7 +1057,7 @@ impl MessageHandler> for Portfolio } PortfolioMessage::RequestStatusBarInfoLayout => { #[cfg(not(target_family = "wasm"))] - let widgets = vec![TextLabel::new("Graphite 1.0.0-RC3").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z" + let widgets = vec![TextLabel::new("Graphite 1.0.0-RC4").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z" #[cfg(target_family = "wasm")] let widgets = vec![]; diff --git a/frontend/src/components/panels/Welcome.svelte b/frontend/src/components/panels/Welcome.svelte index 1c908286..49101abc 100644 --- a/frontend/src/components/panels/Welcome.svelte +++ b/frontend/src/components/panels/Welcome.svelte @@ -52,7 +52,7 @@ {#if isPlatformNative()} - You are testing Release Candidate 3 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter. + You are testing Release Candidate 4 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter. {/if} diff --git a/frontend/src/components/window/MainWindow.svelte b/frontend/src/components/window/MainWindow.svelte index 252c4174..de83f3ab 100644 --- a/frontend/src/components/window/MainWindow.svelte +++ b/frontend/src/components/window/MainWindow.svelte @@ -31,7 +31,7 @@ {#if $tooltip.visible} {/if} - {#if isPlatformNative() && new Date() > new Date("2026-03-15")} + {#if isPlatformNative() && new Date() > new Date("2026-04-30")}