summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-11-30 18:59:13 +0100
committerDave Davenport <qball@blame.services>2021-11-30 18:59:13 +0100
commit9bbfa7c51b6f51df048d99458dc4e25d3e07afc6 (patch)
tree696cd6f23745dd6568b971f6e46b88d99dc29805
parent9b219afc5b029a9bcd246b01a0c9030823722901 (diff)
Version 1.7.21.7.2
-rw-r--r--Changelog2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
-rw-r--r--releasenotes/1.7.2/release-1.7.2.markdown23
4 files changed, 26 insertions, 3 deletions
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.