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

Commit 762d32f

Browse files
committed
new version
1 parent bc0eb08 commit 762d32f

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

docs/docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
## 2.7.4
3+
### Shiny new things
4+
- names of tags are now editable (updating all the related rows) [ISSUE#443](https://github.com/RafaelGB/obsidian-db-folder/issues/443)
5+
### Improved
6+
- ddbb yaml now supports linter plugins [ISSUE#509](https://github.com/RafaelGB/obsidian-db-folder/issues/509)
7+
- Enter event added to add tags on column settings [ISSUE#520](https://github.com/RafaelGB/obsidian-db-folder/issues/520)
8+
- Improved nested matadata behaviour [ISSUE#500](https://github.com/RafaelGB/obsidian-db-folder/issues/500)
9+
### Visual
10+
- UX of navbar and addRow forms improved with some redesigns [ISSUE#534](https://github.com/RafaelGB/obsidian-db-folder/issues/534) [cesarpereira904](https://github.com/cesarpereira904)
11+
### No longer broken
12+
- problem with dataview query without any column informed fixed [ISSUE#531](https://github.com/RafaelGB/obsidian-db-folder/issues/531)
13+
- Sorting dates and numbers is now more precise [ISSUE#507](https://github.com/RafaelGB/obsidian-db-folder/issues/507) [ISSUE#516](https://github.com/RafaelGB/obsidian-db-folder/issues/516) [ISSUE#533](https://github.com/RafaelGB/obsidian-db-folder/issues/533)
14+
- CSV export button fixed. the bug was introduced in 2.7.3 [ISSUE#535](https://github.com/RafaelGB/obsidian-db-folder/issues/535)
115
## 2.7.3
216
### Improved
317
- Use of Obsidian 1.0 color picker [ISSUE#497](https://github.com/RafaelGB/obsidian-db-folder/issues/497)

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

0 commit comments

Comments
 (0)