Skip to content

Commit 9a0a5a9

Browse files
committed
docs: add CHANGELOG for 1.5.0 release
1 parent 7632eb2 commit 9a0a5a9

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 for multi-adapter support
26+
- Added test suite and GitHub Actions CI
27+
28+
**Full Changelog**: https://github.com/nvim-orgmode/telescope-orgmode.nvim/compare/1.4.3...1.5.0

0 commit comments

Comments
 (0)