Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Nov 30, 2021
1 parent 9b219af commit 9bbfa7c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down
23 changes: 23 additions & 0 deletions releasenotes/1.7.2/release-1.7.2.markdown
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9bbfa7c

Please sign in to comment.