summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-01-25 20:30:23 +0100
committerDave Davenport <qball@blame.services>2022-01-25 20:30:23 +0100
commit1f7b0cd4719c656446e7a419ded7c8045eb8366d (patch)
tree7e4ee70bc522d7e5486f18418327e5ddb2c67e27
parent2817debc041db5a17c92039815189f6da5f4311a (diff)
Add initial releasenotes for 1.7.3
-rw-r--r--releasenotes/1.7.3/release-1.7.3.markdown35
1 files changed, 35 insertions, 0 deletions
diff --git a/releasenotes/1.7.3/release-1.7.3.markdown b/releasenotes/1.7.3/release-1.7.3.markdown
new file mode 100644
index 00000000..827c3c16
--- /dev/null
+++ b/releasenotes/1.7.3/release-1.7.3.markdown
@@ -0,0 +1,35 @@
+# 1.7.4: Leatherbacks
+
+A small intermediate release with a few fixes, mostly in documentation and two great additions by Jakub Jiruta:
+
+ * An option to customize the combi mode display format.
+ * To possibility to set tab stops on listview and entry boxes.
+
+# Changelog
+
+v1.7.4:
+ - [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)
+
+# Thanks
+
+Big thanks to everybody reporting issues.
+Special thanks goes to:
+
+* Iggy
+* Quentin Glidic
+* Danny Colin
+* Jakub Jiruta
+
+Apologies if I mistyped or missed anybody.