release v2.15

pull/353/head 2.15
Michael Stapelberg 2024-03-16 10:32:39 +01:00
parent 3b6511d4a5
commit d8e853e986
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2024-03-16 i3lock 2.15
• unlock indicator: display current keyboard layout when
user types password (with --show-keyboard-layout flag).
2022-06-21 i3lock 2.14.1
• unlock indicator: display only caps lock and num lock,

View File

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