Skip to content

Releases: neo451/feed.nvim

v1.4.0

11 Oct 17:57
b252789
Compare
Choose a tag to compare

1.4.0 (2024-10-11)

Features

  • ts/telescope powered link selector (8c07a42)

v1.3.0

11 Oct 14:44
4ad6c87
Compare
Choose a tag to compare

1.3.0 (2024-10-11)

Features

  • resturcture keymaps in config to allow function binding (36d19a4)
  • urlview integration (36d19a4)

Bug Fixes

v1.2.4

11 Oct 08:37
6df152c
Compare
Choose a tag to compare

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

10 Oct 17:11
31e41a5
Compare
Choose a tag to compare

1.2.3 (2024-10-10)

Bug Fixes

  • correct logic of managing buffers, quitting, zenmode, and color (2b641ef)

v1.2.2

10 Oct 16:01
20a715c
Compare
Choose a tag to compare

1.2.2 (2024-10-10)

Bug Fixes

v1.2.1

10 Oct 09:02
0d961eb
Compare
Choose a tag to compare

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

08 Oct 09:32
12a81ae
Compare
Choose a tag to compare

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

06 Oct 15:43
19dd67d
Compare
Choose a tag to compare

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

06 Oct 13:35
59b8f0b
Compare
Choose a tag to compare

1.0.1 (2024-10-06)

Bug Fixes

  • proper handling of atom links (3fef37b)

v1.0.0

05 Oct 12:50
005b952
Compare
Choose a tag to compare

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)