Releases: vrtmrz/obsidian-tagfolder
Releases · vrtmrz/obsidian-tagfolder
0.18.9
0.18.8
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
0.18.6
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
Fixed:
- Now
_untagged
note is surely displayed on the root of the vault.
0.18.4
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
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
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
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
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.