1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

[Doc] Update release notes.

This commit is contained in:
Dave Davenport 2021-08-23 10:19:28 +02:00
parent 6e05782a0e
commit bcc75cac07

View file

@ -326,6 +326,18 @@ message {
* FIX: [Build] Fix CI. * 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: -dump-xresources
* REMOVE: -fullscreen * REMOVE: -fullscreen
* REMOVE: -show-match * REMOVE: -show-match