From c2412b5e46d1783146e42bbd66539f1cb4f3a3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Tue, 10 May 2022 11:28:55 +0200 Subject: [PATCH] new version ready --- docs/changelog.md | 8 ++++++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1f8859f9..67500d41 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,12 @@ ## 0.3.0 ### Shiny new things +- Dataview filters added on settings modal! Now you can filter the initial data obtained from the folder [ISSUE#33](https://github.com/RafaelGB/obsidian-db-folder/issues/33) - Improve css styling [ISSUE#31](https://github.com/RafaelGB/obsidian-db-folder/pull/31) [artisticat1](https://github.com/artisticat1) - - +### No longer broken +- Duplicated columns are now controled when you add it [ISSUE#32](https://github.com/RafaelGB/obsidian-db-folder/issues/32) +- DnD of columns is now scaling well the width. +### Improved +- Added event of enter to create a new row [ISSUE#32](https://github.com/RafaelGB/obsidian-db-folder/issues/32) ## 0.2.2 *Published on 2022/05/08* ### No longer broken diff --git a/manifest.json b/manifest.json index 289346b3..e7764387 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "0.2.2", + "version": "0.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 b3aaf2d2..66b80e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "0.2.2", + "version": "0.3.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {