From 6ebbf5baa67260b0a74fd19bc1cb5e7290b831bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Thu, 1 Dec 2022 17:50:19 +0100 Subject: [PATCH] new mayor version --- docs/docs/changelog.md | 13 +++++++++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 60b289cd..9e7a2c65 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -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 diff --git a/manifest-beta.json b/manifest-beta.json index 0a1015e0..80bd0858 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 25f2bedc..04bfa710 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 55a3643e..5187d675 100644 --- a/package.json +++ b/package.json @@ -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": {