Skip to content

Commit

Permalink
new mayor version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Dec 1, 2022
1 parent 3f3f1c1 commit 6ebbf5b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.0.0
### Shiny new things
- A new design for the plugin [ISSUE#577](https://github.com/RafaelGB/obsidian-db-folder/issues/577)
- 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)
- Configurable shortcuts for some actions. [ISSUE#154](https://github.com/RafaelGB/obsidian-db-folder/issues/154)
- 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.
- (Experimental) enable/disable a footer. Currently only support summatory of number columns [ISSUE#637](https://github.com/RafaelGB/obsidian-db-folder/issues/637)
### Improved
- (Experimental) a custom view for errors.
- At startup, the plugin will check if dataview loads the indexes. If not, it will show a warning to the user.
### No longer broken
- Mobile now support pagination
- Mobile calendar view was fixed [ISSUE#561](https://github.com/RafaelGB/obsidian-db-folder/issues/561)
## 2.9.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)
## 2.9.1
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "2.9.2",
"version": "3.0.0",
"minAppVersion": "0.16.3",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "2.9.2",
"version": "3.0.0",
"minAppVersion": "0.16.3",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dbfolder",
"version": "2.9.2",
"version": "3.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6ebbf5b

Please sign in to comment.