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

Commit 08afe17

Browse files
committed
preparing version
1 parent 971eae3 commit 08afe17

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.2
2+
### Improved
3+
- Now DnD of file column and persist order are supported.
4+
5+
### No longer broken
6+
- Change select cell type no crash the view anymore. This is a but introduced in 0.1.1.
17
## 0.1.1
28
### Improved
39
- The width of columns are adjusted when a column is added of removed

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

0 commit comments

Comments
 (0)