From 57260e4a7689d9ebe255915c05c4536fa1b34c66 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 23 Aug 2021 10:19:28 +0200 Subject: [PATCH] [Doc] Update release notes. --- releasenotes/1.7.0/release-1.7.0.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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