From a2b36ccf3124eaee084b5df76046d8d03c198306 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 28 Oct 2024 11:18:29 +0900 Subject: [PATCH] v0.24.0! --- manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 +- package.json | 2 +- .../SettingDialogue/settingConstants.ts | 2 +- updates.md | 102 ++++-------------- 6 files changed, 29 insertions(+), 85 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 99ddb1b..9d607b5 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.24.0.dev-rc8", + "version": "0.24.0", "minAppVersion": "0.9.12", "description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "author": "vorotamoroz", diff --git a/manifest.json b/manifest.json index a87a752..9d607b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.23.23", + "version": "0.24.0", "minAppVersion": "0.9.12", "description": "Community implementation of self-hosted livesync. Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "author": "vorotamoroz", diff --git a/package-lock.json b/package-lock.json index 7eaa799..ff86974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.24.0.dev-rc8", + "version": "0.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.24.0.dev-rc8", + "version": "0.24.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.645.0", diff --git a/package.json b/package.json index 2d66f3b..ca97d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.24.0.dev-rc8", + "version": "0.24.0", "description": "Reflect your vault changes to some other devices immediately. Please make sure to disable other synchronize solutions to avoid content corruption or duplication.", "main": "main.js", "type": "module", diff --git a/src/modules/features/SettingDialogue/settingConstants.ts b/src/modules/features/SettingDialogue/settingConstants.ts index 9c5bd08..7b7d0c2 100644 --- a/src/modules/features/SettingDialogue/settingConstants.ts +++ b/src/modules/features/SettingDialogue/settingConstants.ts @@ -329,7 +329,7 @@ export const SettingInformation: Partial