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

Commit b1dcf37

Browse files
committed
new minor version
1 parent 862b21c commit b1dcf37

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.3.3
2+
### No longer broken
3+
- Fix hidden completed tasks in dataview mode [#839](https://github.com/RafaelGB/obsidian-db-folder/issues/839)
4+
- `Columns to group files by` option needs select columnId [#842](https://github.com/RafaelGB/obsidian-db-folder/issues/842)
5+
- `database-plugin` ignored as an option on existed columns list [#843](https://github.com/RafaelGB/obsidian-db-folder/issues/843)
6+
- Tags and select can not create new options with news columns [#850](https://github.com/RafaelGB/obsidian-db-folder/issues/850)
17
## 3.3.2
28
### Shiny new things
39
- You can now create new notes directly from relations [#762](https://github.com/RafaelGB/obsidian-db-folder/issues/762)

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.2",
4+
"version": "3.3.3",
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.2",
4+
"version": "3.3.3",
55
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "3.3.3",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)