summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-01-29 11:27:34 +0100
committerDave Davenport <qball@blame.services>2022-01-29 11:27:34 +0100
commitbca5275310d3df12d3887865f94a5ad2ff16b9a7 (patch)
treeead4c71fc1bb09cf2ca15a971730a5a33f487e8a
parent6e251af1276548397ee29bc9eb933e637acd7677 (diff)
Update Changelog.
-rw-r--r--Changelog15
-rw-r--r--releasenotes/1.7.3/release-1.7.3.markdown2
2 files changed, 16 insertions, 1 deletions
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: