mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
Release 0.15.1
This commit is contained in:
parent
460b82efc3
commit
aecbcb5059
3 changed files with 28 additions and 1 deletions
10
AUTHORS
Normal file
10
AUTHORS
Normal file
|
@ -0,0 +1,10 @@
|
|||
Dave Davenport
|
||||
seanpringle
|
||||
Edwin Pujols
|
||||
Eric Engeström
|
||||
Tilman Blumenbach
|
||||
Daniel Hahler
|
||||
qedi
|
||||
Bruno Braga
|
||||
Greg Fitzgerald
|
||||
Peter Cannici
|
17
Changelog
Normal file
17
Changelog
Normal file
|
@ -0,0 +1,17 @@
|
|||
0.15.1:
|
||||
New features:
|
||||
- Improved transparency
|
||||
- Changelog
|
||||
- Case sensitivity support, with indicator. (Edwin Pujols)
|
||||
- Mouse scroll wheel support
|
||||
- Alternate Row colors
|
||||
- Run-list command for adding entries to run-dialog
|
||||
- Dmenu: preselect line.
|
||||
Bug fixes:
|
||||
- Manpage fixes
|
||||
- SSH viewer, support lists of hostnames (Tblue)
|
||||
- SSH improve parsing of odly indented host files
|
||||
- Do not loose keypresses when system under load
|
||||
- Cleanups, small fixes. (Edwin Pujols, blueyed )
|
||||
Performance improvements:
|
||||
- Lazy refilter for large lists
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [0.14.12], [qball@gmpclient.org])
|
||||
AC_INIT([rofi], [0.15.1], [qball@gmpclient.org])
|
||||
|
||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
Loading…
Reference in a new issue