Releases: neo451/feed.nvim
Releases · neo451/feed.nvim
v1.4.0
1.4.0 (2024-10-11)
Features
- ts/telescope powered link selector (8c07a42)
v1.3.0
1.3.0 (2024-10-11)
Features
- resturcture keymaps in config to allow function binding (36d19a4)
- urlview integration (36d19a4)
Bug Fixes
v1.2.4
1.2.4 (2024-10-11)
Bug Fixes
- add back a setup function for consistancy (345f849)
- date parsing for some atom feeds (345f849)
- wsl specific open in browser (345f849)
v1.2.3
1.2.3 (2024-10-10)
Bug Fixes
- correct logic of managing buffers, quitting, zenmode, and color (2b641ef)
v1.2.2
1.2.2 (2024-10-10)
Bug Fixes
v1.2.1
1.2.1 (2024-10-10)
Bug Fixes
- api imporvement, better calling conventions (07ac8cb)
- more proper lazy calls (07ac8cb)
- pcall parsing and error handling on fecth (07ac8cb)
- render logic cleanup, refresh command (07ac8cb)
v1.2.0
1.2.0 (2024-10-08)
Features
Bug Fixes
- add new feed into opml without duplicates by xmlUrl as unique identifier (f5fdb80)
- proper state management in render (315b2e6)
v1.1.0
1.1.0 (2024-10-06)
Features
- telescope integration with highted buffer and line wrap (87afce3)
Bug Fixes
- remove a few test files for treedoc (87afce3)
v1.0.1
1.0.1 (2024-10-06)
Bug Fixes
- proper handling of atom links (3fef37b)
v1.0.0
1.0.0 (2024-10-05)
Features
- intial support for atom, unified opml file in nvim/feed folder (4c2e526)
- module for opml centric feed managing (9e1c267)
- save entry as markdown files instead of raw text (79b2d04)
- writer for converting to markdown (92cc6e9)
Bug Fixes
- clean render logic, idea for a content validater... (4a58ec7)
- proper lazy load in whole plugin, fixed bug in intial db mkdir (11ee5b0)