Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 464cc01

Browse files
committed
prepared version
1 parent 878c6e8 commit 464cc01

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0
2+
*Published on 2022/05/19*
3+
### Shiny new things
4+
- URLs could be wrap as embed information [ISSUE#57](https://github.com/RafaelGB/obsidian-db-folder/issues/57)
5+
- New configuration section to enable/disable embedding of URLs. You can choose heigth and width of the iframe.
16
## 1.1.3
27
*Published on 2022/05/18*
38
### No longer broken

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "1.1.3",
4+
"version": "1.2.0",
55
"minAppVersion": "0.14.6",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)