Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 1, 2018
1 parent 5c5665e commit 9a34d89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion themes/DarkBlue.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ textbox {
text-color: @foreground;
}
listview {
fixed-height: 0;
fixed-height: false;
border: 2px 0px 0px ;
border-color: @separatorcolor;
spacing: 2px ;
Expand Down

0 comments on commit 9a34d89

Please sign in to comment.