Releases: neo451/feed.nvim
Releases · neo451/feed.nvim
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.15.1
v1.15.0
1.15.0 (2024-12-30)
Features
- nui: nui based input with normal mode! (de1bc63)
- ui.bar: show keyhints (b4f5418)
- ui.bar: show progress (4fd6a93)
- ui.markdown: grammarly correct header in yaml format with pandoc (2b43cbb)
- ui.split: use floating window for list, hints, split... (2b43cbb)
- ui: manage window and buf with a single obj (de1bc63)
Bug Fixes
- config: concealcursor in entry (9ec065f)
- config: option to choose whether fill in last search (e3ea9de)
- fetch: cleanup fetch (a898db5)
- paser.opml: replace rsshub links when exporting (de118fd)
- ui.bar: correct winbar truncate (9ec065f)
- ui.bar: properly truncate right parts (d8fe2c3)
- ui.bar: returns a string and sets vim.wo.winbar (e3ea9de)
- ui.config: add option to have padding (4fd6a93)
- ui.window: augroup and keymaps for window class (d8fe2c3)
- ui: reliable buffer state (ce9c602)
v1.14.5
v1.14.4
1.14.4 (2024-12-21)
Bug Fixes
- db: method to update in memory contents (adea32b)
- fetch: rewrite fetch with coop.nvim (895576e)
- fzf: proper fzf ui select (895576e)
- ttrss: lastupdated method (955e210)
- ttrss: use vim.defaultable for tags (895576e)
- ui.bar: move bar rendering to bar.lua (1602fe7)
- ui: restore window options (1602fe7)
- utils: vim.startwith for looks_like_url (895576e)
v1.14.3
1.14.3 (2024-12-18)
Bug Fixes
- commands: redo prune feed command (37c727c)
- opml: only export if type is table, avoid pruned and redirects (37c727c)
- parser: fix encolsure parsing for podcasts (3ffceab)
- pick: initial grep impl, as menu interface (37c727c)
- progress: more consitency (37c727c)
- ui: consistent index cursor position on refresh (3ffceab)
- ui: move commands impl to ui for testing and away from vim.ui stuff (3ffceab)