summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-23 10:19:28 +0200
committerDave Davenport <qball@blame.services>2021-08-23 10:19:28 +0200
commitbcc75cac072e23a2a9fec3979df8044ae3d12d82 (patch)
tree520fdcb2a5a0baeba8c0a2cede822aba51608809 /releasenotes
parent6e05782a0e8a27909c853813f70c441d2133d645 (diff)
[Doc] Update release notes.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.7.0/release-1.7.0.markdown12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/1.7.0/release-1.7.0.markdown b/releasenotes/1.7.0/release-1.7.0.markdown
index 13ead6c7..86ca2bf5 100644
--- a/releasenotes/1.7.0/release-1.7.0.markdown
+++ b/releasenotes/1.7.0/release-1.7.0.markdown
@@ -326,6 +326,18 @@ message {
* FIX: [Build] Fix CI.
+* FIX: [Theme] Discard old theme, when explicitly passing one on command line.
+
+In previous version there was a bug when passing `-theme` on commandline did not discard old theme.
+This caused problems loading themes (as it merged two themes instead of loading them).
+
+To get old behaviour on commandline do:
+
+```bash
+
+rofi -theme-str '@import "mytheme"' -show drun
+````
+
* REMOVE: -dump-xresources
* REMOVE: -fullscreen
* REMOVE: -show-match