Skip to content

Commit 97f9d3c

Browse files
committed
feat: bump minimal version to 0.11
fix: add user-agent info for reddit feeds
1 parent b89f1f1 commit 97f9d3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
![image](https://github.com/user-attachments/assets/e8f9c546-48f6-48d8-8cd6-a9b154df0625)
2929

3030
> [!WARNING]
31-
> This project is young, expect breaking changes, and for now there's a nasty bug if you are on neovim stable [#125](https://github.com/neo451/feed.nvim/issues/125#issuecomment-2612966517), recommend to use nightly or wait for the coming release of 0.11
32-
>
33-
> other than that usage should be fun and smooth, go ahead and enjoy!
31+
> This project is young, expect breaking changes
3432
3533
## 🌟 Features
3634

@@ -48,8 +46,8 @@
4846

4947
### Requirements
5048

51-
- Neovim 0.10+
52-
- curl
49+
- Neovim 0.11
50+
- [curl](https://curl.se/download.html)
5351
- [pandoc](https://www.pandoc.org)
5452
- tree-sitter-xml
5553
- tree-sitter-html

lua/feed/curl.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ function M.get(url, opts, cb)
7070
"-sSL",
7171
"-D",
7272
dump_fp,
73+
"-A",
74+
"feed.nvim 2.0 (by /u/neoneo451)",
7375
opts.cmds,
7476
opts.timeout and { "--connect-timeout", opts.timeout or "10" },
7577
url,

0 commit comments

Comments
 (0)