Skip to content

Commit

Permalink
new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGB committed Sep 26, 2022
1 parent 67391e6 commit 40fe65b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.6.7
### Shiny new things
- New options for text columns: wrap and justify content [ISSUE#378](https://github.com/RafaelGB/obsidian-db-folder/issues/378)
### Improved
- Inline editions now support [] characters as wrap characters [ISSUE#413](https://github.com/RafaelGB/obsidian-db-folder/issues/413)
- Select column type now has the same style of tags to give them support for mobiles, also the UX is improved [ISSUE#401](https://github.com/RafaelGB/obsidian-db-folder/issues/401)
### No longer broken
- sticky first column is not transparent with the rest of the cells scrolling [ISSUE#424](https://github.com/RafaelGB/obsidian-db-folder/issues/424)
- Frontmatter editions now respect nested metadata [ISSUE#194](https://github.com/RafaelGB/obsidian-db-folder/issues/194)
- Bug persisting inline field when the frontmatter was empty [ISSUE#416](https://github.com/RafaelGB/obsidian-db-folder/issues/416)
## 2.6.6
- Hotfix of add row bottom position and min height of navbar
## 2.6.5
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": "2.6.6",
"version": "2.6.7",
"minAppVersion": "0.15.9",
"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": "2.6.6",
"version": "2.6.7",
"minAppVersion": "0.15.9",
"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": "2.6.6",
"version": "2.6.7",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 40fe65b

Please sign in to comment.