summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-02-01 21:52:54 +0100
committerDave Davenport <qball@gmpclient.org>2018-02-01 21:52:54 +0100
commit9a34d89e519a33653d38a202138854a708124234 (patch)
tree535d984c77f6d63bfaecad47d9defffa2ec77456
parent5c5665efca0ecccef82e276a806f9353042c5fca (diff)
Bump version to 1.5.01.5.0
-rw-r--r--Changelog2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
-rw-r--r--themes/DarkBlue.rasi2
4 files changed, 4 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index a872a629..bb56241d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-v1.5.0 (dev):
+v1.5.0:
- [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)
diff --git a/configure.ac b/configure.ac
index 9357964e..d2e5f487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.4.99-dev], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.5.0], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/meson.build b/meson.build
index b98f5c2a..1a3e4acd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.4.99-dev',
+ version: '1.5.0',
meson_version: '>=0.39.1',
license: [ 'MIT' ],
default_options: [
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index 977720af..ade80e65 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -53,7 +53,7 @@ textbox {
text-color: @foreground;
}
listview {
- fixed-height: 0;
+ fixed-height: false;
border: 2px 0px 0px ;
border-color: @separatorcolor;
spacing: 2px ;