Skip to content

Commit 361ef83

Browse files
committed
Auto-release 0.1.20
1 parent 9077623 commit 361ef83

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.20
2+
3+
- Fix connected link searches - searching for `linksto([[File]])` will now correctly search around that file, for example.
4+
- Datacore now provides update events on file deletions; in practice, this means your views will update when files are deleted.
5+
6+
---
7+
18
# 0.1.19 (Beta)
29

310
Adds parsing for list item symbols ($symbol), and task text ($text). In general in datacore I am trying to avoid pulling actual text contents into the index, but the task usecase is sufficiently common that

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.19",
4+
"version": "0.1.20",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
77
"author": "Michael Brenan",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "datacore",
33
"name": "Datacore",
4-
"version": "0.1.3",
4+
"version": "0.1.20",
55
"minAppVersion": "1.4.11",
66
"description": "Reactive data engine for Obsidian.md.",
77
"author": "Michael Brenan",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datacore",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "Reactive data engine for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"0.1.16": "1.4.11",
1919
"0.1.17": "1.4.11",
2020
"0.1.18": "1.4.11",
21-
"0.1.19": "1.4.11"
21+
"0.1.19": "1.4.11",
22+
"0.1.20": "0.12.0"
2223
}

0 commit comments

Comments
 (0)