From 828d2568fa09345aac525b11081aff5bc7089e17 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 11 Aug 2026 02:50:25 +0000 Subject: [PATCH 1/2] Prepare DiffZip 0.1.11 release --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- updates.md | 6 ++++++ versions.json | 5 +++-- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 8a6a827..6964b85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "diffzip", "name": "Differential ZIP Backup", - "version": "0.1.10", + "version": "0.1.11", "minAppVersion": "1.8.7", "description": "Back our vault up with lesser storage.", "author": "vorotamoroz", diff --git a/package-lock.json b/package-lock.json index a323e98..55a78f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "diffzip", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "diffzip", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "dependencies": { "@vrtmrz/obsidian-plugin-kit": "0.1.0", diff --git a/package.json b/package.json index b6b5f7c..2c3b809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diffzip", - "version": "0.1.10", + "version": "0.1.11", "description": "Differential ZIP Backup", "main": "main.js", "scripts": { diff --git a/updates.md b/updates.md index d6b5e22..236ddc1 100644 --- a/updates.md +++ b/updates.md @@ -1,5 +1,11 @@ # Updates +## 0.1.11 + +### Fixed + +- Keyboard focus rings on footer action buttons now remain visible within the restore, selective-sync, and backup-progress dialogs. + ## 0.1.10 ### Fixed diff --git a/versions.json b/versions.json index 394226e..fc9b256 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.1.8": "1.8.7", "0.1.9-wakelock.1": "1.8.7", "0.1.9": "1.8.7", - "0.1.10": "1.8.7" -} + "0.1.10": "1.8.7", + "0.1.11": "1.8.7" +} \ No newline at end of file From 39fb2c3aafe30bb79b50ef6f19d0122fccf96bf9 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 11 Aug 2026 03:14:18 +0000 Subject: [PATCH 2/2] Refine 0.1.11 release notes --- updates.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/updates.md b/updates.md index 236ddc1..249808b 100644 --- a/updates.md +++ b/updates.md @@ -2,9 +2,11 @@ ## 0.1.11 -### Fixed +### Interface + +#### Fixed -- Keyboard focus rings on footer action buttons now remain visible within the restore, selective-sync, and backup-progress dialogs. +- Footer action buttons now leave enough space for Obsidian's keyboard focus ring, keeping it visible inside restore, selective-sync, and backup-progress dialogs (PR 22). Thank you to @stge4code for the contribution! ## 0.1.10