summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-03 12:32:01 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-03 12:32:01 +0200
commit474190bbc7d4a00fc12d70705f654c64fa98eac8 (patch)
treed250e7bbadaf762fa86d23bbfb96110dd97680b3
parent56f574c64d35732fcd8bea22676df3e93213c3af (diff)
Update release notes.
-rw-r--r--releasenotes/1.4.0/release-1.4.0.markdown30
-rw-r--r--releasenotes/1.4.0/rofi-fzf.pngbin0 -> 22439 bytes
-rw-r--r--releasenotes/1.4.0/rofi-no-fzf.pngbin0 -> 21577 bytes
-rw-r--r--releasenotes/1.4.0/rofi-top.pngbin0 -> 77430 bytes
4 files changed, 29 insertions, 1 deletions
diff --git a/releasenotes/1.4.0/release-1.4.0.markdown b/releasenotes/1.4.0/release-1.4.0.markdown
index cf1eff76..b87a85b5 100644
--- a/releasenotes/1.4.0/release-1.4.0.markdown
+++ b/releasenotes/1.4.0/release-1.4.0.markdown
@@ -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
diff --git a/releasenotes/1.4.0/rofi-fzf.png b/releasenotes/1.4.0/rofi-fzf.png
new file mode 100644
index 00000000..30e8e57c
--- /dev/null
+++ b/releasenotes/1.4.0/rofi-fzf.png
Binary files differ
diff --git a/releasenotes/1.4.0/rofi-no-fzf.png b/releasenotes/1.4.0/rofi-no-fzf.png
new file mode 100644
index 00000000..7af27b74
--- /dev/null
+++ b/releasenotes/1.4.0/rofi-no-fzf.png
Binary files differ
diff --git a/releasenotes/1.4.0/rofi-top.png b/releasenotes/1.4.0/rofi-top.png
new file mode 100644
index 00000000..33322f36
--- /dev/null
+++ b/releasenotes/1.4.0/rofi-top.png
Binary files differ