Update releasenotes.

This commit is contained in:
Dave Davenport 2018-01-14 11:59:24 +01:00
parent 7ad3ce25b1
commit 2acc2b69d3
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
v1.4.3 (dev):
- [Theme] Accept integer notation for double properties. (#752)
- [View] Theme textboxes are vertically sized and horizontal wrapped. (#754)
- Add height property on the Window width.
- Add prompt widget to default theme.
- Add manpage for rofi-theme-selector.

View File

@ -141,6 +141,8 @@ rofi.max-history-size: 500
```
## Full Changelog
- [Theme] Accept integer notation for double properties. (#752)
- [View] Theme textboxes are vertically sized and horizontal wrapped. (#754)
- Rofi 1.4.2 doesn't capture ←, ↑, →, ↓ binding to keys to work in combination with Mode_switch (#744)
- Add konsole to list of sensible terminals. (#739)
- Allow drun to filter based on comment field. (#733)