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 ;