From 8892299c8ed2e602b8a370b6cd455018f3191a1c Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 17 Nov 2025 11:59:33 -0600 Subject: [PATCH] Bump version to 0.25.5-4 --- BUILD.md | 4 ++-- CloudronManifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index 8771db4..9363148 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,14 +13,14 @@ cloudron build \ --set-build-service builder.docker.due.ren \ --build-service-token e3265de06b1d0e7bb38400539012a8433a74c2c96a17955e \ --set-repository andreasdueren/affine-cloudron \ - --tag 0.25.5-3 + --tag 0.25.5-4 ``` ## Deployment Steps 1. Remove any previous dev install of AFFiNE on the Cloudron (always reinstall from scratch). 2. Install the freshly built image: ```bash -cloudron install --location affine.due.ren --image andreasdueren/affine-cloudron:0.25.5-3 +cloudron install --location affine.due.ren --image andreasdueren/affine-cloudron:0.25.5-4 ``` 3. When prompted, confirm the app info and wait for Cloudron to report success (abort after ~30 seconds if installation stalls or errors to avoid hanging sessions). 4. Visit `https://affine.due.ren` (or the chosen location) and sign in using Cloudron SSO. diff --git a/CloudronManifest.json b/CloudronManifest.json index 4074001..a46dc2a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,9 +5,9 @@ "description": "Next-gen knowledge base that blends docs, whiteboards, and databases for self-hosted teams.", "website": "https://affine.pro", "contactEmail": "support@affine.pro", - "version": "0.25.5-3", + "version": "0.25.5-4", "upstreamVersion": "0.25.5", - "changelog": "Ensure Manticore tables exist and ship copilot env sample", + "changelog": "Auto seed Manticore tables and ship copilot env sample", "icon": "file://icon.png", "manifestVersion": 2, "minBoxVersion": "7.0.0",