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

Commit ca3c731

Browse files
committed
new mayor version
1 parent 6bf186e commit ca3c731

File tree

5 files changed

+244
-238
lines changed

5 files changed

+244
-238
lines changed

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.4.0
2+
### Shiny new things
3+
- Date range filters with autocomplete options. [#604](https://github.com/RafaelGB/obsidian-db-folder/issues/604)
4+
- New metadata column type. File tags [#817](https://github.com/RafaelGB/obsidian-db-folder/issues/817)
5+
### No longer broken
6+
- Add inline fields now respect the format of the last existing inline field
17
## 3.3.3
28
### No longer broken
39
- Fix hidden completed tasks in dataview mode [#839](https://github.com/RafaelGB/obsidian-db-folder/issues/839)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "3.3.3",
4+
"version": "3.4.0",
55
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "3.3.3",
4+
"version": "3.4.0",
55
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

0 commit comments

Comments
 (0)