release v2.14.1

pull/326/head 2.14.1
Michael Stapelberg 2022-06-21 17:31:42 +02:00
parent 0d8ce95cd0
commit e3f1430720
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2022-06-21 i3lock 2.14.1
• unlock indicator: display only caps lock and num lock,
not all modifiers like shift (which can leak information
about your password to bystanders)
2022-05-28 i3lock 2.14
• Change default background color to #a3a3a3

View File

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