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

Commit ea86193

Browse files
committed
version prep
1 parent a5bebb3 commit ea86193

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## 0.4.0
1+
## 1.0.0
2+
*Published on 2022/05/13*
23
### Shiny new things
34
- New type of column: Calendar
45
- 2 new settings to show metadata file of created and modified using a toggle button
6+
- Now metadata columns can be sorted and add columns to the right or left
57
### Improved
68
- Type control using Literal of dataview. this will allow with futures versions the versatility of dataview plugin (images,links,...)
79
- Refactor of settings to control errors in case of something is missing with a marshall and unmarshall
10+
### No longer broken
11+
- Control of options as unique with Select column type
812
## 0.3.1
913
*Published on 2022/05/10*
1014
### 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": "0.3.1",
4+
"version": "1.0.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": "0.3.1",
3+
"version": "1.0.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)