Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit a463ad6

Browse files
committed
new version
1 parent 1f952c3 commit a463ad6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# 2.0.0
1+
# 2.0.0-beta.4
2+
### Improved
3+
- Resizing do not move the column. It has its own slider
4+
- The plugin shows a message when the edition fails including the error message. Common causes were added to the documentation [ISSUE#196](https://github.com/RafaelGB/obsidian-db-folder/issues/196)
25
### No longer broken
6+
- do not lose the width property when a column is renamed [ISSUE#222](https://github.com/RafaelGB/obsidian-db-folder/issues/222)
37
- Edit inline fields are correctly saved [ISSUE#182](https://github.com/RafaelGB/obsidian-db-folder/issues/182)
48
- Where you add/delete new columns, there was ocasions where column order was not updated and provoked unselected columns [ISSUE#102](https://github.com/RafaelGB/obsidian-db-folder/issues/102)
59
# 2.0.0-beta.3

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.0.0-beta.3",
5-
"minAppVersion": "0.15.3",
4+
"version": "2.0.0-beta.4",
5+
"minAppVersion": "0.15.4",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",
88
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",

0 commit comments

Comments
 (0)