Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 3c0cf22

Browse files
committed
new minor version
1 parent 9d35b8a commit 3c0cf22

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

docs/docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.3.2
2+
### Shiny new things
3+
- You can now create new notes directly from relations [#762](https://github.com/RafaelGB/obsidian-db-folder/issues/762)
4+
### Visual
5+
- 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)
6+
### No longer broken
7+
- Completed subtasks will be hidden properly when using the "Hide completed tasks" option [#811](https://github.com/RafaelGB/obsidian-db-folder/issues/811)
8+
19
## 3.3.1
210
### Shiny new things
311
- Options for a tag or select column types could be added by formula (Experimental)

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "3.3.1",
5-
"minAppVersion": "1.0.3",
4+
"version": "3.3.2",
5+
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",
88
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "3.3.1",
5-
"minAppVersion": "1.0.3",
4+
"version": "3.3.2",
5+
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",
88
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)