From 7994f1a1589718bc851dc33afe59919245d003a4 Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Thu, 23 Feb 2023 21:01:57 +0000 Subject: [PATCH] Citadel 0.1.5 --- info.json | 8 ++++---- scripts/update/01-run.sh | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/info.json b/info.json index a00a77a..51af79b 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { - "version": "0.1.4", - "name": "Citadel 0.1.4", - "requires": ">=0.1.0", + "version": "0.1.5", + "name": "Citadel 0.1.5", + "requires": ">=0.1.4", "isQuickUpdate": false, - "notes": "This update includes bug fixes and performance improvements. Please note: This update currently breaks the Alby connection in Citadel." + "notes": "This update includes bug fixes and performance improvements. It also includes 99% of the HTTPS beta, which we will soon roll out to everyone." } diff --git a/scripts/update/01-run.sh b/scripts/update/01-run.sh index 4e220c5..293bc1a 100755 --- a/scripts/update/01-run.sh +++ b/scripts/update/01-run.sh @@ -74,9 +74,6 @@ if [[ ! -z "${CITADEL_OS:-}" ]]; then sudo apt install -y python3-semver fi -# Help migration from earlier versions -mv "$CITADEL_ROOT/db/umbrel-seed" "$CITADEL_ROOT/db/citadel-seed" || true - cd "$CITADEL_ROOT" # Stopping karen