mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
document CustomMatcher to CustomFilter migration format
This commit is contained in:
parent
7b54585c95
commit
1baeb547b4
4
Changes
4
Changes
|
|
@ -6,6 +6,10 @@ v0.6.0 - UNRELEASED
|
|||
* Migrated terminal backend from termbox-go to tcell (#567).
|
||||
* Removed deprecated config fields `Matcher`, `InitialMatcher`, and
|
||||
`CustomMatcher`. Use `InitialFilter` and `CustomFilter` instead.
|
||||
Note: `CustomFilter` uses a different format than `CustomMatcher`:
|
||||
|
||||
Before: "CustomMatcher": { "MyFilter": ["/path/to/cmd", "$QUERY"] }
|
||||
After: "CustomFilter": { "MyFilter": { "Cmd": "/path/to/cmd", "Args": ["$QUERY"] } }
|
||||
* Removed deprecated CLI option `--initial-matcher`.
|
||||
Use `--initial-filter` instead.
|
||||
* The action `ViewArround` has been renamed to `ViewAround` (fix typo).
|
||||
|
|
|
|||
Loading…
Reference in a new issue