Skip to content

Releases: vrtmrz/obsidian-tagfolder

0.18.13

04 Dec 05:14
03923b2

Choose a tag to compare

0.18.12 0.18.13

(0.18.12 was skipped due to a versioning mistake)

Fixes

  • Support the click-to-search function in the attribute list (#98, #128)

Improved

  • Dependencies are updated to the latest version.
  • Small minor improvements have been made.

0.18.12

04 Dec 05:11
ff4aa49

Choose a tag to compare

0.18.12

Fixes

  • Support the click-to-search function in the attribute list (#98, #128)

Improved

  • Dependencies are updated to the latest version.
  • Small minor improvements have been made.

0.18.11

17 Apr 12:09

Choose a tag to compare

0.18.11

Fixes

  • Now Disable narrowing down works correctly again (#114).

New features

  • Redirecting tags are applied to virtual tags (#110)
  • Collapse all expanded tags are implemented (#112)

Digging the weeds

  • Many dependencies are updated to the latest version. And also, the Svelte compiler is updated to the latest version.
  • Now npm run check has been implemented in the package.json. Runs tsc, eslint, svelte-check at once.

0.18.10

14 Jan 11:22

Choose a tag to compare

0.18.10

Fixed

  • Extra tags are now rendered as same as tags in hierarchy.
  • Copy disguised tags is now respects nested tags.

New feature

  • We can show the placed-folder of each items as a tag by Display folder as tag

0.18.9

05 Nov 11:54

Choose a tag to compare

0.18.9

Fixed

  • Now separated panes works fine again.

0.18.8

25 Oct 10:59

Choose a tag to compare

0.18.8

This is a highly anticipated and significant release, empowered by Svelte 5!
Representing the hierarchy of TagFolder's tree was previously quite heavy and complicated. Fortunately, it has now been enhanced with runes, which I've long awaited and can simplify the dependencies efficiently.

However, a considerable amount of code has been rewritten. If you encounter any issues, please do not hesitate to contact me!

Fixed:

  • Adapted to the new Obsidian style.

Improved:

  • Smoothness dramatically improved thanks to Svelte 5

0.18.7

15 Apr 03:56

Choose a tag to compare

0.18.7

Fixed:

  • Fixed pinning tag information loading problem on startup.
  • Layouts of the search box were now fine again.
  • Now nested tags are correctly displayed in the tree. (#100)

Tidied:

  • Fixed usage of obsolete APIs.
  • Fixed type errors.

0.18.6

15 Mar 09:52

Choose a tag to compare

0.18.6

New feature:

  • Reveal TagFolder view after clicking a tag by @RyotaUshio in #95
    • I am really sorry and regret that I have missed releasing this. To avoid happening this twice, I will release it after merging the PR immediately. Please nudge me if I missed it.

Refactored:

  • Dependencies have been polished.

0.18.5

27 Dec 08:43

Choose a tag to compare

Fixed:

  • Now _untagged note is surely displayed on the root of the vault.

0.18.4

17 Nov 03:11

Choose a tag to compare

Fixed:

  • Now tree updating has been got back to valid without losing efficiency.

New feature:

  • We can open the separated file list in a current pane or a new separated pane.