Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed May 23, 2022
1 parent 080279a commit eff0e32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 1.3.0
*Published on 2022/05/23*
### Shiny new things
- Refactor of column setting to Obsidian modal. Now every column will have its own configuration! As a consequence, the next point were possible:
- Every text column can configure its own media settings
- Options of Selected type column are now persistent.
- Options of Selected type column are now persistent. [ISSUE#58](https://github.com/RafaelGB/obsidian-db-folder/issues/58)
- You can add new lavels even if does not exist in any cell (or delete it)
- You can now select the color of the option label.
- You can now select the color of the option label. [ISSUE#60](https://github.com/RafaelGB/obsidian-db-folder/issues/60)
### Improved
- The table will be refreshed when you close either the settings modal or the new modals of the column adjustments. This will suppose a minimal performance impact with a loading time of less than a second. Its a provisional solution until the refactor of react states stategy
## 1.2.0
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": "1.2.0",
"version": "1.3.0",
"minAppVersion": "0.14.6",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
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": "1.2.0",
"version": "1.3.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit eff0e32

Please sign in to comment.