diff --git a/Changelog b/Changelog index 554394a2..7ac3c8a1 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +v1.7.3: + - [Help] Print out the parsed config/theme files in -help output. + - [Keybindings] Fix keybindings being modified by -theme-str + - [Doc] Add rofi-dmenu manpage. + - [XCB] Cache lookup of monitor. + - Add -replace option (#568) + - Fix memory leak. + - [1566] Add extra debug for resolving monitors. + - [Theme] Add round,floor,ceil function in @calc (#1569) + - [Doc] Explain icon lookup. + - [Combi] Add -combi-display-format (#1570) (thanks to Jakub) + - [Theme] Expand list type ([]) for more data types. + - [Theme] Add support for tab-stops on textbox. (#1571) (thanks to Jakub) + - [Theme] Testing direct access to widgets via cmdline option (-theme+widget+property value) + v1.7.2: Shellebrations! - [Build] Fix building without window mode enabled. - [Config] Do not print out the 'theme' field in configuration on dump. diff --git a/releasenotes/1.7.3/release-1.7.3.markdown b/releasenotes/1.7.3/release-1.7.3.markdown index 99663ba5..88d852e4 100644 --- a/releasenotes/1.7.3/release-1.7.3.markdown +++ b/releasenotes/1.7.3/release-1.7.3.markdown @@ -1,4 +1,4 @@ -# 1.7.3: Leatherbacks +# 1.7.3: A small intermediate release with a few fixes, mostly in documentation and two great additions by Jakub Jiruta: