diff --git a/CHANGELOG.md b/CHANGELOG.md index f460106..42bc5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.3.0 + +Fix: + +- Sort note by title not by name + +Feat: + +- Add open in new tab, open to the right and open in new window menu into file menu + ## 1.2.3 Fix: diff --git a/manifest.json b/manifest.json index 12e0679..b874759 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dendron-tree", "name": "Dendron Tree", - "version": "1.2.3", + "version": "1.3.0", "minAppVersion": "0.15.0", "description": "Add tree for exploring Dendron note.", "author": "Levi Rizki Saputra", diff --git a/package.json b/package.json index 8b042e5..cfbff31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dendron-tree", - "version": "1.2.3", + "version": "1.3.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3e489d2..6d35626 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.2.0": "0.15.0", "1.2.1": "0.15.0", "1.2.2": "0.15.0", - "1.2.3": "0.15.0" + "1.2.3": "0.15.0", + "1.3.0": "0.15.0" } \ No newline at end of file