From 9bbfa7c51b6f51df048d99458dc4e25d3e07afc6 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 30 Nov 2021 18:59:13 +0100 Subject: Version 1.7.2 --- Changelog | 2 +- configure.ac | 2 +- meson.build | 2 +- releasenotes/1.7.2/release-1.7.2.markdown | 23 +++++++++++++++++++++++ 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 releasenotes/1.7.2/release-1.7.2.markdown diff --git a/Changelog b/Changelog index 6d966f15..554394a2 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/configure.ac b/configure.ac index 2ea1b73b..590b2874 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index 153fc51d..a8d9c468 100644 --- a/meson.build +++ b/meson.build @@ -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: [ diff --git a/releasenotes/1.7.2/release-1.7.2.markdown b/releasenotes/1.7.2/release-1.7.2.markdown new file mode 100644 index 00000000..fc30089d --- /dev/null +++ b/releasenotes/1.7.2/release-1.7.2.markdown @@ -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. -- cgit v1.2.3