summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-08 23:19:24 +0100
committerDave Davenport <qball@blame.services>2021-11-08 23:19:24 +0100
commit0d84eee6d1468485d30244d839b821018860037f (patch)
tree43c996d87deb9188fee4d9900b5ab04a0ac839c4
parentb77de4c00d32b7606a14dffb5c1f49cf98b4b0ba (diff)
[Releasenotes] Small update.
-rw-r--r--releasenotes/1.7.1/release-1.7.1.markdown17
1 files changed, 13 insertions, 4 deletions
diff --git a/releasenotes/1.7.1/release-1.7.1.markdown b/releasenotes/1.7.1/release-1.7.1.markdown
index 7f65d4de..6f4fd5ee 100644
--- a/releasenotes/1.7.1/release-1.7.1.markdown
+++ b/releasenotes/1.7.1/release-1.7.1.markdown
@@ -1,23 +1,32 @@
# 1.7.1:
-A small bug-fix release.
+This release focusses on fixing bugs found in 1.7.0. The most important ones
+are fixing sizing bug, fix nested media statements and broken close-on-delete.
+There are a few new features to help themeing: We now support
+`env(ENV,default)` statement and when dumping a theme theme-names are resolved
+(f.e. `green`, `lightblue`, etc.).
+
+Thanks to everybody reporting bugs, providing patches that made this release possible.
+
+For a more complete list of changes see below.
# Changelog
+* [Theme] Fix highlight with only theme.
* 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)
+* [Dmenu] Fix uninitialized memory (non-selectable)
* [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)
+* [Widgets] Fix sizing logic widgets. (#1437)
+* [Window] Try to fix auto-sizing 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)