From eff0e32db49858a7ca7ab7bb804c0e633ad9f990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Mon, 23 May 2022 17:37:09 +0200 Subject: [PATCH] new version --- docs/docs/changelog.md | 5 +++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3a6a5eeb..de03d4ed 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,10 +1,11 @@ ## 1.3.0 +*Published on 2022/05/23* ### Shiny new things - Refactor of column setting to Obsidian modal. Now every column will have its own configuration! As a consequence, the next point were possible: - Every text column can configure its own media settings - - Options of Selected type column are now persistent. + - Options of Selected type column are now persistent. [ISSUE#58](https://github.com/RafaelGB/obsidian-db-folder/issues/58) - You can add new lavels even if does not exist in any cell (or delete it) - - You can now select the color of the option label. + - You can now select the color of the option label. [ISSUE#60](https://github.com/RafaelGB/obsidian-db-folder/issues/60) ### Improved - The table will be refreshed when you close either the settings modal or the new modals of the column adjustments. This will suppose a minimal performance impact with a loading time of less than a second. Its a provisional solution until the refactor of react states stategy ## 1.2.0 diff --git a/manifest.json b/manifest.json index 0790b060..35850dbd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.14.6", "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 6771530b..cbfb8187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "1.2.0", + "version": "1.3.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {