Bump version to 1.5.0

This commit is contained in:
Dave Davenport 2018-02-01 21:52:54 +01:00
parent 5c5665efca
commit 9a34d89e51
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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])

View File

@ -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: [

View File

@ -53,7 +53,7 @@ textbox {
text-color: @foreground;
}
listview {
fixed-height: 0;
fixed-height: false;
border: 2px 0px 0px ;
border-color: @separatorcolor;
spacing: 2px ;