From d8712787c2cb2c19e62ffa0163f9db50726d5ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Sat, 7 Jan 2023 13:55:44 +0100 Subject: [PATCH] minor version --- docs/docs/changelog.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3b6bd59b..50cf3579 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,7 +1,15 @@ +## 3.2.1 +- Bulk delete and duplicate options (Shift + Click to select a row OR right click on context header) [#548](https://github.com/RafaelGB/obsidian-db-folder/issues/548) +### Improved +- Filters now include filename field as option [#659](https://github.com/RafaelGB/obsidian-db-folder/issues/659) +### No longer broken +- Keyboard arrow navigation includes formula, rollups and metadata too [#731](https://github.com/RafaelGB/obsidian-db-folder/issues/731) +- Filters includes information about other ddbbs [#737](https://github.com/RafaelGB/obsidian-db-folder/issues/737) ## 3.2.0 ### Shiny new things - Tabs between cells & arrow keys navigation [#40](https://github.com/RafaelGB/obsidian-db-folder/issues/40) - Columns vertical alignment options added [#444](https://github.com/RafaelGB/obsidian-db-folder/issues/444) +- A better error handler with tags [#721](https://github.com/RafaelGB/obsidian-db-folder/issues/721) ### Improved - Improved the performance of the plugin around 15% - Refactor of formula modules to expose internal functions (more info on [API model](https://github.com/RafaelGB/obsidian-db-folder/blob/master/src/cdm/ModulesFnModel.ts)) diff --git a/manifest.json b/manifest.json index fc85a8a5..5182de0a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "3.2.0", + "version": "3.2.1", "minAppVersion": "1.1.1", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", diff --git a/package-lock.json b/package-lock.json index 232eaa47..89673b4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dbfolder", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-dbfolder", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@emotion/styled": "11.10.5", diff --git a/package.json b/package.json index a6333659..b995ba71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "3.2.0", + "version": "3.2.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {