File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.5.0
4+
5+ ** Snacks.nvim support**
6+
7+ [ snacks.nvim] ( https://github.com/folke/snacks.nvim ) can now be used as picker backend alongside Telescope.
8+
9+ ** New features**
10+
11+ - Tag search: ` search_tags() ` lets you browse and filter by org tags
12+ - Filter headlines by current file, open buffers, or specific files
13+ - Picker title shows active filters
14+ - Location column can show category instead of filename (` location_preference ` )
15+ - Jumping to a headline now sets a jumplist mark (` <C-o> ` to go back)
16+
17+ ** Fixes**
18+
19+ - Per-call ` adapter ` option was ignored after first call
20+ - ` get_api_file() ` could crash on invalid filenames
21+ - Pressing ` <CR> ` on an empty result no longer errors
22+
23+ ** Under the hood**
24+
25+ - Restructured codebase: picker logic separated from business logic
26+ - 187 tests, GitHub Actions CI
27+ - ` make demo ` for reproducible demo recordings with VHS
28+
29+ ** Full Changelog** : https://github.com/nvim-orgmode/telescope-orgmode.nvim/compare/1.4.3...1.5.0
You can’t perform that action at this time.
0 commit comments