Releases: neo451/feed.nvim
Releases · neo451/feed.nvim
v2.10.0
2.10.0 (2025-02-27)
Features
- commands: export to any file format with pandoc (0f92af0)
- ui: stream shell output to buffer for less freeze when render (07fdccc)
Bug Fixes
- picker: picker adapt to stream rendering (f57f929)
- ui: ensure tags order (07fdccc)
- ui: use ts fold in entries (07fdccc)
- update: child process use the current process args (0f92af0)
v2.9.0
2.9.0 (2025-02-26)
Features
- add config field for asc/desc sort order (e53b2ad)
Bug Fixes
- commands: rename server to web (b642e64)
- ensure commands order, show less sub commands (492c4ef)
- ui: map yank_url to Y to allow for normal yanking (b21ed61)
- ui: winbar has its own config field (b21ed61)
v2.8.0
2.8.0 (2025-02-25)
Features
- format: more customizable format functions (757b1e6)
Bug Fixes
- seperate picker layout config (86ea61d)
v2.7.3
2.7.3 (2025-02-25)
Bug Fixes
- db: keep ttrss interface up to date (e66877c)
- parser: resolve links base on htmlUrl (e66877c)
- ui: well format
Feed list
(4c02423)
v2.7.2
2.7.2 (2025-02-24)
Bug Fixes
- db: ensure field exist before regex matching (2952662)
- ui: refresh after every feed update (1ceb641)
v2.7.1
2.7.1 (2025-02-24)
Bug Fixes
- doc: makefile for gen doc (dc8333c)
v2.7.0
2.7.0 (2025-02-24)
Features
- parser: use ts-html to resolve links (ab4c4a3)
Bug Fixes
- add parser requirements (8c6fb0e)
- ui: remove open_url action, no longer needed (ab4c4a3)
v2.6.0
2.6.0 (2025-02-23)
Features
Bug Fixes
- add health check for markdown parser (c89d9cc)
- parser: author is optional at parsing, fallback at rendering (89cfff3)
- parser: missing author field (89cfff3)
v2.5.1
2.5.1 (2025-02-22)
Bug Fixes
- ui: resolve links earlier for images (bd513db)
v2.5.0
2.5.0 (2025-02-22)
Features
- allow passing format functions to layout components (4810f53)
- ui: properly handle multi-byte chars! (e9870d1)
- ui: simplify UI, move non-essential to recipes (1cdcf37)
- zenmode: proper backdrop (1cdcf37)
Bug Fixes
- config layouts and kv pair plus and order to avoid tbl_merge issue (4810f53)
- config: configuration option for zen mode (e9870d1)
- config: remove icons table, give it as a recipe later (e9870d1)
- ui: auto-calc window heght (1cdcf37)