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

Commit 0ab7a64

Browse files
committed
new minor version
1 parent 27be934 commit 0ab7a64

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,4 +1,13 @@
11

2+
## 2.8.1
3+
### Shiny new things
4+
- New rollup functions: Count unique values,Truthy count, Falsy count, Percent empty, Percent filled, Task TODO, Task completed
5+
- Rollup API improvements for use inside the formulas
6+
### No longer broken
7+
- Rollups now works with just 1 row inside the relation
8+
- Edit engine works correctly with empty yaml when we remove the last field or change the last field to inline [ISSUE#553](https://github.com/RafaelGB/obsidian-db-folder/issues/553)
9+
- Relations now works too with dataview sources [ISSUE#568](https://github.com/RafaelGB/obsidian-db-folder/issues/568)
10+
- useEffect loop when we persisted a formula in some cases fixed [ISSUE#569](https://github.com/RafaelGB/obsidian-db-folder/issues/569)
211
## 2.8.0
312
### Shiny new things
413
- Added video examples to the docs for each section [imeed166](https://github.com/imeed166)

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

0 commit comments

Comments
 (0)