Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.10.0 #178

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.10.0](https://github.com/neo451/feed.nvim/compare/v2.9.0...v2.10.0) (2025-02-27)


### Features

* **commands:** export to any file format with pandoc ([0f92af0](https://github.com/neo451/feed.nvim/commit/0f92af0dc7b9c6e5bbcafed64dff7c5051c616d4))
* **ui:** stream shell output to buffer for less freeze when render ([07fdccc](https://github.com/neo451/feed.nvim/commit/07fdccc439ed47ba553c8116fe73ab1b1e295b89))


### Bug Fixes

* **picker:** picker adapt to stream rendering ([f57f929](https://github.com/neo451/feed.nvim/commit/f57f9295b49be5b42ebdc5476e1e1884053fbb0b))
* **ui:** ensure tags order ([07fdccc](https://github.com/neo451/feed.nvim/commit/07fdccc439ed47ba553c8116fe73ab1b1e295b89))
* **ui:** use ts fold in entries ([07fdccc](https://github.com/neo451/feed.nvim/commit/07fdccc439ed47ba553c8116fe73ab1b1e295b89))
* **update:** child process use the current process args ([0f92af0](https://github.com/neo451/feed.nvim/commit/0f92af0dc7b9c6e5bbcafed64dff7c5051c616d4))

## [2.9.0](https://github.com/neo451/feed.nvim/compare/v2.8.0...v2.9.0) (2025-02-26)


Expand Down
Loading