]> git.sur5r.net Git - i3/i3lock/blob - CHANGELOG
Add support for `xss-lock --transfer-sleep-lock' (#75)
[i3/i3lock] / CHANGELOG
1 2015-05-20 i3lock 2.7
2
3  • Die when the X11 connection breaks during runtime (Thanks Eduan)
4  • Implement logging the number of failed attempts (Thanks koebi)
5  • Ignore password validation is pam is in wrong state (Thanks Neodyblue)
6  • Get current user with getpwuid() instead of using $ENV{USER} (Thanks Martin)
7  • Add support for Compose and dead-keys with libxkbcommon.
8    Requires libxkbcommon ≥ 0.5.0 (Thanks Daniel)
9  • Format the source using clang-format.
10  • Refresh pam credentials on successful authentication (for Kerberos and the
11    like) (Thanks James)
12  • List pressed modifiers on failed authentication (Thanks Deiz, Alexandre)
13  • Only redraw the screen if the unlock indicator is actually used
14    (Thanks Ingo)
15  • Make pkg-config configurable for cross-compilation (Thanks Nikolay)
16
17 2014-07-18 i3lock 2.6
18
19  • NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
20    This helps us get rid of all code that directly uses libX11
21  • Use cairo_status_to_string for descriptive errors.
22  • Add `-e` option to not validate empty password.
23  • Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
24  • Re-raise i3lock when obscured in a separate process
25  • Turn on the screen on successful authentication
26  • Delay to turn off the screen after wrong passwd
27  • Discard half-entered passwd after some inactivity
28  • Ignore empty passwd after repeated Enter keypress
29  • Scale the unlock indicator (for retina displays)
30
31 2013-06-09 i3lock 2.5
32
33  • NEW DEPENDENCY: Use libxkbcommon for input handling
34    This makes input handling much better for many edge cases.
35  • Bugfix: fix argument parsing on ARM (s/char/int/)
36  • Bugfix: free(reply) to avoid memory leak
37  • Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
38  • Bugfix: Fix centering the indicator in the no-xinerama case
39  • Only use mlock() on Linux, FreeBSD (for example) requires root
40  • promote the "could not load image" message from debug to normal
41  • s/pam_message/pam_response/ (Thanks Tucos)
42  • remove support for NOLIBCAIRO, cairo-xcb is widespread by now
43  • Allow XKB_KEY_XF86ScreenSaver as synonym for enter
44    This keysym is generated on convertible tablets by pressing a hardware
45    lock/unlock button.
46  • Allow passwordless PAM conversations (e.g. fingerprint)
47  • Add ctrl+u password reset
48  • Set window name to i3lock
49
50 2012-06-02 i3lock 2.4.1
51
52  • Bugfix: Correctly center unlock indicator after reconfiguring screens
53    (Thanks xeen)
54  • Bugfix: Revert shift lock handling (broke uppercase letters)
55  • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
56
57 2012-04-01 i3lock 2.4
58
59  • Bugfix: Fix background color when using cairo (Thanks Pascal)
60  • Only output text when in debug mode (fixes problems with xautolock)
61  • fallback when the image cannot be loaded
62  • Use (void) instead of () for functions without args (Thanks fernandotcl)
63
64 2012-03-15 i3lock 2.3.1
65
66  • Fix compilation on some systems
67
68 2012-03-15 i3lock 2.3
69
70   • Implement a visual unlock indicator
71   • Support ISO_Level5_Shift and Caps Lock
72   • Lock the password buffer in memory, clear it in RAM after verifying
73   • Fork after the window is visible, not before
74   • Bugfix: Copy the color depth from parent (root) window instead of
75     hardcoding a depth of 24
76
77 2011-11-06 i3lock 2.2
78
79   • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
80     this lead to some keypresses "slipping through" to the last focused window.
81   • Correctly handle Mode_switch/ISO_Level3_Shift
82   • Render to a pixmap which is used as background for the window instead of
83     copying contents on every expose event
84   • Handle screen resolution changes while screen is locked
85   • Manpage: document arguments for every option
86
87 2011-05-13 i3lock 2.1
88
89   • Accept return/backspace when the buffer of 512 bytes is full
90   • Handle numpad keys correctly
91   • Handle MappingNotify events
92   • Correctly check for errors when connecting to X11
93   • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
94   • don’t display debug output
95   • add NOLIBCAIRO flag to permit compilation without cairo
96
97 2010-09-05 i3lock 2.0
98
99   • Complete rewrite of i3lock. Now using xcb instead of Xlib.
100   • When a window obscures i3lock, it pushes itself back to the top again.
101   • Display version when starting with -v
102
103 2009-08-02 i3lock 1.1
104
105   • Implement background pictures (-i) and colors (-c)
106
107 2009-05-10 i3lock 1.0
108
109   • Implement PAM support
110   • Implement options for forking, beeping, DPMS
111
112 2009-05-01 i3lock 0.9
113
114   • First release, forked from slock 0.9