What's new
Added 🎉
Changed ⚠️
referencescan find tag references.referenceswill resolve and follow[[#^block]]and[block](#^block)links.referenceswill resolve and follow[[#header]]and[header](#header)links.- Refactor
save_clipboard_imagefor x11/tty display server to userun_jobinstead ofos.execute - Refactor
paste_imgandimg_pastefunctions to return and handle img type as a string instead of boolean - Expand
paste_imgfunctionality to support the following formats for Linux systems:- image/jpeg
- image/png
- image/avif
- image/webp
- image/bmp
- image/gif
Fixed ✅
fzftemplate picker fix.- relaxed the condition to trigger folds in
smart_action. - Fixed visual selection corrupting multibyte UTF-8 characters (Cyrillic, CJK, emoji, etc.) in commands like
:Obsidian link_newand:Obsidian extract_note. The fix uses LSP TextEdit with proper UTF-8 byte offsets, enabling future code actions preview support. renamenow correctly updates all backlinks across files (#476):- Fixed pattern matching for filenames with special characters (
.,-, etc.) - Fixed handling of multiple links on the same line
- Fixed renaming notes with non-ASCII characters (Cyrillic, CJK, etc.) corrupting links
- Preserves
.mdsuffix in markdown links, omits in wiki links
- Fixed pattern matching for filenames with special characters (
follow_linkno longer shows duplicate entries when multiple LSP clients return the same file.link_newandextract_notenow auto-save the parent file so backlinks are immediately discoverable.- LSP server's handlers will properly return boolean for other plugin to check if request is successful
Commits
6939efc chore(release): bump version to v3.14.7 for release
fd851d0 fix(lsp): LSP server's handlers will properly return boolean (#556)
0516786 feat(health): show exact neovim version
7a78631 fix(rename): update all backlinks when renaming notes (#476, #473) (#551)
c06fd0c fix: auto-save parent file after link_new and extract_note (#553)
1ddddf4 test: always double quote in tests (#549)
5c70a29 docs: add acidsugarx as a contributor for code (#548)
f4882ac fix: handle UTF-8 multibyte characters in visual selection (#544)
b6f212b docs: add Meowtomata as a contributor for code (#540)
d9b98cd feat: Expand image format support on linux (#517)
3d1e638 fix: relaxed the condition to trigger folds in smart_action.
1a1bf29 fix: changelog
84c87fc feat: references can find tags (#537)
609aa89 ci: no longer check for removed 'check' step
51f0817 fix: fzf template picker (#536)