summaryrefslogtreecommitdiffstats
path: root/releasenotes/1.2.0
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-24 13:17:59 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-24 13:17:59 +0200
commit7a87c95370e8dc5b2a295925e82c680f671c6680 (patch)
tree76563a7d8787f1200af82e77bfcbf463a0247763 /releasenotes/1.2.0
parentde0290906da0423928c9ec365bc7a47ece0325ca (diff)
First stab at release notes.
Diffstat (limited to 'releasenotes/1.2.0')
-rw-r--r--releasenotes/1.2.0/release-1.2.0.markdown43
-rw-r--r--releasenotes/1.2.0/rofi-multi-select.pngbin0 -> 20947 bytes
-rw-r--r--releasenotes/1.2.0/rofi-underline-match.pngbin0 -> 19107 bytes
-rw-r--r--releasenotes/1.2.0/rofi-window-align.pngbin0 -> 60663 bytes
4 files changed, 43 insertions, 0 deletions
diff --git a/releasenotes/1.2.0/release-1.2.0.markdown b/releasenotes/1.2.0/release-1.2.0.markdown
new file mode 100644
index 00000000..5b31d0f9
--- /dev/null
+++ b/releasenotes/1.2.0/release-1.2.0.markdown
@@ -0,0 +1,43 @@
+# V1.2.0 - Something Something Darkside
+
+## New Features
+
+### Underline Match
+
+A new, hopefully welcome, addition is that **Rofi** now highlights the match in each row:
+
+![Rofi Underline](./rofi-underline-match.png)
+
+To accomplish this, now all matching is done using *GRegex*, as this returns the exact location in the string of each match.
+
+## Multiline Select
+
+While already existing, we now improved the multi-line select in **dmenu** mode. It will allow you to select and unselect rows, selected rows are highlighted with a dot and a small counter indicated the amount of rows selected.
+
+![Rofi Multi Select](./rofi-multi-select.png)
+
+## Customize Window string
+
+You can now specify what the window switcher will show.
+It allows for some markup to nicely line up the entries.
+
+For example if the with of the window is specified in characters, this would right align the class name
+
+```
+rofi.window-format: {t:-16} ({c:10})
+```
+
+![Rofi Window title align](./rofi-window-align.png)
+
+## Bug Fixes
+
+
+* Fix current desktop window selector
+* Fix launching application in terminal
+* Support ```#include``` in config file.
+* **XLib** dependency. The last hard dependency on **Xlib** has been removed by the use of **xcb-util-xrm**.
+
+## Remove features
+
+* Removed fuzzy finder
+* Remove **[I3](http://www.i3wm.org)** workarounds. As **I3** has, for more then a year now, native support for EWHM.
diff --git a/releasenotes/1.2.0/rofi-multi-select.png b/releasenotes/1.2.0/rofi-multi-select.png
new file mode 100644
index 00000000..1f49e161
--- /dev/null
+++ b/releasenotes/1.2.0/rofi-multi-select.png
Binary files differ
diff --git a/releasenotes/1.2.0/rofi-underline-match.png b/releasenotes/1.2.0/rofi-underline-match.png
new file mode 100644
index 00000000..972c4788
--- /dev/null
+++ b/releasenotes/1.2.0/rofi-underline-match.png
Binary files differ
diff --git a/releasenotes/1.2.0/rofi-window-align.png b/releasenotes/1.2.0/rofi-window-align.png
new file mode 100644
index 00000000..54ed7f3e
--- /dev/null
+++ b/releasenotes/1.2.0/rofi-window-align.png
Binary files differ