diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a299b53..8474d74e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/linrongbin16/fzfx.nvim/compare/v6.0.0...v6.1.0) (2024-03-17) + + +### Features + +* **opts:** respect 'wrap' option in fzf option '--preview-window' ([#653](https://github.com/linrongbin16/fzfx.nvim/issues/653)) ([5d33d46](https://github.com/linrongbin16/fzfx.nvim/commit/5d33d46bf038916b815cf86bc060b5f604a96420)) + + +### Performance Improvements + +* **preview:** no flashing when scroll to top/bottom ([#653](https://github.com/linrongbin16/fzfx.nvim/issues/653)) ([5d33d46](https://github.com/linrongbin16/fzfx.nvim/commit/5d33d46bf038916b815cf86bc060b5f604a96420)) + ## [6.0.0](https://github.com/linrongbin16/fzfx.nvim/compare/v5.8.0...v6.0.0) (2024-03-17) diff --git a/version.txt b/version.txt index 09b254e90..dfda3e0b4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.0.0 +6.1.0