Skip to content

Releases: neo451/feed.nvim

v1.16.3

15 Jan 07:43
4507e5d
Compare
Choose a tag to compare

1.16.3 (2025-01-15)

Bug Fixes

  • format: remove plenary require (60b2003)

v1.16.2

12 Jan 10:37
3caa811
Compare
Choose a tag to compare

1.16.2 (2025-01-12)

Bug Fixes

  • ui: list feeds info with markdown instead of nui.Tree (bbb702f)

v1.16.1

11 Jan 16:56
83ff823
Compare
Choose a tag to compare

1.16.1 (2025-01-11)

Bug Fixes

  • ui: mark last visted entry as grey (79ed4e2)
  • ui: ui.input with noautocmd win_config, no colorscheme blinking (b06bdbe)
  • ui: use vim.hl + my own alignment to render index (c566fc6)
  • url: fix github link handling when not using short links (b06bdbe)

v1.16.0

11 Jan 08:12
debbda5
Compare
Choose a tag to compare

1.16.0 (2025-01-11)

Features

  • curl: shorthand to subscribe to github repos (adcd768)

Bug Fixes

  • ui: move ui.state as a module (adcd768)
  • ui: open_url action with <cfile> (adcd768)
  • ui: proper handle of colorschemes (adcd768)

v1.15.1

01 Jan 18:17
5382d97
Compare
Choose a tag to compare

1.15.1 (2025-01-01)

Bug Fixes

  • config: drop validate for now (38c6c0a)
  • date: fix new year months ago problem, happy new year (38c6c0a)
  • fetch: use concurrent task with coop.nvim (38c6c0a)

v1.15.0

30 Dec 08:50
2ebaf3d
Compare
Choose a tag to compare

1.15.0 (2024-12-30)

Features

  • nui: nui based input with normal mode! (de1bc63)
  • ui.bar: show keyhints (b4f5418)
  • ui.bar: show progress (4fd6a93)
  • ui.markdown: grammarly correct header in yaml format with pandoc (2b43cbb)
  • ui.split: use floating window for list, hints, split... (2b43cbb)
  • ui: manage window and buf with a single obj (de1bc63)

Bug Fixes

  • config: concealcursor in entry (9ec065f)
  • config: option to choose whether fill in last search (e3ea9de)
  • fetch: cleanup fetch (a898db5)
  • paser.opml: replace rsshub links when exporting (de118fd)
  • ui.bar: correct winbar truncate (9ec065f)
  • ui.bar: properly truncate right parts (d8fe2c3)
  • ui.bar: returns a string and sets vim.wo.winbar (e3ea9de)
  • ui.config: add option to have padding (4fd6a93)
  • ui.window: augroup and keymaps for window class (d8fe2c3)
  • ui: reliable buffer state (ce9c602)

v1.14.5

22 Dec 14:46
65d1d36
Compare
Choose a tag to compare

1.14.5 (2024-12-22)

Bug Fixes

  • db: remove metatable when saving tags.lua (e5d14bd)
  • fetch: add cb fetch back ... (bbce910)
  • tag: use vim.defaulttable for tags (bbce910)

v1.14.4

21 Dec 14:12
ee6eef8
Compare
Choose a tag to compare

1.14.4 (2024-12-21)

Bug Fixes

  • db: method to update in memory contents (adea32b)
  • fetch: rewrite fetch with coop.nvim (895576e)
  • fzf: proper fzf ui select (895576e)
  • ttrss: lastupdated method (955e210)
  • ttrss: use vim.defaultable for tags (895576e)
  • ui.bar: move bar rendering to bar.lua (1602fe7)
  • ui: restore window options (1602fe7)
  • utils: vim.startwith for looks_like_url (895576e)

v1.14.3

18 Dec 17:06
05b3bef
Compare
Choose a tag to compare

1.14.3 (2024-12-18)

Bug Fixes

  • commands: redo prune feed command (37c727c)
  • opml: only export if type is table, avoid pruned and redirects (37c727c)
  • parser: fix encolsure parsing for podcasts (3ffceab)
  • pick: initial grep impl, as menu interface (37c727c)
  • progress: more consitency (37c727c)
  • ui: consistent index cursor position on refresh (3ffceab)
  • ui: move commands impl to ui for testing and away from vim.ui stuff (3ffceab)

v1.14.2

17 Dec 15:39
69dbb74
Compare
Choose a tag to compare

1.14.2 (2024-12-17)

Bug Fixes

  • config: option to enable tag2icon (106acd2)
  • feedparser: output fulltext when rsshub (8112665)
  • fetch: save entry content with pandoc for stability (7857bfb)
  • ui.format: use id to get format (106acd2)
  • ui: correct buffer and colorscheme management (106acd2)
  • ui: disable spell and list in entry (106acd2)