Skip to content

Commit

Permalink
bump: minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Jun 5, 2024
1 parent 0be1c8e commit 07dbf11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,26 @@ You can use `:OneUpdate` to update one.nvim to latest. Please read [the "Update"

## [Unreleased]

[Full Changes](https://github.com/adoyle-h/one.nvim/compare/v5.1.0...HEAD)
[Full Changes](https://github.com/adoyle-h/one.nvim/compare/v5.2.0...HEAD)


<a name="v5.2.0"></a>
## v5.2.0 (2024-05-21 01:24:24 +08:00)

[Full Changes](https://github.com/adoyle-h/one.nvim/compare/v5.1.0...v5.2.0)

### New Features

- reverse highlight of matched brackets and language-specific keywords ([bc24d43](https://github.com/adoyle-h/one.nvim/commit/bc24d43f8174b16394da6242a107fba8d9203839))

### Bug Fixes

- **neo-tree**: When press "Y", user can choose copy to nvim or system clipboard ([d2ff1eb](https://github.com/adoyle-h/one.nvim/commit/d2ff1eb991e8ec7451137a49ff08cd0c5b8f2276))
> and fix error when Ctrl-c pressed with selection
- **rainbow**: nvim-ts-rainbow is achieved, use rainbow-delimiters.nvim instead of ([8e459f9](https://github.com/adoyle-h/one.nvim/commit/8e459f99bec37c8b902985f6fec1a711aafba26a))
> User should install rainbow-delimiters.nvim via plugin manager
- **telescope**: <space>p will show all commands and builtin ex commands ([0be1c8e](https://github.com/adoyle-h/one.nvim/commit/0be1c8e7a5d57cfa4ad53e0a5366c35f8a4c2091))
> User should upgrade ad-telescope-extensions.nvim and telescope-extension-maker.nvim to latest

<a name="v5.1.0"></a>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0

0 comments on commit 07dbf11

Please sign in to comment.