release v2.14

pull/324/head 2.14
Michael Stapelberg 2022-05-28 15:48:06 +02:00
parent fb9756d086
commit 0171394882
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,15 @@
2022-05-28 i3lock 2.14
• Change default background color to #a3a3a3
See https://github.com/i3/i3lock/pull/300 for extensive
discussion and rationale for this change.
• Recommend using xss-lock to start i3lock in the README
and i3lock.1 man page. xss-lock is the best way to ensure
your screen truly is locked before your computer suspends.
• Display modifier key warning before unlocking, too,
not just on failed attempts like before.
• Switch build system from autotools to meson.
2020-10-27 i3lock 2.13
• Throw error when trying to start on Wayland

View File

@ -1 +0,0 @@
2.13-non-git

View File

@ -6,7 +6,7 @@
project(
'i3lock',
'c',
version: '2.13',
version: '2.14',
default_options: [
'c_std=c11',
'warning_level=1', # enable all warnings (-Wall)