Skip to content

Releases: neo451/feed.nvim

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)

v1.8.0

08 Nov 12:29
8be18e1
Compare
Choose a tag to compare

1.8.0 (2024-11-08)

Features

  • a more stable model of fetching (0fbf290)
  • total rewrite of db to get arround lua constant limit (0fbf290)

Bug Fixes

  • fixed missing on_attach in default config (5effb2d)

v1.7.2

07 Nov 13:15
fccb958
Compare
Choose a tag to compare

1.7.2 (2024-11-07)

Bug Fixes

  • feed grep now only searches the content of the entry (f3ab1c6)
  • sub command completion respects context now (f3ab1c6)