What's new
Added 🎉
search.sort_bycan now be set tofalseto disable sorting of search results.- Support
workspace/didRenameFilesand file changes will be prompted with confirmation to rename references.- Use
opts.link.auto_updateto control whether ask for confirmation or auto run, false by default.
- Use
make docgento auto update module docs with up to date module options.
Fixed ✅
- Apply configured
note.templateinextract_noteaction, matching the behavior of thenewaction. - Help wiki workspace is set to
strictto avoid being misidentified for other markdown files. - Prevent crash when dumping nested empty arrays.
- Mapping
qto be quit in normal mode in snacks picker. - Wrong migration process for
opts.use_advanced_uri. - Tag finding will not generate false positives of other list fields.
toggle_checkboxnow works on blank/whitespace-only lines whencheckbox.create_newis enabled.- Proper
filter_textso that nvim-cmp's matcher don't rule out completion items. - Properly disambiguate completion items with same stem.
- Decoupled
checkboxandtemplateenabled field check in commands.
Commits
c18b19a chore(release): bump version to v3.16.1 for release
c2a12e8 doc: missing and outdated docs
d29aad0 fix: decouple checkbox and template enable in commands (#791)
630037d chore(health): show path in dependency check
47f018f ci: make docgen (#789)
6d71af4 fix: properly disambiguate completion items with same stem (#788)
b00b597 fix: #777 (#787)
fb74e1f fix: allow toggle_checkbox to create checkboxes on blank lines (#783)
1a1bce6 docs: add JohnTKelly as a contributor for code (#784)
d764094 fix: apply note template in extract_note action (#781)
45ed985 chore(docs): auto generate docs
a5432c6 feat: LSP auto rename (#782)
96a3c29 fix(tag): no longer tag false positives from other list fields (#780)
47063e6 fix: wrong migration process for opts.use_advanced_uri.
3855224 docs: add franco-ruggeri as a contributor for code (#776)
9f47b7a feat: allow disabling sort_by in search (#766)
fed6632 fix: snacks picker default q quit (#774)
c165637 docs: add zzhirong as a contributor for code (#769)
f828305 fix(yaml): prevent crash when dumping nested empty arrays (#759) (#768)
6ea8b9d doc: daily note date format with subdirectories creation
57aeab4 fix: help wiki workspace set to strict (#763)