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..249808b 100644 --- a/updates.md +++ b/updates.md @@ -1,5 +1,13 @@ # Updates +## 0.1.11 + +### Interface + +#### Fixed + +- 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 ### 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