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

Commit 79d6cdc

Browse files
committed
version
1 parent 52be0d7 commit 79d6cdc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 1.1.0
2+
### Shiny new things
3+
- New type of column: Calendar time
4+
- Now Text column supports Obsidian Markdown rendering (links, bold, italic, etc.)
5+
- MKdocs added as documentation tool of the project
6+
### Improved
7+
- New format of created and updated metadata columns allows sorting
8+
### Developers
9+
- Refactor of calendar column to support time as well. Changed the dependency of `react-calendar` to `react-datepicker` beacuse the onBlur event was not supported natively.
10+
111
## 1.0.0
212
*Published on 2022/05/13*
313
### 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.0.0",
4+
"version": "1.1.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.0.0",
3+
"version": "1.1.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)