Version 1.7.2

This commit is contained in:
Dave Davenport 2021-11-30 18:59:13 +01:00
parent 9b219afc5b
commit 9bbfa7c51b
4 changed files with 26 additions and 3 deletions

View File

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

View File

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

View File

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

View 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.