From d36d176d998ea8c03908d2e7af4534c412e923a1 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 25 May 2026 10:10:46 +0100 Subject: [PATCH] bump --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 12 ++++++++++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 09d6480..5215d34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-livesync", "name": "Self-hosted LiveSync", - "version": "0.25.69", + "version": "0.25.70", "minAppVersion": "1.7.2", "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", "authorUrl": "https://github.com/vrtmrz", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index e707b65..327d1c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-livesync", - "version": "0.25.69", + "version": "0.25.70", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-livesync", - "version": "0.25.69", + "version": "0.25.70", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index 35f4221..2311f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-livesync", - "version": "0.25.69", + "version": "0.25.70", "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/updates.md b/updates.md index 975f88a..c8d2c60 100644 --- a/updates.md +++ b/updates.md @@ -3,15 +3,23 @@ Since 19th July, 2025 (beta1 in 0.25.0-beta1, 13th July, 2025) The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsidian-livesync/blob/main/updates_old.md). Because 0.25 got a lot of updates, thankfully, compatibility is kept and we do not need breaking changes! In other words, when get enough stabled. The next version will be v1.0.0. Even though it my hope. -## Unreleased +## 0.25.70 25th May, 2026 +### New features +- Diff dialogue now has great tools to navigate and understand the differences, including: + - A checkbox to toggle the visibility of collapsed identical sections, making it easier to focus on the actual differences (PR #889). + - A search feature to find specific text in past revisions, and navigate revisions with search results highlighted in the dialogue (PR #890). + +- Conflict resolution dialogue now has a navigation feature to jump between conflicts (PR #891). + +Thank you so much for @SeleiXi for implementing these features! + ### Improved - More diagnostic information for P2P connections is now shown, including why a connection failure occurred and the current connection status. - ## 0.25.69 22nd May, 2026