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

Commit d871278

Browse files
committed
minor version
1 parent 7445a1a commit d871278

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
## 3.2.1
2+
- Bulk delete and duplicate options (Shift + Click to select a row OR right click on context header) [#548](https://github.com/RafaelGB/obsidian-db-folder/issues/548)
3+
### Improved
4+
- Filters now include filename field as option [#659](https://github.com/RafaelGB/obsidian-db-folder/issues/659)
5+
### No longer broken
6+
- Keyboard arrow navigation includes formula, rollups and metadata too [#731](https://github.com/RafaelGB/obsidian-db-folder/issues/731)
7+
- Filters includes information about other ddbbs [#737](https://github.com/RafaelGB/obsidian-db-folder/issues/737)
18
## 3.2.0
29
### Shiny new things
310
- Tabs between cells & arrow keys navigation [#40](https://github.com/RafaelGB/obsidian-db-folder/issues/40)
411
- Columns vertical alignment options added [#444](https://github.com/RafaelGB/obsidian-db-folder/issues/444)
12+
- A better error handler with tags [#721](https://github.com/RafaelGB/obsidian-db-folder/issues/721)
513
### Improved
614
- Improved the performance of the plugin around 15%
715
- Refactor of formula modules to expose internal functions (more info on [API model](https://github.com/RafaelGB/obsidian-db-folder/blob/master/src/cdm/ModulesFnModel.ts))

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.2.0",
4+
"version": "3.2.1",
55
"minAppVersion": "1.1.1",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)