Skip to content

Releases: vrtmrz/obsidian-tagfolder

0.18.9

05 Nov 11:54
Compare
Choose a tag to compare

0.18.9

Fixed

  • Now separated panes works fine again.

0.18.8

25 Oct 10:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

0.18.3

10 Oct 10:00
Compare
Choose a tag to compare

Improved:

  • Tags and files are now sorted in natural sorting (as in Obsidian).
  • Extra tags are displayed as filling vacant.
  • If no extra tags, the file title grows to fill.

0.18.2

04 Oct 08:55
Compare
Choose a tag to compare

New feature

  • We can store tags of new notes in frontmatter. (Thank you so much @wronex!).

Fixed

  • Now the renaming file will be reflected in the tree.
  • No more active files lost.

Improved

  • We can update trees in force.
  • Focusing on a file now performs efficiently even when there are a lot of files.
  • Copying tag path now works correctly.

0.18.1

03 Oct 10:10
Compare
Choose a tag to compare

Improved:

  • Performance has been further improved (from x10 to x100, again).
    • How terrible code I have written...
  • Off-screen items are no longer rendered.
  • Diff checks for rendering have been speeded up.
  • Observing items is now processed by a single observer.
  • Items which are gathering information are now indicated with dog ears of accent colour.
  • Terser has been introduced for more optimisation.
    • If you notice some behavioural change, feel free to inform me, please!

0.18.0

25 Sep 08:18
Compare
Choose a tag to compare

Improved:

  • The rendering of the tree is now around up to x100 faster.
  • UI freezes have been shortened.
  • Pointless toggling on the Link folder will now be cancelled.

Changed behaviour:

  • Tag folders now compare tags without locale.
    If you find any inconveniences, please make an issue.