Skip to content

Commit

Permalink
chore(main): release 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 6, 2024
1 parent 1e040eb commit c7b1885
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [6.3.1](https://github.com/linrongbin16/fzfx.nvim/compare/v6.3.0...v6.3.1) (2024-05-06)


### Bug Fixes

* **actions:** fix actions with hidden previewer ([#689](https://github.com/linrongbin16/fzfx.nvim/issues/689)) ([1e040eb](https://github.com/linrongbin16/fzfx.nvim/commit/1e040eb86e2e7b3fcda09d722368b79442809188))
* **main:** check if line is nil when colorizing lsp range ([#687](https://github.com/linrongbin16/fzfx.nvim/issues/687)) ([ba8d3ef](https://github.com/linrongbin16/fzfx.nvim/commit/ba8d3ef857ce145c49a48a57e36e0c08977743d7))
* **previewer:** fix '--preview-window=hidden' options ([#689](https://github.com/linrongbin16/fzfx.nvim/issues/689)) ([1e040eb](https://github.com/linrongbin16/fzfx.nvim/commit/1e040eb86e2e7b3fcda09d722368b79442809188))


### Performance Improvements

* **bat:** immediately build bat themes after initialize ([#674](https://github.com/linrongbin16/fzfx.nvim/issues/674)) ([72109b7](https://github.com/linrongbin16/fzfx.nvim/commit/72109b798686bc69f4fac04bb34730654b760736))
* **previewer:** reduce buffer previewer latency ([#676](https://github.com/linrongbin16/fzfx.nvim/issues/676)) ([94a57d3](https://github.com/linrongbin16/fzfx.nvim/commit/94a57d3c86e67d11877e0de5340f447ed17538a7))

## [6.3.0](https://github.com/linrongbin16/fzfx.nvim/compare/v6.2.0...v6.3.0) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.3.1

0 comments on commit c7b1885

Please sign in to comment.