From 464cc01d2146dd0cda22ed33ba51aad79fe02593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20G=C3=B3mez=20Bermejo?= Date: Thu, 19 May 2022 18:48:57 +0200 Subject: [PATCH] prepared version --- docs/docs/changelog.md | 5 +++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index ac889ecd..a1353585 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,8 @@ +## 1.2.0 +*Published on 2022/05/19* +### Shiny new things +- URLs could be wrap as embed information [ISSUE#57](https://github.com/RafaelGB/obsidian-db-folder/issues/57) +- New configuration section to enable/disable embedding of URLs. You can choose heigth and width of the iframe. ## 1.1.3 *Published on 2022/05/18* ### No longer broken diff --git a/manifest.json b/manifest.json index 37ecf064..0790b060 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dbfolder", "name": "DB Folder", - "version": "1.1.3", + "version": "1.2.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 f9346078..b7fec3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dbfolder", - "version": "1.1.3", + "version": "1.2.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {