mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Bump version to 1.5.0
This commit is contained in:
parent
5c5665efca
commit
9a34d89e51
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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: [
|
||||
|
|
|
@ -53,7 +53,7 @@ textbox {
|
|||
text-color: @foreground;
|
||||
}
|
||||
listview {
|
||||
fixed-height: 0;
|
||||
fixed-height: false;
|
||||
border: 2px 0px 0px ;
|
||||
border-color: @separatorcolor;
|
||||
spacing: 2px ;
|
||||
|
|
Loading…
Reference in a new issue