Skip to content

Releases: neo451/feed.nvim

v2.19.0

14 Oct 18:49
5a7ea28

Choose a tag to compare

2.19.0 (2025-10-14)

Features

  • proper type check in Makefile (9aad189)

v2.18.1

30 May 07:38
67fb3e4

Choose a tag to compare

2.18.1 (2025-05-30)

Bug Fixes

  • parser: handles rdf feeds (82aa402)

v2.18.0

24 May 10:48
c4f0cc9

Choose a tag to compare

2.18.0 (2025-05-24)

Features

  • bump minimal version to 0.11 (c6c035e)
  • bump minimal version to 0.11 (97f9d3c)
  • make links correct markdown syntax with [^1] and <auto_link> (b3b875b)
  • make links correct markdown syntax with [^1] and <auto_link> (1fe6e43)

Bug Fixes

  • add user-agent info for reddit feeds (97f9d3c)
  • current luarocks version (3df36ce)

v2.17.0

20 Mar 15:11
b89f1f1

Choose a tag to compare

2.17.0 (2025-03-20)

Features

  • add support for customizing link format (a9d6a73)
  • add support for sub-reddit (a9d6a73)

Bug Fixes

  • whatever key in config is the internal ref (079d337)

v2.16.0

16 Mar 04:58
efa4799

Choose a tag to compare

2.16.0 (2025-03-16)

Features

  • bar: allow specify bar components (9aab404)
  • bar: use existing lualine highlight for winbar (9aab404)
  • date: allow passing in locale to format dates (9aab404)
  • progress: allow progress in winbar and statusline (9aab404)

Bug Fixes

  • bar: ensure update has complete lines (9aab404)
  • parser: not show svg in links (eddfca8)
  • web: remove double-width colon (eddfca8)

v2.15.0

11 Mar 13:13
6ffd372

Choose a tag to compare

2.15.0 (2025-03-11)

Features

v2.14.0

10 Mar 16:33
b798556

Choose a tag to compare

2.14.0 (2025-03-10)

Features

  • api: export ui functions, parse and db (8e7fc54)
  • config: give config feeds structured tag ability (e1f6662)
  • ui: lazy.nvim style keymap handler (e1f6662)
  • web: HTMX for live search in web app (218a7b1)

Bug Fixes

  • config search option for ignorecase (351700d)
  • config: config.option.ignorecase defaults to true (8088335)
  • correct ui buffer management, marking next/prev as read, picker not (c3993cb)
  • properly removes augroup for window close (4a22e13)
  • properly tag entry with tags, regardless of which first (351700d)
  • use function in gsub to avoid escaping issue (1208fe2)

v2.13.0

05 Mar 10:48
02f1117

Choose a tag to compare

2.13.0 (2025-03-05)

Features

  • floating window now resizes on quickfix and cmdline-window (660d8d6)

Bug Fixes

  • minimal.lua use the remote (660d8d6)
  • properly remove newlines in some entry titles (660d8d6)

v2.12.0

04 Mar 16:19
77b372d

Choose a tag to compare

2.12.0 (2025-03-04)

Features

  • a proper minimal.lua for troubleshooting (5d2c990)

Bug Fixes

  • get_urls pattern matching wrong (10ebb4a)
  • install html, markdown, markdown_inline in lazy.lua (5d2c990)
  • typo in progress native impl (10ebb4a)

v2.11.0

04 Mar 15:03
46ca08c

Choose a tag to compare

2.11.0 (2025-03-04)

Features

  • pandoc: properly use reference style links and inline links for images (e48af9e)
  • ui: defaults to show tags in entry (7c5726b)

Bug Fixes

  • (ui): componants distinguish abort and empty string (7c5726b)
  • db: query must_have adding results together (f383e77)
  • image: bring snack.image integrations up to date (e48af9e)
  • lazy: lazy.lua ts ensure_installed (dac277f)
  • parser: have image links for now (dac277f)
  • parser: simplify show_url impl, leverage pandoc, inspired by link.vim (f383e77)