Skip to content

Releases: neo451/feed.nvim

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)

v1.7.1

06 Nov 16:31
376514f
Compare
Choose a tag to compare

1.7.1 (2024-11-06)

Bug Fixes

v1.7.0

06 Nov 12:50
b0aaf00
Compare
Choose a tag to compare

1.7.0 (2024-11-06)

Features

  • support for multiple notify backends (1240969)

Bug Fixes

  • vim.hl/highlight (21f462a)
  • xml module not rely on treedoc, cleaner impl (6c704fc)

v1.6.3

02 Nov 15:29
d6e5097
Compare
Choose a tag to compare

1.6.3 (2024-11-02)

Bug Fixes

  • bunch of small fixes, better conventions, less garbage (c984750)
  • fix log file missing (3a8c8e1)
  • format to please stylua.. (ca52700)
  • put url.lua back for better install in lazy (3a8c8e1)
  • use feed.url in utils... (f1e0ad5)
  • utf8.lua (6b9cf15)

v1.6.2

26 Oct 04:30
f8193e1
Compare
Choose a tag to compare

1.6.2 (2024-10-26)

Bug Fixes

  • fetch should only see 404 as invalid (f278276)
  • fix lualine error, fix test file missing (2b73168)

v1.6.1

25 Oct 16:20
a9b34c8
Compare
Choose a tag to compare

1.6.1 (2024-10-25)

Bug Fixes

  • batter date api (74fa69d)
  • handle podcast links (74fa69d)
  • remove some unnecessary commands, prepare for more extensible api (74fa69d)
  • use fidget in single feed update (74fa69d)

v1.6.0

23 Oct 13:37
8868b3b
Compare
Choose a tag to compare

1.6.0 (2024-10-23)

Features

  • fully functional feedparser, reliable fetching, many ux improvements (cd06253)

v1.5.1

19 Oct 12:51
d3f690d
Compare
Choose a tag to compare

1.5.1 (2024-10-19)

Bug Fixes

  • imporve opml handling: dups, incomplete.. (f7c837e)
  • move xml parsing here (f7c837e)
  • remove the copied url module, use luarock power! (f7c837e)
  • sort search results by time (f7c837e)

v1.5.0

18 Oct 15:37
ee645d7
Compare
Choose a tag to compare

1.5.0 (2024-10-18)

Features

  • custom telescope livegrep in all feeds (148d3b3)
  • implement search, faster db lookup, more opml support (7d9eeec)

Bug Fixes

  • fix link display problem by removing link and use urlview (148d3b3)
  • handle images in urlview (885083c)
  • internal improvements: use autocmds, better render api (148d3b3)