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

Commit 88e6246

Browse files
committed
Merge branch 'master' into 17-fr-image-column-type
2 parents c23fc08 + b7f8d5f commit 88e6246

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

docs/docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.1.0
2+
*Published on 2022/05/17*
3+
### Shiny new things
4+
- New type of column: Calendar time
5+
- Now Text column supports Obsidian Markdown rendering (links, bold, italic, etc.)
6+
- MKdocs added as documentation tool of the project
7+
### Improved
8+
- New format of created and updated metadata columns allows sorting
9+
### Developers
10+
- 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.
11+
112
## 1.0.0
213
*Published on 2022/05/13*
314
### Shiny new things

docs/docs/faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
(Empty at this moment)
1+
# FAQ
2+
*Questions about the project will be sorted in this [link](https://github.com/RafaelGB/obsidian-db-folder/projects/2)*
3+
## How to install beta versions of this plugin?
4+
You can contribute to test beta versions with [BRAT](https://github.com/TfTHacker/obsidian42-brat), a nice plugin that allows you to install them as regular ones.

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)