Skip to content

Releases: decaf-dev/obsidian-vault-explorer

1.44.3

12 Sep 23:40
1081aa8

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

Choose a tag to compare

Fix

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

1.44.1

11 Sep 03:15
245da7c

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

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

Choose a tag to compare

Fix

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

1.43.0

10 Sep 20:23
8b33bd0

Choose a tag to compare

Feature

  • make folder input a searchable dropdown #162

1.42.1

10 Sep 07:08
8536a52

Choose a tag to compare

Fix

  • migrate to new default properties

1.42.0

10 Sep 07:02
716615c

Choose a tag to compare

Feature

  • remove icon placeholder for grid card cover image
  • remove Obsidian status bar when view is open
  • move pagination indicator into a status bar when view is open
  • remove favorites filter
  • remove timestamp filter
  • move search filter and sort order button to right side
  • increase custom filter groups size
  • rename custom filter button to Configure
  • make search filter toggleable
  • add default values to url, image, and image-fit properties
  • add created date to sort filter

Fix

  • Remove leading zero on time when "Yesterday at" is displayed
  • Don't replace existing leaf when the explorer view is first opened
  • remove extra right padding on IconButton

Refactor

  • rename cover image fit to just Cover and Contain

1.41.1

10 Sep 00:13
a286ffd

Choose a tag to compare

Fix

  • stop invalid tags from appearing on a grid card #292 #314

1.41.0

07 Aug 04:06
66b396b

Choose a tag to compare

Feature

  • add default cover image setting
  • add cover image fit to grid card context menu #244