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

Commit 5212a60

Browse files
committed
new minor version
1 parent 6e02c98 commit 5212a60

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.8.3
2+
### Shiny new things
3+
- Obsidian-projects support (experimental) [ISSUE#574](https://github.com/RafaelGB/obsidian-db-folder/issues/574)
4+
### Improved
5+
- `Select file as Column template` option improved. Now the columns does not replace the current ones, but add the new ones to the right of the current ones. [ISSUE#230](https://github.com/RafaelGB/obsidian-db-folder/issues/230)
6+
### No longer broken
7+
- Wrong atributtes order on CSV import fixed. [ISSUE#551](https://github.com/RafaelGB/obsidian-db-folder/issues/551)
8+
- Value of filters now support special characters. [ISSUE#579](https://github.com/RafaelGB/obsidian-db-folder/issues/579)
9+
- Relations are now correctly configured for dataview/tags sources [ISSUE#572](https://github.com/RafaelGB/obsidian-db-folder/issues/572) [ISSUE#573](https://github.com/RafaelGB/obsidian-db-folder/issues/573)
10+
- Rename file function fixed for Obsidian 1.0.x
111
## 2.8.2
212
### Visual
313
- UX improvements for date picker and time picker

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

0 commit comments

Comments
 (0)