From 6ff0b1756d1eb179b3d41029a82546dcf05a9595 Mon Sep 17 00:00:00 2001 From: Andreas Dueren Date: Thu, 20 Nov 2025 12:24:21 -0600 Subject: [PATCH] Bump version to 0.5.7 --- CHANGELOG.md | 10 ++++------ CloudronManifest.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a3cb4..89f1602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,10 @@ # Changelog -## 0.5.10 (2025-11-20) +## 0.5.7 (2025-11-20) * Bundle the Ente Families web app so `family.` serves the correct invite/management UI instead of the placeholder photos build. * Ship built-in billing plan JSON so Museum can resolve subscriptions (`family/add-member`, invite acceptance) on self-hosted installs without manual DB edits. - -## 0.5.7 (2025-11-18) - -* Inject the API origin into all served HTML so the Next.js bundles (including `accounts/passkeys`) read the self-hosted endpoint instead of defaulting to `https://api.ente.io` -* Document the working Backblaze B2 CORS JSON that whitelists the wildcard origin + upload operations for desktop casts +* Fix passkey enrollment on the accounts host by ensuring only the photos domain matches the `/api` proxy block. ## 0.5.6 (2025-11-18) @@ -20,6 +16,8 @@ ## 0.5.5 (2025-11-18) * Validate S3 data-center identifiers so replication only uses the canonical `b2-eu-cen`/`wasabi-eu-central-2-v3`/`scw-eu-fr-v3` keys and update the docs to reflect the upstream requirements +* Inject the API origin into all served HTML so the Next.js bundles (including `accounts/passkeys`) read the self-hosted endpoint instead of defaulting to `https://api.ente.io` +* Document the working Backblaze B2 CORS JSON that whitelists the wildcard origin + upload operations for desktop casts ## 0.5.4 (2025-11-18) diff --git a/CloudronManifest.json b/CloudronManifest.json index 3341200..45b5ac8 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,7 +7,7 @@ "contactEmail": "contact@ente.io", "website": "https://ente.io", "tagline": "Open source, end-to-end encrypted photo backup", - "version": "0.5.10", + "version": "0.5.7", "upstreamVersion": "git-main", "healthCheckPath": "/health", "httpPort": 3080,