Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Jan 4, 2023
1 parent 1b56a4f commit 09a774e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
## 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)
### 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))
### No longer broken
- Dates will be saved with ISO format to avoid read errors [#713](https://github.com/RafaelGB/obsidian-db-folder/issues/713)
- Relations fields dropdown fixed
- A better handling of the `active-leaf-change` event and `dv-changes` event
- Error handling of onload plugin improved [#660](https://github.com/RafaelGB/obsidian-db-folder/issues/660)
## 3.1.3
### Shiny new things
- Multi tag support (without dv query) [ISSUE#706](https://github.com/RafaelGB/obsidian-db-folder/issues/706)
- Change the type of a column read the raw data from the file improving the results and avoiding errors
### Visual
- Improved expanded note style
### Improved
- Fr translation added [703](https://github.com/RafaelGB/obsidian-db-folder/pull/703) Thanks to [@julien-maurel](https://github.com/Lisandra-dev)
- Fr translation added [#703](https://github.com/RafaelGB/obsidian-db-folder/pull/703) Thanks to [@julien-maurel](https://github.com/Lisandra-dev)
- Tasks, Inlinks and Outlinks columns now can be sorted [ISSUE#536](https://github.com/RafaelGB/obsidian-db-folder/issues/536)
- `active-leaf-change` listener added to refresh bar status
### No longer broken
- Dataview datasource now allows to select existing columns on modal [377](https://github.com/RafaelGB/obsidian-db-folder/issues/377)
- Dataview datasource now allows to select existing columns on modal [#377](https://github.com/RafaelGB/obsidian-db-folder/issues/377)
### Developer
- Refactor of parser Service with a better performance.
## 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/features/Formulas.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The root object `db` has the following functions:
- `js` : execute a javascript function that you previously defined in the `js` folder of your table in the database or plugin global settings. (I.E.: `db.js.myFunction( arg1, arg2)`)
- `dataview`: expose the dataview API. (see [Dataview API](https://github.com/blacksmithgu/obsidian-dataview/blob/master/src/api/plugin-api.ts))
- `rollup`: expose the rollup functions of the dbfolder plugin. (see [Rollup documentation](/obsidian-db-folder/features/Relations/#rollups))

- Internal functions of the plugin (see [API DatabaseFnType](https://github.com/RafaelGB/obsidian-db-folder/blob/master/src/cdm/ModulesFnModel.ts))
#### Javascript file structure
To add a javascript file to the `js` folder, it must be a `.js` file and have the following structure:

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.1.3",
"version": "3.2.0",
"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.1.3",
"version": "3.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 09a774e

Please sign in to comment.