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

Commit 061214d

Browse files
committed
new minor version
1 parent 5783d13 commit 061214d

File tree

4 files changed

+32
-28
lines changed

4 files changed

+32
-28
lines changed

docs/docs/changelog.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# 2.5.2
1+
## 2.5.3
2+
### No longer broken
3+
- Sorting for created and modified dates working with new table version [ISSUE#368](https://github.com/RafaelGB/obsidian-db-folder/issues/368)
4+
- Destination folder for query sources fixed [ISSUE#367](https://github.com/RafaelGB/obsidian-db-folder/issues/367)
5+
## 2.5.2
26
### No longer broken
37
- hotfix about new rows and import csv rows. Link.file object of dataview just works if the Link is loaded first
48
- improving coexistence with old yamls
5-
# 2.5.1
9+
## 2.5.1
610
### No longer broken
711
- hotfix of persist saving introduced in 2.5.0 with the change of config centinel
8-
# 2.5.0
12+
## 2.5.0
913
*Published on 2022/09/11*
1014
### Shiny new things
1115
- Added support for mobile devices (iOS and Android) and tablets (iPad and Android tablets) [ISSUE#27](https://github.com/RafaelGB/obsidian-db-folder/issues/27)
@@ -20,13 +24,13 @@
2024
- onBlur did not work well on empty text cells [ISSUE#352](https://github.com/RafaelGB/obsidian-db-folder/issues/352)
2125
- DnD conflicts with resize fixed [ISSUE#349](https://github.com/RafaelGB/obsidian-db-folder/issues/349)
2226
- Dark mode for principal and filters menu [ISSUE#350](https://github.com/RafaelGB/obsidian-db-folder/issues/350)
23-
# 2.4.1
27+
## 2.4.1
2428
*Published on 2022/09/09*
2529
### Visual
2630
- Search now indicate the number of avaliable rows always, not just like placeholder [ISSUE#130](https://github.com/RafaelGB/obsidian-db-folder/issues/130)
2731
### No longer broken
2832
- FINALLY, DnD columns is enabled by default and the developer config about it was removed. It does not break Obsidian DnD anymore [ISSUE#239](https://github.com/RafaelGB/obsidian-db-folder/issues/239)
29-
# 2.4.0
33+
## 2.4.0
3034
*Published on 2022/09/08*
3135
### Shiny new things
3236
- Totally renewed row context menu! Now wraps the obsidian context menu, so you can use all the plugins that add items to it(rename and delete file included as custom options too) [ISSUE#152](https://github.com/RafaelGB/obsidian-db-folder/issues/152)
@@ -41,35 +45,35 @@
4145
### No longer broken
4246
- new yaml breaker conditions added (>)
4347
- Edit a cell in a page out of the first one does not reset the pagination anymore [ISSUE#338](https://github.com/RafaelGB/obsidian-db-folder/issues/338)
44-
# 2.3.6
48+
## 2.3.6
4549
*Published on 2022/09/07*
4650
### Improved
4751
- The tab title bar with Obsidian 0.16 is optional, so the settings of the ddbb where moved to the bar of the plugin itself [ISSUE#330](https://github.com/RafaelGB/obsidian-db-folder/issues/330)
4852
### No longer broken
4953
- render of checkbox fixed [ISSUE#334](https://github.com/RafaelGB/obsidian-db-folder/issues/334)
5054
- order of multisort is persisted [ISSUE#324](https://github.com/RafaelGB/obsidian-db-folder/issues/324)
51-
# 2.3.5
55+
## 2.3.5
5256
*Published on 2022/09/05*
5357
### Shiny new things
5458
- New command & ribbon icon to generate a new database with a helpful wizard to guide you through the process [ISSUE#126](https://github.com/RafaelGB/obsidian-db-folder/issues/126)
5559
### No longer broken
5660
- Problem with saving query on yaml solved [ISSUE#325](https://github.com/RafaelGB/obsidian-db-folder/issues/325)
57-
# 2.3.4
61+
## 2.3.4
5862
*Published on 2022/09/04*
5963
### Improved
6064
- If you choose a source different of current folder, now you can select the destination of your new notes [ISSUE#318](https://github.com/RafaelGB/obsidian-db-folder/issues/318)
6165
### No longer broken
6266
- Hotfix of add a filter [ISSUE#322](https://github.com/RafaelGB/obsidian-db-folder/issues/322)
6367
- Hotfix od delete a row in some cases [ISSUE#319](https://github.com/RafaelGB/obsidian-db-folder/issues/319)
64-
# 2.3.3
68+
## 2.3.3
6569
*Published on 2022/09/02*
6670
### Shiny new things
6771
- New filter options: 'is not empty' and 'is empty' with visual improvements of auto resize [ISSUE#151](https://github.com/RafaelGB/obsidian-db-folder/issues/151)
6872
### No longer broken
6973
- Iterate between databases do not provoke blank screen anymore [ISSUE#309](https://github.com/RafaelGB/obsidian-db-folder/issues/309)
7074
- Refresh of table after change option color and rename column if is sorted [ISSUE#305](https://github.com/RafaelGB/obsidian-db-folder/issues/305)
7175
- Multi-sort respect priority now [ISSUE#299](https://github.com/RafaelGB/obsidian-db-folder/issues/299)
72-
# 2.3.2
76+
## 2.3.2
7377
*Published on 2022/09/01*
7478
### Shiny new things
7579
- Inline fields with bold ,italics or underline key is edditable now. Also you can edit those inline fields wrapped with pharentesis in the middle of a line, respecting dataview readability [ISSUE#134](https://github.com/RafaelGB/obsidian-db-folder/issues/134)
@@ -81,12 +85,12 @@
8185
### No longer broken
8286
- Enable frontmatter quotes wrapping does not break config that already has quotes [ISSUE#286](https://github.com/RafaelGB/obsidian-db-folder/issues/286)
8387
- Problem refreshing column info after modifying the label solved [ISSUE#300](https://github.com/RafaelGB/obsidian-db-folder/issues/300)
84-
# 2.3.1
88+
## 2.3.1
8589
### No longer broken
8690
- new row hide last row [ISSUE#295](https://github.com/RafaelGB/obsidian-db-folder/issues/295)
8791
- new row hide dbsettings using sliding panes [ISSUE#296](https://github.com/RafaelGB/obsidian-db-folder/issues/296)
8892
- Pagination legend supports dark mode[ISSUE#291](https://github.com/RafaelGB/obsidian-db-folder/issues/291)
89-
# 2.3.0
93+
## 2.3.0
9094
### Shiny new things
9195
- Pagination arrived! Now you can organize your ddbb in pages, and you can choose the number of items per page in the settings panel. This also affects to the performance, so theoretically you can have a ddbb with more than 10000 items. [ISSUE#116](https://github.com/RafaelGB/obsidian-db-folder/issues/116)
9296
- Autocomplete for links and tags in the editor of text column cells. Its an adaption of [Kanban plugin](https://github.com/mgmeyers/obsidian-kanban) feature, so it will be familiar to you. [ISSUE#107](https://github.com/RafaelGB/obsidian-db-folder/issues/107)
@@ -96,7 +100,7 @@
96100
- Function of obtain all fields now respect uppercase [ISSUE#269](https://github.com/RafaelGB/obsidian-db-folder/issues/269)
97101
- New rows title are now trimmed to ensure the functionality [ISSUE#279](https://github.com/RafaelGB/obsidian-db-folder/issues/279)
98102
- Now you can hide/unhide metadata columns too [ISSUE#283](https://github.com/RafaelGB/obsidian-db-folder/issues/283)
99-
# 2.2.2
103+
## 2.2.2
100104
### Shiny new things
101105
- First steps of a row context menu. You can now remove a row from a table (and also Obsidian). [ISSUE#62](https://github.com/RafaelGB/obsidian-db-folder/issues/62)
102106
### Improved
@@ -109,7 +113,7 @@
109113
- Select group folder path fixed
110114
- Date Datetime empty did not open correctly fixed [ISSUE#273](https://github.com/RafaelGB/obsidian-db-folder/issues/273)
111115
- Label column now admits numbers only [ISSUE#274](https://github.com/RafaelGB/obsidian-db-folder/issues/274)
112-
# 2.2.1
116+
## 2.2.1
113117
### Visual
114118
- Opacity of new row form with sticky first column option [ISSUE#251](https://github.com/RafaelGB/obsidian-db-folder/issues/251)
115119
### No longer broken
@@ -118,7 +122,7 @@
118122
- Global menu is avaliable again
119123
### Developers
120124
- Added an option to use DnD columns again with a toggle button. We are working on a better solution but while we are at it, at least this option is available
121-
# 2.2.0
125+
## 2.2.0
122126
### Shiny new things
123127
- Refactor of filters. With the new architecture of events (Zustand), it is now possible to use filters in a dynamic way, so they were moved to the navbar menu and the changes doe not need to refresh the page. [ISSUE#73](https://github.com/RafaelGB/obsidian-db-folder/issues/73)
124128
- Button of enable/disable filters could be use as refresh button [ISSUE#163](https://github.com/RafaelGB/obsidian-db-folder/issues/163)
@@ -128,11 +132,11 @@
128132
- Tags could be sorted and filtered with the global search now [ISSUE#260](https://github.com/RafaelGB/obsidian-db-folder/issues/260)
129133
### No longer broken
130134
- Minor bugs with global search. Now is case sensitive and sanitized
131-
# 2.1.2
135+
## 2.1.2
132136
### No longer broken
133137
- drap/drop incompatibility with Obsidian was fixed [ISSUE#239](https://github.com/RafaelGB/obsidian-db-folder/issues/239)
134138
- Split pane options was recovered [ISSUE#257](https://github.com/RafaelGB/obsidian-db-folder/issues/257)
135-
# 2.1.1 (beta)
139+
## 2.1.1 (beta)
136140
### Improved
137141
- Resizing of columns performed better. [ISSUE#241](https://github.com/RafaelGB/obsidian-db-folder/issues/241)
138142
### No longer broken
@@ -142,18 +146,18 @@
142146
- New rows accepts editions with zustand [ISSUE#254](https://github.com/RafaelGB/obsidian-db-folder/issues/254)
143147
- Minor bug updating with zustand [ISSUE#245](https://github.com/RafaelGB/obsidian-db-folder/issues/245)
144148
- new columns respect order[ISSUE#240](https://github.com/RafaelGB/obsidian-db-folder/issues/240)
145-
# 2.1.0 (beta)
149+
## 2.1.0 (beta)
146150
### Shiny new things
147151
- The dispatcher of all events was migrated to Zustand! This means a better, more stable, and more efficient way to handle events. [Zustand](https://zustand.js.org/) is a library that provides a simple, efficient, and powerful way to manage state in React. Allowing future changes as formula columns. As PoC, this version update the value of `modified` column every time a cell is changed. [ISSUE#227](https://github.com/RafaelGB/obsidian-db-folder/issues/227)
148152
### No longer broken
149153
- qoutes inside of source query are now controlled [ISSUE#233](https://github.com/RafaelGB/obsidian-db-folder/issues/233) [jcdeichmann](https://github.com/jcdeichmann)
150154
- Fix centered images of all notes [ISSUE#231](https://github.com/RafaelGB/obsidian-db-folder/issues/231)
151155
- Fix LaTeX formulas presentation incompatibility [ISSUE#228](https://github.com/RafaelGB/obsidian-db-folder/issues/228)
152156
- now is compatible with windows pane using `activeDocument`[ISSUE#199](https://github.com/RafaelGB/obsidian-db-folder/issues/199)
153-
# 2.0.1
157+
## 2.0.1
154158
### No longer broken
155159
- Fixed selection problem with datetime columns introduced in 2.0.0.
156-
# 2.0.0
160+
## 2.0.0
157161
### Shiny new things
158162
- New style for navBar & "new row" button [ISSUE#206](https://github.com/RafaelGB/obsidian-db-folder/issues/206). Now the name of your ddbb is displayed in the navBar. To change it, just edit it into the settings.
159163
### Improved
@@ -165,15 +169,15 @@
165169
- Empty calendar cells will not show placeholder message. Just when are selected. [ISSUE#159](https://github.com/RafaelGB/obsidian-db-folder/issues/159)
166170
### No longer broken
167171
- Controling the duplicated columns using the file template option to create them. [ISSUE#224](https://github.com/RafaelGB/obsidian-db-folder/issues/224)
168-
# 2.0.0-beta.4
172+
## 2.0.0-beta.4
169173
### Improved
170174
- Resizing do not move the column. It has its own slider
171175
- 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)
172176
### No longer broken
173177
- do not lose the width property when a column is renamed [ISSUE#222](https://github.com/RafaelGB/obsidian-db-folder/issues/222)
174178
- Edit inline fields are correctly saved [ISSUE#182](https://github.com/RafaelGB/obsidian-db-folder/issues/182)
175179
- 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)
176-
# 2.0.0-beta.3
180+
## 2.0.0-beta.3
177181
### Improved
178182
- Delay of DnD improvements in the UI [ISSUE#214](https://github.com/RafaelGB/obsidian-db-folder/issues/214)
179183
- Resizing of column is smoother [ISSUE#210](https://github.com/RafaelGB/obsidian-db-folder/issues/210)
@@ -183,13 +187,13 @@
183187
### No longer broken
184188
- Control duplicates on tags and select columns [ISSUE#209](https://github.com/RafaelGB/obsidian-db-folder/issues/209)
185189
- Sorting works with empty cells using a custom comparator (react-table not support it yet) [ISSUE#212](https://github.com/RafaelGB/obsidian-db-folder/issues/212)
186-
# 2.0.0-beta.2
190+
## 2.0.0-beta.2
187191
### Improved
188192
- 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)
189193
### No longer broken
190194
- empty cells can be selected again
191195
- Now table config wraps the value with quotes [ISSUE#207](https://github.com/RafaelGB/obsidian-db-folder/issues/207)
192-
# 2.0.0-beta.1
196+
## 2.0.0-beta.1
193197
### Shiny new things
194198
- new option of resizing a column. The Size is persisted. [ISSUE#50](https://github.com/RafaelGB/obsidian-db-folder/issues/50)
195199
- Performance improvements of rendering components x5 [ISSUE#189](https://github.com/RafaelGB/obsidian-db-folder/issues/189)
@@ -202,7 +206,7 @@
202206
- Material-ui migrated from Material-UI to MUI ( compatibility with React 18.x )
203207
- Refactor of all components to be adapted to React 18.x
204208
- Size of plugin from 16mb to 5mb
205-
# 1.8.2
209+
## 1.8.2
206210
### No longer broken
207211
- Hotfix of critical mapping bug [ISSUE#190](https://github.com/RafaelGB/obsidian-db-folder/issues/190)
208212
## 1.8.1

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

manifest.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.5.2",
4+
"version": "2.5.3",
55
"minAppVersion": "0.15.9",
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": "2.5.2",
3+
"version": "2.5.3",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)