Skip to content

Releases: neo451/feed.nvim

v2.10.0

27 Feb 17:03
8654aaa
Compare
Choose a tag to compare

2.10.0 (2025-02-27)

Features

  • commands: export to any file format with pandoc (0f92af0)
  • ui: stream shell output to buffer for less freeze when render (07fdccc)

Bug Fixes

  • picker: picker adapt to stream rendering (f57f929)
  • ui: ensure tags order (07fdccc)
  • ui: use ts fold in entries (07fdccc)
  • update: child process use the current process args (0f92af0)

v2.9.0

26 Feb 11:05
99adcae
Compare
Choose a tag to compare

2.9.0 (2025-02-26)

Features

  • add config field for asc/desc sort order (e53b2ad)

Bug Fixes

  • commands: rename server to web (b642e64)
  • ensure commands order, show less sub commands (492c4ef)
  • ui: map yank_url to Y to allow for normal yanking (b21ed61)
  • ui: winbar has its own config field (b21ed61)

v2.8.0

25 Feb 16:23
9d43fbf
Compare
Choose a tag to compare

2.8.0 (2025-02-25)

Features

  • format: more customizable format functions (757b1e6)

Bug Fixes

  • seperate picker layout config (86ea61d)

v2.7.3

25 Feb 14:35
aeab067
Compare
Choose a tag to compare

2.7.3 (2025-02-25)

Bug Fixes

  • db: keep ttrss interface up to date (e66877c)
  • parser: resolve links base on htmlUrl (e66877c)
  • ui: well format Feed list (4c02423)

v2.7.2

24 Feb 12:28
78ddf1c
Compare
Choose a tag to compare

2.7.2 (2025-02-24)

Bug Fixes

  • db: ensure field exist before regex matching (2952662)
  • ui: refresh after every feed update (1ceb641)

v2.7.1

24 Feb 09:09
0d3a441
Compare
Choose a tag to compare

2.7.1 (2025-02-24)

Bug Fixes

  • doc: makefile for gen doc (dc8333c)

v2.7.0

24 Feb 08:47
562d61e
Compare
Choose a tag to compare

2.7.0 (2025-02-24)

Features

  • parser: use ts-html to resolve links (ab4c4a3)

Bug Fixes

  • add parser requirements (8c6fb0e)
  • ui: remove open_url action, no longer needed (ab4c4a3)

v2.6.0

23 Feb 10:57
4086a24
Compare
Choose a tag to compare

2.6.0 (2025-02-23)

Features

  • date: support weeks_ago (89cfff3)

Bug Fixes

  • add health check for markdown parser (c89d9cc)
  • parser: author is optional at parsing, fallback at rendering (89cfff3)
  • parser: missing author field (89cfff3)

v2.5.1

22 Feb 17:28
efc0dd0
Compare
Choose a tag to compare

2.5.1 (2025-02-22)

Bug Fixes

  • ui: resolve links earlier for images (bd513db)

v2.5.0

22 Feb 13:20
2587b39
Compare
Choose a tag to compare

2.5.0 (2025-02-22)

Features

  • allow passing format functions to layout components (4810f53)
  • ui: properly handle multi-byte chars! (e9870d1)
  • ui: simplify UI, move non-essential to recipes (1cdcf37)
  • zenmode: proper backdrop (1cdcf37)

Bug Fixes

  • config layouts and kv pair plus and order to avoid tbl_merge issue (4810f53)
  • config: configuration option for zen mode (e9870d1)
  • config: remove icons table, give it as a recipe later (e9870d1)
  • ui: auto-calc window heght (1cdcf37)