X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGELOG;h=48286a18518e91499ca7b4f35550a1ee74de005a;hb=17b7b77893c0c5f343e71625ac55bac69f07eed2;hp=bb1684a260c82bb5c172d937f48b15e9fbd6d82e;hpb=7bb152664f259d5f613e814c5a715aa3fb391a4a;p=i3%2Fi3lock diff --git a/CHANGELOG b/CHANGELOG index bb1684a..48286a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,31 @@ +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) + • Implement logging the number of failed attempts (Thanks koebi) + • Ignore password validation is pam is in wrong state (Thanks Neodyblue) + • Get current user with getpwuid() instead of using $ENV{USER} (Thanks Martin) + • Add support for Compose and dead-keys with libxkbcommon. + Requires libxkbcommon ≥ 0.5.0 (Thanks Daniel) + • Format the source using clang-format. + • Refresh pam credentials on successful authentication (for Kerberos and the + like) (Thanks James) + • List pressed modifiers on failed authentication (Thanks Deiz, Alexandre) + • Only redraw the screen if the unlock indicator is actually used + (Thanks Ingo) + • Make pkg-config configurable for cross-compilation (Thanks Nikolay) + 2014-07-18 i3lock 2.6 • NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11