summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-01-24 17:12:04 +0100
committerQC <qball@gmpclient.org>2015-01-24 17:12:04 +0100
commitaecbcb5059e3df74014cb47b4d817c4f8417dba2 (patch)
tree19ae8854761d25d49a453ebbf976391194599a4e
parent460b82efc3213d038013883c473d58ba49e87796 (diff)
Release 0.15.10.15.1
-rw-r--r--AUTHORS10
-rw-r--r--Changelog17
-rw-r--r--configure.ac2
3 files changed, 28 insertions, 1 deletions
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])