From a463ad6695620faae5689fcb70173326be23e450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Tue, 26 Jul 2022 11:53:57 +0200 Subject: [PATCH] new version --- docs/docs/changelog.md | 6 +++++- manifest-beta.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 19bb3a27..e9037306 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,9 @@ -# 2.0.0 +# 2.0.0-beta.4 +### Improved +- Resizing do not move the column. It has its own slider +- The plugin shows a message when the edition fails including the error message. Common causes were added to the documentation [ISSUE#196](https://github.com/RafaelGB/obsidian-db-folder/issues/196) ### No longer broken +- do not lose the width property when a column is renamed [ISSUE#222](https://github.com/RafaelGB/obsidian-db-folder/issues/222) - Edit inline fields are correctly saved [ISSUE#182](https://github.com/RafaelGB/obsidian-db-folder/issues/182) - Where you add/delete new columns, there was ocasions where column order was not updated and provoked unselected columns [ISSUE#102](https://github.com/RafaelGB/obsidian-db-folder/issues/102) # 2.0.0-beta.3 diff --git a/manifest-beta.json b/manifest-beta.json index 921616a2..a5160700 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,8 +1,8 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "2.0.0-beta.3", - "minAppVersion": "0.15.3", + "version": "2.0.0-beta.4", + "minAppVersion": "0.15.4", "description": "Folder with the capability to store and retrieve data from a folder like database", "author": "RafaelGB", "authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",