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

Commit 9810e5a

Browse files
committed
minor version is ready
1 parent c70b1ae commit 9810e5a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
## 1.3.2
2+
*Published on 2022/05/24*
3+
### Improved
4+
- Dataview Proxy DataArray are now supported. Parsed as a Array. That implies that few bugs are fixed relationated to load that kind of data.
5+
- Order of frontmatter fields is now respected.
6+
### No longer broken
7+
- Yaml array frontmatter is edited correctly now. [ISSUE#61](https://github.com/RafaelGB/obsidian-db-folder/issues/61)
18
## 1.3.1
9+
*Published on 2022/05/23*
210
### No longer broken
311
- dataview currently supports multiple key with same name and is considered as an array. Actually this kind of array generates an error in the database plugin. Now are controlled taking just the fist hit. It will be considered as an array with future versions.
412
- Add new label to selected cell type is duplicated no more. Introduced with 1.3.0 [ISSUE#64](https://github.com/RafaelGB/obsidian-db-folder/issues/64)
5-
613
## 1.3.0
714
*Published on 2022/05/23*
815
### Shiny new things

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.3.1",
4+
"version": "1.3.2",
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.3.1",
3+
"version": "1.3.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)