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

Commit 3074826

Browse files
committed
new version
1 parent 821a5a7 commit 3074826

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/docs/changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
## 1.4.1
1+
## 1.5.0
2+
*Published on 2022/05/27*
3+
### Shiny new things
4+
- To take advantage of the task column type architecture, Checkbox column type is added! Will be a 1 is checked, 0 is unchecked. (allows sorting & better performance)
5+
- Improves to sorting columns: [ISSUE#67](https://github.com/RafaelGB/obsidian-db-folder/issues/67)
6+
- Sorting is persisted now.
7+
- Multi-column sorting is now possible.
8+
- You can remove sorting by clicking on the same header option again.
9+
210
### Visual
311
- Text column style now justify the content of cells
12+
- Sortable columns now have a sort icon [ISSUE#65](https://github.com/RafaelGB/obsidian-db-folder/issues/65)
13+
14+
### No longer broken
15+
- Enable media links of text column type config could be edited correctly again
416
## 1.4.0
517
*Published on 2022/05/25*
618
### 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.4.0",
4+
"version": "1.5.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.4.0",
3+
"version": "1.5.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)