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

Commit bc28812

Browse files
committed
minor version
1 parent aaf0a47 commit bc28812

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 2.2.1
2+
### Visual
3+
- Opacity of new row form with sticky first column option [ISSUE#251](https://github.com/RafaelGB/obsidian-db-folder/issues/251)
4+
### No longer broken
5+
- menu of CSV button adapted to new version of MUI [ISSUE#263](https://github.com/RafaelGB/obsidian-db-folder/issues/263])
6+
- Cast between calendar and text works well now. Does not require a refresh [ISSUE#266](https://github.com/RafaelGB/obsidian-db-folder/discussions/266)
7+
- Global menu is avaliable again
8+
### Developers
9+
- Added an option to use DnD columns again with a toggle button. We are working on a better solution but while we are at it, at least this option is available
110
# 2.2.0
211
### Shiny new things
312
- 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)

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

0 commit comments

Comments
 (0)