diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..a90885a9 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +Dave Davenport +seanpringle +Edwin Pujols +Eric Engeström +Tilman Blumenbach +Daniel Hahler +qedi +Bruno Braga +Greg Fitzgerald +Peter Cannici diff --git a/Changelog b/Changelog new file mode 100644 index 00000000..17df7e21 --- /dev/null +++ b/Changelog @@ -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 diff --git a/configure.ac b/configure.ac index b9a355fb..6ca4e75a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])