[Doc] Add new feature to releasenote.

This commit is contained in:
Dave Davenport 2021-08-17 18:18:35 +02:00
parent 8720409ad3
commit e957927294
1 changed files with 11 additions and 0 deletions

View File

@ -263,6 +263,17 @@ See above.
Allows you to use pango-markup in the window format option.
* ADD: [Window] Allow rofi to stay open after closing window.
```css
configuration {
window {
close-on-delete: false;
}
}
```
* FIX: [DSL] Move theme reset into grammar parser from lexer.
Given how the lexer and the grammar parser interact, the reset did not happen at