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:
parent
6e05782a0e
commit
bcc75cac07
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue