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": {