diff --git a/CHANGELOG.md b/CHANGELOG.md index 740880b..287776b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.2.2 + +Fix: + +- Clicking in wikilink with alias point to note with path is wikilink's alias not wikilink's path (Preview mode, source mode and live mode) +- Wikilink title is swapped when there are two or more wikilink with equal path one of them is edited (Live mode only) +- Wikilink in give useless tooltip (Preview mode only) +- Create new note loses capitalization +- When there are note that path is match query with case insensitive "Create New Note" item show + ## 1.2.1 Fix: diff --git a/manifest.json b/manifest.json index 10109d7..ba38703 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dendron-tree", "name": "Dendron Tree", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "0.15.0", "description": "Add tree for exploring Dendron note.", "author": "Levi Rizki Saputra", diff --git a/package.json b/package.json index 9ad02a8..6c1a807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dendron-tree", - "version": "1.2.1", + "version": "1.2.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e9e0dbb..56edc14 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.1.0": "0.15.0", "1.1.1": "0.15.0", "1.2.0": "0.15.0", - "1.2.1": "0.15.0" + "1.2.1": "0.15.0", + "1.2.2": "0.15.0" } \ No newline at end of file