X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGELOG;h=c01a8b452a5cad3120041fccc34e5eba13b0f09b;hb=929e541fb78aa167fc52eb684d4fdff8b305b246;hp=514229caaf3240829e17180a4074b2b0522175e9;hpb=712fed5cf2e53cf09a250579cb8811fb0482b3a5;p=i3%2Fi3lock diff --git a/CHANGELOG b/CHANGELOG index 514229c..c01a8b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,33 @@ +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 + This helps us get rid of all code that directly uses libX11 + • Use cairo_status_to_string for descriptive errors. + • Add `-e` option to not validate empty password. + • Bugfix: update the initial keyboard modifier state (Thanks lee, Ran) + • Re-raise i3lock when obscured in a separate process + • Turn on the screen on successful authentication + • Delay to turn off the screen after wrong passwd + • Discard half-entered passwd after some inactivity + • Ignore empty passwd after repeated Enter keypress + • Scale the unlock indicator (for retina displays) + 2013-06-09 i3lock 2.5 • NEW DEPENDENCY: Use libxkbcommon for input handling