Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diffzip",
"version": "0.1.10",
"version": "0.1.11",
"description": "Differential ZIP Backup",
"main": "main.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions updates.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading