You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
1
14
## 2.9.2
2
15
- 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)
0 commit comments