-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d746bfa
commit 3f565ad
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-23) | ||
|
||
|
||
### Features | ||
|
||
* **#3:** add smart case matching ([99a5ad9](https://github.com/natecraddock/telescope-zf-native.nvim/commit/99a5ad90046274774520b7cf62124826737ca0a1)), closes [#3](https://github.com/natecraddock/telescope-zf-native.nvim/issues/3) | ||
* add filename match priority ([f231052](https://github.com/natecraddock/telescope-zf-native.nvim/commit/f23105263dfcb2b7dc4265a438f79a745e8d92b2)) | ||
* add health check ([76ae732](https://github.com/natecraddock/telescope-zf-native.nvim/commit/76ae732e4af79298cf3582ec98234ada9e466b58)) | ||
* add range highlights ([b1fd0b0](https://github.com/natecraddock/telescope-zf-native.nvim/commit/b1fd0b0a6e35c8b1cf0f2402db0e83d1406b4014)) | ||
* add start-of-word match priority ([a6e900f](https://github.com/natecraddock/telescope-zf-native.nvim/commit/a6e900ffad87c275bfd96153fe513f255a6af764)) | ||
* basic zf telescope sorter ([04e9d6b](https://github.com/natecraddock/telescope-zf-native.nvim/commit/04e9d6b303c14aa9cdcc84cec67dd1c40cbcb8ca)) | ||
* **health:** add compatibility for Neovim 0.10 ([#17](https://github.com/natecraddock/telescope-zf-native.nvim/issues/17)) ([242ee15](https://github.com/natecraddock/telescope-zf-native.nvim/commit/242ee15047e3400351982ef162301a898ec5cdda)) | ||
* improve ranking precision ([75c0e12](https://github.com/natecraddock/telescope-zf-native.nvim/commit/75c0e120b97f83fd37926d47032e9bf8b04396ac)) | ||
* luarocks/rocks.nvim support ([d746bfa](https://github.com/natecraddock/telescope-zf-native.nvim/commit/d746bfa8dfbd3273f894a1f00ba30cf87eec6511)) | ||
* update config format ([187c8dc](https://github.com/natecraddock/telescope-zf-native.nvim/commit/187c8dca42a1c37d732958ac94edecbca7ac7e83)) | ||
* update zf and add strict path matching ([beb34b6](https://github.com/natecraddock/telescope-zf-native.nvim/commit/beb34b6c48154ec117930180f257a5592606d48f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **#4:** fix mapping from zf to telescope scores ([dabcdff](https://github.com/natecraddock/telescope-zf-native.nvim/commit/dabcdff0b26d0313f8a9add1e29193d5c030c7b5)), closes [#4](https://github.com/natecraddock/telescope-zf-native.nvim/issues/4) | ||
* crash when disabling filename match priority ([3f64df2](https://github.com/natecraddock/telescope-zf-native.nvim/commit/3f64df2cb1e8c4a399154b21dabb2734a1afb8f1)) | ||
* **typo:** zf-native ([3db89a5](https://github.com/natecraddock/telescope-zf-native.nvim/commit/3db89a58be7fd036b96a0cbb59de2ea2b4df8e3c)), closes [#2](https://github.com/natecraddock/telescope-zf-native.nvim/issues/2) | ||
* zf to telescope rank conversion ([79b66ec](https://github.com/natecraddock/telescope-zf-native.nvim/commit/79b66ecaf5119eb82b2f3c4a34623e7f70e9f0c2)) |