i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 619c791a202f550c0f7ea46cff0677fc5a0235da
parent ce1c5cecc04140091ed5691d326e357b79764341
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat,  4 Jun 2016 19:26:57 +0200

update CHANGELOG

Diffstat:
MCHANGELOG | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,15 @@
+2016-06-04 i3lock 2.8
+
+ • Remove DPMS support in favor of a wrapper script and xset(1).
+ • Indicate that the --inactivity-timeout option takes an argument. (Thanks
+   Kenneth Lyons)
+ • fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
+ • Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
+ • Show unlock indicator if password was entered during PAM verification
+ • Allow CTRL+J as enter and CTRL+H as backspace (Thanks Karl Tarbe)
+ • Flush xcb connection after opening fullscreen window (Thanks martin)
+ • Add support for `xss-lock --transfer-sleep-lock'
+
 2015-05-20 i3lock 2.7
 
  • Die when the X11 connection breaks during runtime (Thanks Eduan)