mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Version 1.7.2
This commit is contained in:
parent
9b219afc5b
commit
9bbfa7c51b
4 changed files with 26 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
v1.7.2:
|
||||
v1.7.2: Shellebrations!
|
||||
- [Build] Fix building without window mode enabled.
|
||||
- [Config] Do not print out the 'theme' field in configuration on dump.
|
||||
- [CI] test window mode less build.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [1.7.1-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
AC_INIT([rofi], [1.7.2], [https://github.com/davatorium/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.7.1-dev',
|
||||
version: '1.7.2',
|
||||
meson_version: '>=0.47.0',
|
||||
license: [ 'MIT' ],
|
||||
default_options: [
|
||||
|
|
23
releasenotes/1.7.2/release-1.7.2.markdown
Normal file
23
releasenotes/1.7.2/release-1.7.2.markdown
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 1.7.2: Shellebrations!
|
||||
|
||||
A quick in between release, a bug got fixed that caused configurations not working any more in theme files.
|
||||
While this is the desired behaviour, this release reverts it to avoid breaking to many setups.
|
||||
|
||||
# Changelog
|
||||
|
||||
v1.7.2:
|
||||
- [Build] Fix building without window mode enabled.
|
||||
- [Config] Do not print out the 'theme' field in configuration on dump.
|
||||
- [CI] test window mode less build.
|
||||
- Allow configuration block in theme again.
|
||||
|
||||
# Thanks
|
||||
|
||||
Big thanks to everybody reporting issues.
|
||||
Special thanks goes to:
|
||||
|
||||
* Iggy
|
||||
* Quentin Glidic
|
||||
* Danny Colin
|
||||
|
||||
Apologies if I mistyped or missed anybody.
|
Loading…
Reference in a new issue