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

Commit f9fa53b

Browse files
committed
prepare version
1 parent 1d3abe0 commit f9fa53b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.0.0-beta.2
2+
### Improved
3+
- unwanted columns when populating based on all fields removed. Also the memory consumption of the table is reduced significantly [ISSUE#176](https://github.com/RafaelGB/obsidian-db-folder/issues/176)
4+
### No longer broken
5+
- empty cells can be selected again
6+
- Now table config wraps the value with quotes [ISSUE#207](https://github.com/RafaelGB/obsidian-db-folder/issues/207)
17
# 2.0.0-beta.1
28
### Shiny new things
39
- new option of resizing a column. The Size is persisted. [ISSUE#50](https://github.com/RafaelGB/obsidian-db-folder/issues/50)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.0.0-beta.1",
4+
"version": "2.0.0-beta.2",
55
"minAppVersion": "0.15.3",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

0 commit comments

Comments
 (0)