Skip to content

Releases: decaf-dev/obsidian-vault-explorer

1.46.0

14 Sep 01:59
68484ea
Compare
Choose a tag to compare

Feature

  • simplify table columns to just Name and Tags

Fix

  • resolve list Show tags setting not working
  • make ListItem render title in full width when Show tags is disabled

Refactor

  • remove viewOrder array and add a order property to each view

1.45.0

13 Sep 22:24
7dfd619
Compare
Choose a tag to compare

Feature

  • add delete option to context menu
  • add confirm delete setting
  • make feed view a non-premium feature

1.44.6

13 Sep 01:29
83b431b
Compare
Choose a tag to compare

Fix

  • make SearchSelect clear button always visible when a value is selected
  • reset SearchSelect input to selected value on dropdown close

1.44.5

13 Sep 01:09
1cee3e1
Compare
Choose a tag to compare

Feature

  • add clear button to SearchSelect

Fix

  • allow SearchSelect dropdown to render above container
  • stop loss of focus on SearchSelect input when an option is clicked

1.44.4

13 Sep 00:14
4f541b8
Compare
Choose a tag to compare

Fix

  • close SearchSelect dropdown when tab is pressed
  • make SearchSelect dropdown appear below focus

1.44.3

12 Sep 23:40
1081aa8
Compare
Choose a tag to compare

Fix

  • add up and down arrow support to SearchSelect #162
  • save value when SearchSelect option is selected
  • add keyboard focus indicator to Configure button
  • open SearchSelect dropdown when focused and any key is pressed

Refactor

  • rename to SearchSelect

1.44.2

11 Sep 03:40
28a1ba8
Compare
Choose a tag to compare

Fix

  • fix some social media image url's not being cached

1.44.1

11 Sep 03:15
245da7c
Compare
Choose a tag to compare

Fix

  • clear social media cache on upgrade

Refactor

  • rename socialMediaImageUrl to smiUrl in IndexDB cache

Test

  • add more logs to social media cache

1.44.0

11 Sep 02:53
4903588
Compare
Choose a tag to compare

Feature

  • make Vault Explorer view leaf pinnable #313

Chore

  • add debug statements to image cache

1.43.1

10 Sep 21:38
7754d3d
Compare
Choose a tag to compare

Fix

  • handle text overflow of SearchableSelection component dropdown
  • hide broken image icon if image fails to load #331