mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Add the May 2026 release message to the welcome screen
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
|||||||
DELAY=15
|
DELAY=15
|
||||||
for ATTEMPT in $(seq 1 $MAX_ATTEMPTS); do
|
for ATTEMPT in $(seq 1 $MAX_ATTEMPTS); do
|
||||||
echo "Attempt $ATTEMPT of $MAX_ATTEMPTS..."
|
echo "Attempt $ATTEMPT of $MAX_ATTEMPTS..."
|
||||||
npx wrangler@3 pages deploy "frontend/dist" --project-name="${{ steps.production-env.outputs.cf_project || 'graphite-dev' }}" --commit-dirty=true 2>&1 | tee /tmp/wrangler_output
|
npx wrangler@3 pages deploy "frontend/dist" --project-name="${{ steps.production-env.outputs.cf_project || 'graphite-dev' }}" --branch="master" --commit-dirty=true 2>&1 | tee /tmp/wrangler_output
|
||||||
if [ ${PIPESTATUS[0]} -eq 0 ]; then
|
if [ ${PIPESTATUS[0]} -eq 0 ]; then
|
||||||
URL=$(grep -oP 'https://[^\s]+\.pages\.dev' /tmp/wrangler_output | head -1)
|
URL=$(grep -oP 'https://[^\s]+\.pages\.dev' /tmp/wrangler_output | head -1)
|
||||||
echo "url=$URL" >> "$GITHUB_OUTPUT"
|
echo "url=$URL" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
@@ -33,11 +33,17 @@
|
|||||||
</LayoutCol>
|
</LayoutCol>
|
||||||
</LayoutCol>
|
</LayoutCol>
|
||||||
<LayoutCol class="bottom-message">
|
<LayoutCol class="bottom-message">
|
||||||
<TextLabel italic={true} disabled={true}>
|
{#if import.meta.env.MODE === "native"}
|
||||||
{#if import.meta.env.MODE === "native"}
|
<TextLabel italic={true} disabled={true}>
|
||||||
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.
|
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.
|
||||||
{/if}
|
</TextLabel>
|
||||||
</TextLabel>
|
{:else if new Date() < new Date(2026, 10, 1)}
|
||||||
|
<TextLabel italic={true} disabled={true}>
|
||||||
|
May 2026 release — <a href="https://youtube.com/watch?v=U3E-sWo2H_M" target="_blank">What's new? (video)</a>
|
||||||
|
— Note: Some nodes are renamed; Some older documents may render differently and require manual fixes.
|
||||||
|
<a href="https://57130155.graphite.pages.dev/" target="_blank">Need the old version?</a>
|
||||||
|
</TextLabel>
|
||||||
|
{/if}
|
||||||
</LayoutCol>
|
</LayoutCol>
|
||||||
</LayoutCol>
|
</LayoutCol>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user