diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 04ec6a74..656ca956 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,11 @@ +## 3.3.2 +### Shiny new things +- You can now create new notes directly from relations [#762](https://github.com/RafaelGB/obsidian-db-folder/issues/762) +### Visual +- Visual improvements for select, tags and relation column types. A better contrast and dark mode support [#809](https://github.com/RafaelGB/obsidian-db-folder/issues/809) +### No longer broken +- Completed subtasks will be hidden properly when using the "Hide completed tasks" option [#811](https://github.com/RafaelGB/obsidian-db-folder/issues/811) + ## 3.3.1 ### Shiny new things - Options for a tag or select column types could be added by formula (Experimental) diff --git a/manifest-beta.json b/manifest-beta.json index a49eabe0..261c91b1 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,8 +1,8 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "3.3.1", - "minAppVersion": "1.0.3", + "version": "3.3.2", + "minAppVersion": "1.1.1", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", "authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder", diff --git a/manifest.json b/manifest.json index cd94d007..de781594 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "3.3.1", - "minAppVersion": "1.0.3", + "version": "3.3.2", + "minAppVersion": "1.1.1", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", "authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder", diff --git a/package.json b/package.json index a567e1eb..4ef87f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "3.3.1", + "version": "3.3.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {