diff --git a/manifest.json b/manifest.json index 95f5ea4..68e9654 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-kanban", "name": "Kanban", - "version": "2.0.50", + "version": "2.0.51", "minAppVersion": "1.0.0", "description": "Create markdown-backed Kanban boards in Obsidian.", "author": "mgmeyers", diff --git a/package.json b/package.json index 22ee2cd..51c7848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-kanban", - "version": "2.0.50", + "version": "2.0.51", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 650fff7..5a8d236 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,3 @@ -6f754da Fix issues with date/time triggers conflicting +10e8f35 Fix #964; Slow/erratic edit behavior when main window isn't visible +fffc03b Fix #972; Updating date file metadata doesn't update card +fa58d49 Fix #971; Duplicate block IDs when copying link to card diff --git a/versions.json b/versions.json index 003e5d9..0d1b770 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "2.0.47": "1.0.0", "2.0.48": "1.0.0", "2.0.49": "1.0.0", - "2.0.50": "1.0.0" + "2.0.50": "1.0.0", + "2.0.51": "1.0.0" }