You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/components/panels/Welcome.svelte
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,17 @@
33
33
</LayoutCol>
34
34
</LayoutCol>
35
35
<LayoutColclass="bottom-message">
36
-
<TextLabelitalic={true} disabled={true}>
37
-
{#ifimport.meta.env.MODE==="native"}
36
+
{#ifimport.meta.env.MODE==="native"}
37
+
<TextLabelitalic={true} disabled={true}>
38
38
You are testing Release Candidate 5 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter.
39
-
{/if}
40
-
</TextLabel>
39
+
</TextLabel>
40
+
{:elseifnewDate() <newDate(2026, 10, 1)}
41
+
<TextLabelitalic={true} disabled={true}>
42
+
May 2026 release — <ahref="https://youtube.com/watch?v=U3E-sWo2H_M"target="_blank">What's new? (video)</a>
43
+
— Note: Some nodes are renamed; Some older documents may render differently and require manual fixes.
44
+
<ahref="https://57130155.graphite.pages.dev/"target="_blank">Need the old version?</a>
0 commit comments