Skip to content

Commit

Permalink
new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Apr 3, 2023
1 parent 862b21c commit b1dcf37
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.3.3
### No longer broken
- Fix hidden completed tasks in dataview mode [#839](https://github.com/RafaelGB/obsidian-db-folder/issues/839)
- `Columns to group files by` option needs select columnId [#842](https://github.com/RafaelGB/obsidian-db-folder/issues/842)
- `database-plugin` ignored as an option on existed columns list [#843](https://github.com/RafaelGB/obsidian-db-folder/issues/843)
- Tags and select can not create new options with news columns [#850](https://github.com/RafaelGB/obsidian-db-folder/issues/850)
## 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)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.3.2",
"version": "3.3.3",
"minAppVersion": "1.1.1",
"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 manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.3.2",
"version": "3.3.3",
"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.3.2",
"version": "3.3.3",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b1dcf37

Please sign in to comment.