Skip to content

Commit 1305cc2

Browse files
committed
release v2.16
1 parent d6333fc commit 1305cc2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2025-10-31 i3lock 2.16
2+
3+
• fix crash when the user changes the XKB configuration
4+
• when started on Wayland, display an error and usage
5+
• switch to clang-format 15 (with InsertBraces)
6+
• fix -Werror=calloc-transposed-args by swapping calloc args
7+
• reword: remove "dynamic" TWM
8+
• update meson setup command in README
9+
• do not increase failed_attempts beyond 999
10+
• i3lock.1 man page: fix acute accent
11+
• declare a development shell in flake.nix
12+
• fix in_dpi variable checking
13+
• meson: use explicit_bzero if it is available
14+
115
2024-03-16 i3lock 2.15
216

317
• unlock indicator: display current keyboard layout when

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project(
77
'i3lock',
88
'c',
9-
version: '2.15',
9+
version: '2.16',
1010
default_options: [
1111
'c_std=c11',
1212
'warning_level=1', # enable all warnings (-Wall)

0 commit comments

Comments
 (0)