From 048041c011495aa2dff9466f9bea38b171f835de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Sun, 4 Sep 2022 12:28:29 +0200 Subject: [PATCH] critical hotfixes --- docs/docs/changelog.md | 7 +++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 9b2fabc6..bb1e64da 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,10 @@ +# 2.3.4 +*Published on 2022/09/04* +### Improved +- If you choose a source different of current folder, now you can select the destination of your new notes [ISSUE#318](https://github.com/RafaelGB/obsidian-db-folder/issues/318) +### No longer broken +- Hotfix of add a filter [ISSUE#322](https://github.com/RafaelGB/obsidian-db-folder/issues/322) +- Hotfix od delete a row in some cases [ISSUE#319](https://github.com/RafaelGB/obsidian-db-folder/issues/319) # 2.3.3 *Published on 2022/09/02* ### Shiny new things diff --git a/manifest-beta.json b/manifest-beta.json index b5823289..94b63466 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "2.3.3", + "version": "2.3.4", "minAppVersion": "0.15.9", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", diff --git a/manifest.json b/manifest.json index 893c9727..c54517e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "2.3.3", + "version": "2.3.4", "minAppVersion": "0.15.9", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", diff --git a/package.json b/package.json index 5dce7456..34d5b57a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "2.3.3", + "version": "2.3.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {