Update Changelog.

This commit is contained in:
Dave Davenport 2022-01-29 11:27:34 +01:00
parent 6e251af127
commit bca5275310
2 changed files with 16 additions and 1 deletions

View File

@ -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.

View File

@ -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: