Skip to content

Commit

Permalink
minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Jan 7, 2023
1 parent 7445a1a commit d871278
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 3.2.1
- 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)
### Improved
- Filters now include filename field as option [#659](https://github.com/RafaelGB/obsidian-db-folder/issues/659)
### No longer broken
- Keyboard arrow navigation includes formula, rollups and metadata too [#731](https://github.com/RafaelGB/obsidian-db-folder/issues/731)
- Filters includes information about other ddbbs [#737](https://github.com/RafaelGB/obsidian-db-folder/issues/737)
## 3.2.0
### Shiny new things
- Tabs between cells & arrow keys navigation [#40](https://github.com/RafaelGB/obsidian-db-folder/issues/40)
- Columns vertical alignment options added [#444](https://github.com/RafaelGB/obsidian-db-folder/issues/444)
- A better error handler with tags [#721](https://github.com/RafaelGB/obsidian-db-folder/issues/721)
### Improved
- Improved the performance of the plugin around 15%
- 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))
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.2.0",
"version": "3.2.1",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dbfolder",
"version": "3.2.0",
"version": "3.2.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit d871278

Please sign in to comment.