Skip to content

Commit aba6eea

Browse files
committed
docs: add CHANGELOG for 1.5.0 release
1 parent 21c2503 commit aba6eea

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)