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

Commit 6f82437

Browse files
committed
Merge branch 'master' into imed-docu-branch
2 parents f4a4fb2 + d1429ff commit 6f82437

File tree

105 files changed

+15133
-1244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+15133
-1244
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# npm
66
node_modules
7-
package-lock.json
87
coverage
98

109
# build

docs/docs/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 2.9.2
2+
- Hotfix sorting and selects [ISSUE#620](https://github.com/RafaelGB/obsidian-db-folder/issues/620) [ISSUE#622](https://github.com/RafaelGB/obsidian-db-folder/issues/622)
3+
## 2.9.1
4+
- hotfix for 2.9.0. Not string editions typo fixed
5+
## 2.9.0
6+
### Shiny new things
7+
- New search filters customize per type of content. You can enable/disable them in the header context menu.
8+
- Date range filter
9+
- Checkboxes filter
10+
- Links filter
11+
- Number range filter
12+
- Text filter with unique values suggestions
13+
- Select filter with unique values suggestions
14+
- Tags filter
15+
- Tasks filter
16+
### Improved
17+
- Improvements on Obsidnan-projects integration [ISSUE#592](https://github.com/RafaelGB/obsidian-db-folder/issues/592)
18+
- new Icon design! [ISSUE#599](https://github.com/RafaelGB/obsidian-db-folder/issues/599)
19+
- You can hide/show the icon in the bar context menu on global settings.
20+
- Current folder without subfolders is avaliable for root too [ISSUE#606](https://github.com/RafaelGB/obsidian-db-folder/issues/606)
21+
### No longer broken
22+
- Edit engine improved to support multiple formula editions with the same trigger [ISSUE#616](https://github.com/RafaelGB/obsidian-db-folder/issues/616)
23+
- Tags source include the tag with new files at the end of the file if a template is applied [ISSUE#618](https://github.com/RafaelGB/obsidian-db-folder/issues/618)
24+
- CSV imports will include the file path correctly [ISSUE#593](https://github.com/RafaelGB/obsidian-db-folder/issues/593)
125
## 2.8.4
226
### Shiny new things
327
- New rollup. All task count [ISSUE#602](https://github.com/RafaelGB/obsidian-db-folder/issues/602)

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

0 commit comments

Comments
 (0)