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

Commit 0a69b0f

Browse files
committed
new version
1 parent 4504162 commit 0a69b0f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.6.0
2+
### Shiny new things
3+
- Another kind of data sources of dataview are added(current folder will be avaliable too, of course) [ISSUE#59](https://github.com/RafaelGB/obsidian-db-folder/issues/59):
4+
- TAGs: select a tag from a list of all tags
5+
- INCOMING_LINKS: select a file from a list of all files
6+
- OUTGOING_LINKS: select a file from a list of all files
7+
8+
### No longer broken
9+
- Filters of type "contains", "starts with" & "ends with" are fixed. A bug appears when original data was empty. [ISSUE#72](https://github.com/RafaelGB/obsidian-db-folder/issues/72)
110
## 1.5.1
211
*Published on 2022/05/29*
312
### 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.5.1",
4+
"version": "1.6.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.5.1",
3+
"version": "1.6.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)