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

Commit 0237ee1

Browse files
committed
minor version
1 parent d71ad1b commit 0237ee1

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

docs/docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.3.1
2+
### Shiny new things
3+
- Options for a tag or select column types could be added by formula (Experimental)
4+
### Improved
5+
- Support labels for values of columns [#693](https://github.com/RafaelGB/obsidian-db-folder/issues/693)
6+
### No longer broken
7+
- YAML list adds a blank entry when displayed fixed[#745](https://github.com/RafaelGB/obsidian-db-folder/issues/745)
8+
- Regresion with Obsidian project fixed [#786](https://github.com/RafaelGB/obsidian-db-folder/issues/786)
9+
- Now you can delete a tag or select column type value with the menu opened [#783](https://github.com/RafaelGB/obsidian-db-folder/issues/783)
10+
- Inline values with brakets were not closed correctly [#798](https://github.com/RafaelGB/obsidian-db-folder/issues/798)
11+
- Empty space for first position of a list fixed [#803](https://github.com/RafaelGB/obsidian-db-folder/issues/803)
12+
- Output of formulas were affected with the pagination [#785](https://github.com/RafaelGB/obsidian-db-folder/issues/785)
13+
- Typo of an import affecting a setting option fixed [#815](https://github.com/RafaelGB/obsidian-db-folder/issues/815) thanks to [schoonc](https://github.com/schoonc)
14+
- Range input may not display the actual value of "Pagination size" fixed (#816)[https://github.com/RafaelGB/obsidian-db-folder/issues/816] thanks to [schoonc](https://github.com/schoonc)
15+
116
## 3.3.0
217
### Improved
318
- Relations now are shown as tags view. You can select the color of those tags in column settings

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

0 commit comments

Comments
 (0)