Skip to content

Releases: RafaelGB/obsidian-db-folder

2.3.3

02 Sep 11:00
Compare
Choose a tag to compare

Shiny new things

  • New filter options: 'is not empty' and 'is empty' with visual improvements of auto resize ISSUE#151

No longer broken

  • Iterate between databases do not provoke blank screen anymore ISSUE#309
  • Refresh of table after change option color and rename column if is sorted ISSUE#305
  • Multi-sort respect priority now ISSUE#299

2.3.2

01 Sep 05:54
Compare
Choose a tag to compare

Shiny new things

  • 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
  • Remove options from columns settings of tag or select type now remove that option from all the rows too ISSUE#121

Improved

Visual

  • Multi-column sort order information ISSUE#127

No longer broken

  • Enable frontmatter quotes wrapping does not break config that already has quotes ISSUE#286
  • Problem refreshing column info after modifying the label solved ISSUE#300

2.3.1

30 Aug 07:58
Compare
Choose a tag to compare

No longer broken

2.3.0

29 Aug 15:02
Compare
Choose a tag to compare

Shiny new things

  • 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
  • Autocomplete for links and tags in the editor of text column cells. Its an adaption of Kanban plugin feature, so it will be familiar to you. ISSUE#107

Visual

  • navbar and add row forms are now static with horizontal scroll. Thanks to artisticat1

No longer broken

  • Function of obtain all fields now respect uppercase ISSUE#269
  • New rows title are now trimmed to ensure the functionality ISSUE#279
  • Now you can hide/unhide metadata columns too ISSUE#283

2.2.2

23 Aug 09:05
Compare
Choose a tag to compare

Shiny new things

  • First steps of a row context menu. You can now remove a row from a table (and also Obsidian). ISSUE#62

Improved

  • Performance of DnD columns
  • Performance of tasks column rendering
  • Performance of editing any cell (micromanagement and just save global state without reload)

Visual

No longer broken

  • Select group folder path fixed
  • Date Datetime empty did not open correctly fixed ISSUE#273
  • Label column now admits numbers only ISSUE#274

2.2.1

18 Aug 17:14
Compare
Choose a tag to compare

Visual

  • Opacity of new row form with sticky first column option ISSUE#251

No longer broken

  • menu of CSV button adapted to new version of MUI ISSUE#263
  • Cast between calendar and text works well now. Does not require a refresh ISSUE#266
  • Global menu is avaliable again

Developers

  • 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

2.2.0

17 Aug 09:16
Compare
Choose a tag to compare

Shiny new things

  • 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
  • Button of enable/disable filters could be use as refresh button ISSUE#163
  • New menu of add columns. You can now choose between existing columns or create a new one. ISSUE#112
  • Option of hide/show columns. To enable show columns will be a section inside the new add column menuISSUE#79

Improved

  • Tags could be sorted and filtered with the global search now ISSUE#260

No longer broken

  • Minor bugs with global search. Now is case sensitive and sanitized

2.1.2

09 Aug 07:24
Compare
Choose a tag to compare

Official release (sew also notes from 2.1.0)

No longer broken

  • drap/drop incompatibility with Obsidian was fixed ISSUE#239
  • Split pane options was recovered ISSUE#257

2.1.1

08 Aug 10:23
Compare
Choose a tag to compare

BRAT Beta version

Improved

  • Resizing of columns performed better. ISSUE#241

No longer broken

  • Aligment issues when editing ISSUE#246
  • Rename label does not affect order with zustand ISSUE#247
  • Alter column key after modify the label ISSUE#248
  • New rows accepts editions with zustand ISSUE#254
  • Minor bug updating with zustand ISSUE#245
  • new columns respect orderISSUE#240

2.1.0

04 Aug 08:43
Compare
Choose a tag to compare

BRAT Beta version

Shiny new things

  • The dispatcher of all events was migrated to Zustand! This means a better, more stable, and more efficient way to handle events. Zustand 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

No longer broken

  • qoutes inside of source query are now controlled ISSUE#233 jcdeichmann
  • Fix centered images of all notes ISSUE#231
  • Fix LaTeX formulas presentation incompatibility ISSUE#228
  • now is compatible with windows pane using activeDocumentISSUE#199