Skip to content

Releases: neo451/feed.nvim

v1.10.1

27 Nov 09:24
7cfa2d5
Compare
Choose a tag to compare

1.10.1 (2024-11-27)

Bug Fixes

  • fetch: rsshub links as first class citizen (8af8a22)
  • parser: handle rdf in rss090&rss10 (1ad3877)
  • parser: handle rss1.0's rdf tag (3ee96b1)

v1.10.0

26 Nov 17:45
470a676
Compare
Choose a tag to compare

1.10.0 (2024-11-26)

Features

  • parser.fetch: support links like rsshub://{route}, DIY power! (2a052f3)

Bug Fixes

  • fetch: use -D flag to avoid proxy header, handles more feeds! (656aa4f)
  • render: better health with version check for curl and pandoc (2a052f3)
  • telescope: open entry on enter (656aa4f)

v1.9.3

23 Nov 19:36
b908948
Compare
Choose a tag to compare

1.9.3 (2024-11-23)

Bug Fixes

  • commands: make tag/untag dot repeatable and undoable (1cd5ccb)
  • format (b74568a)
  • health: check for nui.nvim (4cf7a18)
  • render: handle colorscheme change normal (1cd5ccb)

v1.9.2

22 Nov 05:05
bf711a7
Compare
Choose a tag to compare

1.9.2 (2024-11-22)

Bug Fixes

  • date: handle asctime and try each format possible when parsing (7af1de7)
  • fetch: recursive impl of fetching (7af1de7)
  • log: add vlog.nvim for logging (21e7f6e)
  • parser.fetch: handle redirects (21e7f6e)
  • parser.opml: handle nested opml (21e7f6e)
  • progress: show name and success/fail in progress (21e7f6e)
  • progress: show used time, progress class (7af1de7)
  • telescope: render upper bug in telescope search (75ce6e7)

v1.9.1

18 Nov 09:05
a86bc44
Compare
Choose a tag to compare

1.9.1 (2024-11-18)

Bug Fixes

  • command line short hand to search with "Feed <query>" (067b576)
  • correct update feed info behavior (067b576)
  • db: add entry with a list of tags (d31df0a)
  • parser: rss feed dup link (d31df0a)
  • replace entity in rendering! (9f2c881)
  • telscope: preview html as markdown (in progress) (d31df0a)
  • xhtml sanitize (6806d35)

v1.9.0

16 Nov 08:59
92af770
Compare
Choose a tag to compare

1.9.0 (2024-11-16)

Features

  • db + telescope search improvements (43f7eb7)
  • feedparser overhaul, inlcude test suite and http features! (43f7eb7)

Bug Fixes

  • better tags, use the new converter (452983d)
  • lazy load db to speed up startuptime, more native telescope (4113c15)
  • save html to local and only convert when render (05a43d7)

v1.8.4

11 Nov 15:01
190e084
Compare
Choose a tag to compare

1.8.4 (2024-11-11)

Bug Fixes

  • one db instance, improve loging, mini.notify backend (ce848be)

v1.8.3

10 Nov 16:12
299255d
Compare
Choose a tag to compare

1.8.3 (2024-11-10)

Bug Fixes

  • winbar improvement, build.lua, plugin/ (651b70a)

v1.8.2

09 Nov 16:54
dff542c
Compare
Choose a tag to compare

1.8.2 (2024-11-09)

Bug Fixes

  • fixed telescope implementation (376cda7)
  • use nui.nvim to hanlde rendering, multi-width works! (376cda7)

v1.8.1

08 Nov 17:58
5c034d6
Compare
Choose a tag to compare

1.8.1 (2024-11-08)

Performance Improvements

  • take lastBuildDate into account for better update fix: bunch of date parsing bugs fix: implement prune/remove feeds command (ff4471a)