Skip to content

Commit

Permalink
new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Feb 26, 2023
1 parent 9d35b8a commit 3c0cf22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.3.2
### Shiny new things
- You can now create new notes directly from relations [#762](https://github.com/RafaelGB/obsidian-db-folder/issues/762)
### Visual
- Visual improvements for select, tags and relation column types. A better contrast and dark mode support [#809](https://github.com/RafaelGB/obsidian-db-folder/issues/809)
### No longer broken
- Completed subtasks will be hidden properly when using the "Hide completed tasks" option [#811](https://github.com/RafaelGB/obsidian-db-folder/issues/811)

## 3.3.1
### Shiny new things
- Options for a tag or select column types could be added by formula (Experimental)
Expand Down
4 changes: 2 additions & 2 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.3.1",
"minAppVersion": "1.0.3",
"version": "3.3.2",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.3.1",
"minAppVersion": "1.0.3",
"version": "3.3.2",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
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": "3.3.1",
"version": "3.3.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3c0cf22

Please sign in to comment.