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

Commit 6ebbf5b

Browse files
committed
new mayor version
1 parent 3f3f1c1 commit 6ebbf5b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.0.0
2+
### Shiny new things
3+
- A new design for the plugin [ISSUE#577](https://github.com/RafaelGB/obsidian-db-folder/issues/577)
4+
- Row header menu now displays the entire file content below the row. Open option is now another right click option. [ISSUE#633](https://github.com/RafaelGB/obsidian-db-folder/issues/633)
5+
- Configurable shortcuts for some actions. [ISSUE#154](https://github.com/RafaelGB/obsidian-db-folder/issues/154)
6+
- Global search and filters now are avaliable with ctrl+F or with the search icon in the top bar. Leaving more space for the table.
7+
- (Experimental) enable/disable a footer. Currently only support summatory of number columns [ISSUE#637](https://github.com/RafaelGB/obsidian-db-folder/issues/637)
8+
### Improved
9+
- (Experimental) a custom view for errors.
10+
- At startup, the plugin will check if dataview loads the indexes. If not, it will show a warning to the user.
11+
### No longer broken
12+
- Mobile now support pagination
13+
- Mobile calendar view was fixed [ISSUE#561](https://github.com/RafaelGB/obsidian-db-folder/issues/561)
114
## 2.9.2
215
- 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)
316
## 2.9.1

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

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

0 commit comments

Comments
 (0)