[Doc] Update release notes.

This commit is contained in:
Dave Davenport 2021-08-23 10:19:28 +02:00 committed by Dave Davenport
parent 8cbe73ecbb
commit 57260e4a76
1 changed files with 12 additions and 0 deletions

View File

@ -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