mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update Changelog/release notes
This commit is contained in:
parent
9e4138831a
commit
1be52b7736
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ v1.3.0: Dan vs. Greg: The never ending story. (unreleased)
|
||||||
- Dynamically sizing window with content.
|
- Dynamically sizing window with content.
|
||||||
- When placed at bottom of screen re-order screen to have entry at bottom.
|
- When placed at bottom of screen re-order screen to have entry at bottom.
|
||||||
Improvements
|
Improvements
|
||||||
|
- By default use all cores to filter entries.
|
||||||
|
- Make sure drawing priority is higher then reading input data.
|
||||||
- Improve resizing of window, don't make X whipe background.
|
- Improve resizing of window, don't make X whipe background.
|
||||||
- Improve close window (shift-delete) action, by sending NET_WM_CLOSE instead of destroying window.
|
- Improve close window (shift-delete) action, by sending NET_WM_CLOSE instead of destroying window.
|
||||||
- Create cache and run directory on startup. (#497)
|
- Create cache and run directory on startup. (#497)
|
||||||
|
|
|
@ -80,6 +80,8 @@ by making all colors transparent).
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
- By default use all cores to filter entries.
|
||||||
|
- Make sure drawing priority is higher then reading input data.
|
||||||
- Improve resizing of window, don't make X whipe background.
|
- Improve resizing of window, don't make X whipe background.
|
||||||
- Improve close window (shift-delete) action, by sending NET_WM_CLOSE instead of destroying window.
|
- Improve close window (shift-delete) action, by sending NET_WM_CLOSE instead of destroying window.
|
||||||
- Create cache and run directory on startup. (#497)
|
- Create cache and run directory on startup. (#497)
|
||||||
|
|
Loading…
Reference in a new issue