summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-08-18 11:12:10 +0200
committerDave Davenport <qball@gmpclient.org>2020-08-18 11:12:10 +0200
commit001a293b186d495c45983504b228281f4c63f7e8 (patch)
treea5f63ba30de63f8a8d2bb98f49df75df17b00188 /releasenotes
parent57ee69367d1ffe01c6e5ebb9b2fa5cb83060639f (diff)
[ReleaseNotes] tiny update to header.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.6.0/release-1.6.0.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/1.6.0/release-1.6.0.markdown b/releasenotes/1.6.0/release-1.6.0.markdown
index dc8d9ddb..fde6f45a 100644
--- a/releasenotes/1.6.0/release-1.6.0.markdown
+++ b/releasenotes/1.6.0/release-1.6.0.markdown
@@ -105,13 +105,13 @@ For example, go to fullscreen mode on screens smaller then full HD:
```
-## Log
+## List of Changes
* Add `themes/` directory in the users rofi config directory to the theme search path. (#1001)
* Split listview element into box widget holding icon and textbox. Supporting more dynamic themes. (#949)
* Fix default theme.
* Add -upgrade-config option.
-* Add ROFI_PLUGIN_PATH variable.
+* Add `ROFI_PLUGIN_PATH` variable.
* Add check for running rofi inside a Script mode.
* Remove gnome-terminal from rofi-sensible-terminal (#1074)
* Set window title based on mode name. (#969)
@@ -139,7 +139,7 @@ For example, go to fullscreen mode on screens smaller then full HD:
* [Script] Add delimiter option. (#1041)
* [Script] Add environment variable indicating state.
* [Script] Add extra matchign field (meta). (#1052)
-* [Script] Add info option, hidden field that gets passed to script via ROFI_INFO environment.
+* [Script] Add info option, hidden field that gets passed to script via `ROFI_INFO` environment.
* [Script] Add no-custom option.
* [Textbox] Add cursor blinking option.
* [Textbox] Add placeholder. (#1020)