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

Commit 2e51592

Browse files
committed
hotfix of addrow and importup
1 parent 5d7b9b2 commit 2e51592

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# 2.5.2
2+
### No longer broken
3+
- hotfix about new rows and import csv rows. Link.file object of dataview just works if the Link is loaded first
4+
- improving coexistence with old yamls
15
# 2.5.1
6+
### No longer broken
27
- hotfix of persist saving introduced in 2.5.0 with the change of config centinel
38
# 2.5.0
49
*Published on 2022/09/11*

manifest-beta.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": "2.5.1",
4+
"version": "2.5.2",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

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

0 commit comments

Comments
 (0)