diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 656ca956..4189a58c 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,9 @@ +## 3.3.3 +### No longer broken +- Fix hidden completed tasks in dataview mode [#839](https://github.com/RafaelGB/obsidian-db-folder/issues/839) +- `Columns to group files by` option needs select columnId [#842](https://github.com/RafaelGB/obsidian-db-folder/issues/842) +- `database-plugin` ignored as an option on existed columns list [#843](https://github.com/RafaelGB/obsidian-db-folder/issues/843) +- Tags and select can not create new options with news columns [#850](https://github.com/RafaelGB/obsidian-db-folder/issues/850) ## 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) diff --git a/manifest-beta.json b/manifest-beta.json index 261c91b1..c735d216 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "3.3.2", + "version": "3.3.3", "minAppVersion": "1.1.1", "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 de781594..52c48cde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "3.3.2", + "version": "3.3.3", "minAppVersion": "1.1.1", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", diff --git a/package-lock.json b/package-lock.json index 52050cdc..2f0682cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dbfolder", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dbfolder", - "version": "3.3.2", + "version": "3.3.3", "license": "MIT", "dependencies": { "@emotion/styled": "11.10.6", diff --git a/package.json b/package.json index 8e9fe355..a21aafb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "3.3.2", + "version": "3.3.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {