Update release notes.

This commit is contained in:
Dave Davenport 2017-09-03 12:32:01 +02:00
parent 56f574c64d
commit 474190bbc7
4 changed files with 29 additions and 1 deletions

View File

@ -72,11 +72,39 @@ performance.
## More flexible key and mouse bindings
Thanks to the great work of SardemFF7 you can now configure how the mouse
behave and bind modifier keys. It also improves on error messages. It will now
detect duplicate bindings.
For example to select an entry on single click, instead of double click:
```
rofi -show run -me-select-entry '' -me-accept-entry 'Mouse1'
```
## Fuzzy Matching
With thanks to Fangrui Song, the `fuzzy` matcher will now use a ranking similar to `fzf` to sort the results.
This should hopefully to improve the results, something a lot of users will appreciate.
Without:
![rofi no fzf](rofi-no-fzf.png)
With:
![rofi fzf](rofi-fzf.png)
## Initial Plugin support
## Screenshot
It is now possible to add custom mode via C plugins. This way more interactive modi can be added to rofi.
For example it is possible to have `top` (display linux processes) shown:
![rofi top](rofi-top.png)
See [here](https://gitcrate.org/qtools/rofi-top).
## Configuration File

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB