Release 0.7.0
·
0 commits
to 0ab72ada9848455e30da574e4e166b557ffa7509
since this release
Breaking changes
- treesitter: Use async parsing for custom highlighter (#1029) (0ab72ad)
- version: Drop support for Neovim < 0.10.3 (cca7515)
Features
- autocomplete: Fuzzy match autocompletion (#1024) (b924cbb)
- edit_src: Add
org_edit_src_filetype_mapfor custom src block filetypes. (#1002) (7ffb34c) - agenda: Add mapping to preview headline in agenda with "K" (8291ba6)
- clock: Clock out headline when it's marked as done (8121c22)
Bug fixes
- capture: Allow multiple capture buffers (#1031) (c058767)
- avoid E490 when using
move_subtree_upandmove_subtree_down(#1013) (52dcef1) - Escape special regex chars in buffer lookup (#1022) (e16452b)
- treesitter: Use io to read file on initial load (ffa4d80)
- files: Use full match when finding bufnr for filename (94886d6)
- files: Fallback to seconds check if file modification status (25b3ee8)
- todo state in notifications (#1005) (f88734b)
- remote_edit: Disable swapfile in temporary edit window (b6d14eb)
- calendar: Rerender time when switching to time picker (57c3899)
- =$= and =0= motions for calendar view (#987) (12680a3)
- calendar: Fallback to current date if selected date is not a valid number (3c8319f)
- promises: Do not report keyboard interrupt as unhandled rejection (38e61df)
- refile: Remove leading slash when refiling to destination (95d7047)
- capture: Correctly trim common root with multiple roots defined (f67d771)
- disable spell-check in URLs (#980) (8ff03c7)
- prevent blink.cmp from removing directive prefix (#978) (c720d9c)
- treesitter: Skip version check when parser is not managed by nvim-orgmode (23c719a)