From aecbcb5059e3df74014cb47b4d817c4f8417dba2 Mon Sep 17 00:00:00 2001 From: QC Date: Sat, 24 Jan 2015 17:12:04 +0100 Subject: Release 0.15.1 --- AUTHORS | 10 ++++++++++ Changelog | 17 +++++++++++++++++ configure.ac | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 100644 Changelog 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]) -- cgit v1.2.3