From 001a293b186d495c45983504b228281f4c63f7e8 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 18 Aug 2020 11:12:10 +0200 Subject: [PATCH] [ReleaseNotes] tiny update to header. --- releasenotes/1.6.0/release-1.6.0.markdown | 6 +++--- 1 file 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)