Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrutar committed Nov 7, 2024
1 parent c6b9944 commit 3c1f955
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## `v0.5.0`

- `Picker::new` has been deprecated; use `PickerOptions`.
- Improved interactive checks: now requires both stdin and stdout to be interactive.
- Various keybinding changes.
- Better exposure of nucleo internals:
- Restart the internal matcher with `Picker::restart`
- Update internal configuration without rebuilding the `Picker` using `Picker::update_config`
- Modify the default query string using `Picker::update_query`
- New `PickerOptions` for more flexible `Picker` configuration:
- Specifying an initial query string with `PickerOptions::query`

0 comments on commit 3c1f955

Please sign in to comment.