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

Commit d2b3d11

Browse files
committed
new version
1 parent 15b48bc commit d2b3d11

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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+
# 2.2.0
2+
### Shiny new things
3+
- Refactor of filters. With the new architecture of events (Zustand), it is now possible to use filters in a dynamic way, so they were moved to the navbar menu and the changes doe not need to refresh the page. [ISSUE#73](https://github.com/RafaelGB/obsidian-db-folder/issues/73)
4+
- Button of enable/disable filters could be use as refresh button [ISSUE#163](https://github.com/RafaelGB/obsidian-db-folder/issues/163)
5+
- New menu of add columns. You can now choose between existing columns or create a new one. [ISSUE#112](https://github.com/RafaelGB/obsidian-db-folder/issues/112)
6+
- Option of hide/show columns. To enable show columns will be a section inside the new add column menu[ISSUE#79](https://github.com/RafaelGB/obsidian-db-folder/issues/79)
7+
### Improved
8+
- Tags could be sorted and filtered with the global search now [ISSUE#260](https://github.com/RafaelGB/obsidian-db-folder/issues/260)
9+
### No longer broken
10+
- Minor bugs with global search. Now is case sensitive and sanitized
111
# 2.1.2
212
### No longer broken
313
- drap/drop incompatibility with Obsidian was fixed [ISSUE#239](https://github.com/RafaelGB/obsidian-db-folder/issues/239)

manifest-beta.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": "2.1.2",
4+
"version": "2.2.0",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

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

0 commit comments

Comments
 (0)