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

Commit 0df4a5f

Browse files
committed
up minor version
1 parent b3a5b41 commit 0df4a5f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.3.3
2+
*Published on 2022/09/02*
3+
### Shiny new things
4+
- New filter options: 'is not empty' and 'is empty' with visual improvements of auto resize [ISSUE#151](https://github.com/RafaelGB/obsidian-db-folder/issues/151)
5+
### No longer broken
6+
- Iterate between databases do not provoke blank screen anymore [ISSUE#309](https://github.com/RafaelGB/obsidian-db-folder/issues/309)
7+
- Refresh of table after change option color and rename column if is sorted [ISSUE#305](https://github.com/RafaelGB/obsidian-db-folder/issues/305)
8+
- Multi-sort respect priority now [ISSUE#299](https://github.com/RafaelGB/obsidian-db-folder/issues/299)
19
# 2.3.2
210
*Published on 2022/09/01*
311
### Shiny new things

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

0 commit comments

Comments
 (0)