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

Commit 89acaaa

Browse files
committed
3.2.4 beta until projects update
1 parent e9da096 commit 89acaaa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.2.4
2+
### Shiny new things
3+
- New source of data for the plugin: Dataview JS Pages. You can write your own pages queries and use them as a source of data. [#628](https://github.com/RafaelGB/obsidian-db-folder/issues/628)
4+
- ### Improved
5+
- Projects API updated. Thanks to [Marcus Olsson](https://github.com/marcusolsson) [PR#756](https://github.com/RafaelGB/obsidian-db-folder/pull/756)
16
## 3.2.3
27
- Old engine editor will be used on mobile until the official API is released
38
## 3.2.2

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

0 commit comments

Comments
 (0)