summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-06 20:38:01 +0100
committerDave Davenport <qball@blame.services>2021-11-06 20:38:01 +0100
commit4cc4601557a8cf13e8fcf81537393fe7c5e2d9b2 (patch)
tree88a8636d9ad79a7f0270a4dc3bc5e96533c63df7
parent05e84544b186ec65057100feb7e07e3ae8c7151c (diff)
Fix throw at release notes.
-rw-r--r--releasenotes/1.7.1/release-1.7.1.markdown40
1 files changed, 40 insertions, 0 deletions
diff --git a/releasenotes/1.7.1/release-1.7.1.markdown b/releasenotes/1.7.1/release-1.7.1.markdown
new file mode 100644
index 00000000..7f65d4de
--- /dev/null
+++ b/releasenotes/1.7.1/release-1.7.1.markdown
@@ -0,0 +1,40 @@
+# 1.7.1:
+
+A small bug-fix release.
+
+# Changelog
+
+* Updated documentation and landing page (Thanks to RaZ0rr-Two)
+* [Combi] Fix nesting combi modi (#1510)
+* [DMenu] Fix crash dmenu mode when no entry is available. (#1504)
+* [Run|Drun] Only initialize file-completer on first use.
+* [FileBrowser] Reduce number of re-allocs.
+* [Readme] Remove generating readme.html for dist.
+* [Dmenu] Fix uninitialized memory (nonselectable)
+* [FileBrowser] Try to convert invalid encoded text. (#1471)
+* [FileBrowser] Don't crash on invalid file filenames. (#1471)
+* [Theme] print known colors as its color name.
+* [CMD] If failed to convert commandline to new option, do not stop. (#1425)
+* [Theme] Fix parsing of nested media blocks. (#1442)
+* [Widgets] Fix sizing logic widets. (#1437)
+* [Window] Try to fix autosizing of desktop names for non-i3 desktops. (#1439)
+* [Window] Fix broken close-on-delete. (#1421)
+* [Listview] Correctly check if selected item is highlighted. (#1423)
+* [Entry] Allow action to be taken on input change. (#1405)
+* [Theme] Don't truncate double values. (#1419)
+* [Grammar] Add support for env(ENV,default).
+* [Documentation] documentation fixes.
+* [Theme] fix dmenu theme ( #1396).
+
+# Thanks
+
+Big thanks to everybody reporting issues.
+Special thanks goes to:
+
+* Iggy
+* RaZ0rr-Two
+* Quentin Glidic
+* Danny Colin
+* Tuure Piitulainen
+
+Apologies if I mistyped or missed anybody.