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

Commit 9c4360d

Browse files
committed
preparing version
1 parent 0ec1ca3 commit 9c4360d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/docs/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## 1.4.0
2+
*Published on 2022/05/25*
23
### Shiny new things
34
- New metadata column: File tasks! You can see the tasks that are associated with each file and interact with them. Powered with tasklist render of dataview. [ISSUE#54](https://github.com/RafaelGB/obsidian-db-folder/issues/54)
45

56
### Improved
6-
- Extra margin added to the botton and top of every cell is removed. Markdown obsidian renderer add html tagging that affected the margin. [ISSUE#71](https://github.com/RafaelGB/obsidian-db-folder/issues/71)
7+
- Extra margin added to the botton and top of every cell is removed. Markdown obsidian renderer add html tagging that affected the margin.[ISSUE#71](https://github.com/RafaelGB/obsidian-db-folder/issues/71)
78

89
### No longer broken
9-
- Column settings of a type that has a type without behavior section does not produce a console error now and section tittle is not shown.
10+
- Column settings that has a type without behavior section produce a console error no more and section tittle is not shown.
1011
## 1.3.2
1112
*Published on 2022/05/24*
1213
### Improved

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

0 commit comments

Comments
 (0)