summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-12-27 19:48:40 +0100
committerDave Davenport <qball@gmpclient.org>2018-12-27 19:48:40 +0100
commit0b09989f662b142faa861d04952be02c715b215b (patch)
tree20b1ccf1ed4c132c26bc09b10dcb5bfcabd93df9
parent5d50ae45cdc5e0901be02e4d72b0dc9f4d133bca (diff)
Start with release notes.
-rw-r--r--releasenotes/1.5.2/release-1.5.2.markdown57
1 files changed, 57 insertions, 0 deletions
diff --git a/releasenotes/1.5.2/release-1.5.2.markdown b/releasenotes/1.5.2/release-1.5.2.markdown
new file mode 100644
index 00000000..1468dfc0
--- /dev/null
+++ b/releasenotes/1.5.2/release-1.5.2.markdown
@@ -0,0 +1,57 @@
+1.5.2:
+
+Rofi 1.5.2 is another bug-fix relaese in the 1.5 serie.
+
+## Fix border drawing
+
+Issue: #792, #783
+
+There turned out to be a bug in how borders are drawn.
+
+
+## Improve Icon handling
+
+Issue: #860
+
+Several bugs around Icon handling have been fixed:
+
+* Failing to load multiple (identical icons) on initial load.
+* Preload user-set icon theme.
+* Uuse a common threadpool in rofi for the icon fetching, instead of spawning a custom one.
+
+
+## Documentation updates
+
+Issue: #879, #867, #837, #831, #804
+
+## Improving the ssh known hosts file parser
+
+Issue: #820
+
+## Additions
+
+### Option to change the negate character
+
+Issue: #877
+
+The option to negate a query: `foo -bar` e.g. search for all items matching `foo` but not `bar` caused a lot of
+confusion. It seems people often use rofi to also add arguments to applications (that start with a -).
+
+To help with this, the negate character (`-`) can be changed, or disabled.
+
+
+### Modify the DRUN display string
+
+Issue: #858
+
+An often requested option....
+
+
+
+v1.5.2:
+ - Fix assert and update test. (#875)
+ - Add missing example Script (#869)
+ - Add terminals to rofi-sensible-terminal (#808)
+ - Lexer Fix several ambiguity and handling of empty input.
+ - Lexer support environment variables.
+ - Cleanup syntax for sorting. (#816)