From 35fa7cec05efc50b5a5e15efe5139e057202c2e4 Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 3 Jun 2026 11:01:23 +0000 Subject: [PATCH] README logo + dates; capitalize Alpha in instance title - README: show the Verso wordmark logo instead of a text title. - README: original Overleaf copyright now 2014-2026; Verso modifications 2026. - Instance/version title: 'alpha' -> 'Alpha'. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/deploy-verso.yml | 4 ++-- README.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-verso.yml b/.gitea/workflows/deploy-verso.yml index ab30e75ee1..24e2e11945 100644 --- a/.gitea/workflows/deploy-verso.yml +++ b/.gitea/workflows/deploy-verso.yml @@ -240,8 +240,8 @@ jobs: - name: Ensure Verso deployment exists run: | - # Stamp the instance name with this build number, e.g. "Verso V0.83 alpha". - NAV_TITLE="Verso V0.${GITHUB_RUN_NUMBER:-${GITEA_RUN_NUMBER:-0}} alpha" + # Stamp the instance name with this build number, e.g. "Verso V0.83 Alpha". + NAV_TITLE="Verso V0.${GITHUB_RUN_NUMBER:-${GITEA_RUN_NUMBER:-0}} Alpha" cat <<'EOF' | sed "s|__NAV_TITLE__|${NAV_TITLE}|g" | kubectl apply -f - apiVersion: apps/v1 kind: Deployment diff --git a/README.md b/README.md index b46d2a496b..38dfd01185 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Verso +

+ Verso +

**A collaborative, real-time editor for Quarto, LaTeX and Typst — documents and presentations.** @@ -227,5 +229,5 @@ contribution guidelines are in [CONTRIBUTING.md](CONTRIBUTING.md). GNU Affero General Public License v3 — see [LICENSE](LICENSE). -Copyright © Overleaf, 2014–2025 (original code). -Verso modifications © Aloïs Coquillard, 2025–2026. +Copyright © Overleaf, 2014–2026 (original code). +Verso modifications © Aloïs Coquillard, 2026.