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

Commit 9b49167

Browse files
committed
new beta version
1 parent ac96fb3 commit 9b49167

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

docs/docs/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 3.1.0-beta.1
2+
### Shiny new things
3+
- New option for inline fields addition. Add a new field behind the last one. [ISSUE#419](https://github.com/RafaelGB/obsidian-db-folder/issues/419)
4+
- Inline edit engine improved. Edit you inline fields inside a callout or a list [ISSUE#556](https://github.com/RafaelGB/obsidian-db-folder/issues/556)
5+
- Add column Modal was refactored. Now you can interact with quick settings like type of column or remove button [ISSUE#483](https://github.com/RafaelGB/obsidian-db-folder/issues/483)
6+
- Larger input textarea (text column type) [ISSUE#200](https://github.com/RafaelGB/obsidian-db-folder/issues/200)
7+
- Text columns now support lists as `[a,b,c,1,2,3]`[ISSUE#441](https://github.com/RafaelGB/obsidian-db-folder/issues/441)
8+
- New option to select the font size of the rows [ISSUE#498](https://github.com/RafaelGB/obsidian-db-folder/issues/498)
9+
- You can customize the color of your group filters now [ISSUE#492](https://github.com/RafaelGB/obsidian-db-folder/issues/492)
10+
- Metadata columns now can access to some columns settings too [ISSUE#589](https://github.com/RafaelGB/obsidian-db-folder/issues/589) [ISSUE#464](https://github.com/RafaelGB/obsidian-db-folder/issues/464)
11+
- Global configuration to make search bar sticky by default [ISSUE#643](https://github.com/RafaelGB/obsidian-db-folder/issues/643)
12+
13+
### Improved
14+
- New configuration to format the metadata date [ISSUE#436](https://github.com/RafaelGB/obsidian-db-folder/issues/436)
15+
- Tasks column is refreshed with filters changes [ISSUE#487](https://github.com/RafaelGB/obsidian-db-folder/issues/487)
16+
- Improved responsiveness with the space between bottom and the table [ISSUE#654](https://github.com/RafaelGB/obsidian-db-folder/issues/654)
17+
- The cursor is kept in the same position when you add a new column option (select & tags) [ISSUE#670](https://github.com/RafaelGB/obsidian-db-folder/issues/670)
18+
### Visual
19+
- DnD new css classes to improve the visual feedback [ISSUE#519](https://github.com/RafaelGB/obsidian-db-folder/issues/519)
20+
- Dark mode support for select & tags [ISSUE#656](https://github.com/RafaelGB/obsidian-db-folder/issues/656)
21+
- Settings modal is now bigger on desktops
22+
- Footer formula modal is now bigger
23+
### No longer broken
24+
- Control illegal characters on new options (tags & select) [ISSUE#668](https://github.com/RafaelGB/obsidian-db-folder/issues/668)
25+
- Tags and select selector dropdown does not have the icon anymore (more space) [ISSUE#671](https://github.com/RafaelGB/obsidian-db-folder/issues/671)
26+
- Row context menu was overflown [ISSUE#655](https://github.com/RafaelGB/obsidian-db-folder/issues/655)
27+
- Context columns does not have access to the footer now [ISSUE#653](https://github.com/RafaelGB/obsidian-db-folder/issues/653)
28+
- DnD did not move the footer [ISSUE#658](https://github.com/RafaelGB/obsidian-db-folder/issues/658)
29+
- Last row could not be edited with pagination and search bar enabled [ISSUE#652](https://github.com/RafaelGB/obsidian-db-folder/issues/652)
130
## 3.0.1
231
### Shiny new things
332
- (experimental) new options for the footer including a menu to select those options:

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": "3.0.1",
4+
"version": "3.1.0",
55
"minAppVersion": "0.16.3",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)