Releases: vrtmrz/obsidian-tagfolder
Releases · vrtmrz/obsidian-tagfolder
0.18.13
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)
- Thank you for your contribution, @sunzhi0000-sys!
Improved
- Dependencies are updated to the latest version.
- Small minor improvements have been made.
0.18.12
0.18.12
Fixes
- Support the click-to-search function in the attribute list (#98, #128)
- Thank you for your contribution, @sunzhi0000-sys!
Improved
- Dependencies are updated to the latest version.
- Small minor improvements have been made.
0.18.11
0.18.11
Fixes
- Now
Disable narrowing downworks 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 checkhas been implemented in the package.json. Runs tsc, eslint, svelte-check at once.
0.18.10
0.18.10
Fixed
- Extra tags are now rendered as same as tags in hierarchy.
Copy disguised tagsis 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
0.18.9
Fixed
- Now separated panes works fine again.
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
_untaggednote 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.