You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
1
8
## 1.3.1
9
+
*Published on 2022/05/23*
2
10
### No longer broken
3
11
- 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.
4
12
- 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)
0 commit comments