]> git.sur5r.net Git - i3/i3lock/blob - CHANGELOG
Re-raise i3lock when obscured in a separate process
[i3/i3lock] / CHANGELOG
1 2013-06-09 i3lock 2.5
2
3  • NEW DEPENDENCY: Use libxkbcommon for input handling
4    This makes input handling much better for many edge cases.
5  • Bugfix: fix argument parsing on ARM (s/char/int/)
6  • Bugfix: free(reply) to avoid memory leak
7  • Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
8  • Bugfix: Fix centering the indicator in the no-xinerama case
9  • Only use mlock() on Linux, FreeBSD (for example) requires root
10  • promote the "could not load image" message from debug to normal
11  • s/pam_message/pam_response/ (Thanks Tucos)
12  • remove support for NOLIBCAIRO, cairo-xcb is widespread by now
13  • Allow XKB_KEY_XF86ScreenSaver as synonym for enter
14    This keysym is generated on convertible tablets by pressing a hardware
15    lock/unlock button.
16  • Allow passwordless PAM conversations (e.g. fingerprint)
17  • Add ctrl+u password reset
18  • Set window name to i3lock
19
20 2012-06-02 i3lock 2.4.1
21
22  • Bugfix: Correctly center unlock indicator after reconfiguring screens
23    (Thanks xeen)
24  • Bugfix: Revert shift lock handling (broke uppercase letters)
25  • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
26
27 2012-04-01 i3lock 2.4
28
29  • Bugfix: Fix background color when using cairo (Thanks Pascal)
30  • Only output text when in debug mode (fixes problems with xautolock)
31  • fallback when the image cannot be loaded
32  • Use (void) instead of () for functions without args (Thanks fernandotcl)
33
34 2012-03-15 i3lock 2.3.1
35
36  • Fix compilation on some systems
37
38 2012-03-15 i3lock 2.3
39
40   • Implement a visual unlock indicator
41   • Support ISO_Level5_Shift and Caps Lock
42   • Lock the password buffer in memory, clear it in RAM after verifying
43   • Fork after the window is visible, not before
44   • Bugfix: Copy the color depth from parent (root) window instead of
45     hardcoding a depth of 24
46
47 2011-11-06 i3lock 2.2
48
49   • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
50     this lead to some keypresses "slipping through" to the last focused window.
51   • Correctly handle Mode_switch/ISO_Level3_Shift
52   • Render to a pixmap which is used as background for the window instead of
53     copying contents on every expose event
54   • Handle screen resolution changes while screen is locked
55   • Manpage: document arguments for every option
56
57 2011-05-13 i3lock 2.1
58
59   • Accept return/backspace when the buffer of 512 bytes is full
60   • Handle numpad keys correctly
61   • Handle MappingNotify events
62   • Correctly check for errors when connecting to X11
63   • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
64   • don’t display debug output
65   • add NOLIBCAIRO flag to permit compilation without cairo
66
67 2010-09-05 i3lock 2.0
68
69   • Complete rewrite of i3lock. Now using xcb instead of Xlib.
70   • When a window obscures i3lock, it pushes itself back to the top again.
71   • Display version when starting with -v
72
73 2009-08-02 i3lock 1.1
74
75   • Implement background pictures (-i) and colors (-c)
76
77 2009-05-10 i3lock 1.0
78
79   • Implement PAM support
80   • Implement options for forking, beeping, DPMS
81
82 2009-05-01 i3lock 0.9
83
84   • First release, forked from slock 0.9