]> git.sur5r.net Git - i3/i3lock/blob - CHANGELOG
update changelog for 2.4.1
[i3/i3lock] / CHANGELOG
1 2012-06-02 i3lock 2.4.1
2
3  • Bugfix: Correctly center unlock indicator after reconfiguring screens
4    (Thanks xeen)
5  • Bugfix: Revert shift lock handling (broke uppercase letters)
6  • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
7
8 2012-04-01 i3lock 2.4
9
10  • Bugfix: Fix background color when using cairo (Thanks Pascal)
11  • Only output text when in debug mode (fixes problems with xautolock)
12  • fallback when the image cannot be loaded
13  • Use (void) instead of () for functions without args (Thanks fernandotcl)
14
15 2012-03-15 i3lock 2.3.1
16
17  • Fix compilation on some systems
18
19 2012-03-15 i3lock 2.3
20
21   • Implement a visual unlock indicator
22   • Support ISO_Level5_Shift and Caps Lock
23   • Lock the password buffer in memory, clear it in RAM after verifying
24   • Fork after the window is visible, not before
25   • Bugfix: Copy the color depth from parent (root) window instead of
26     hardcoding a depth of 24
27
28 2011-11-06 i3lock 2.2
29
30   • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
31     this lead to some keypresses "slipping through" to the last focused window.
32   • Correctly handle Mode_switch/ISO_Level3_Shift
33   • Render to a pixmap which is used as background for the window instead of
34     copying contents on every expose event
35   • Handle screen resolution changes while screen is locked
36   • Manpage: document arguments for every option
37
38 2011-05-13 i3lock 2.1
39
40   • Accept return/backspace when the buffer of 512 bytes is full
41   • Handle numpad keys correctly
42   • Handle MappingNotify events
43   • Correctly check for errors when connecting to X11
44   • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
45   • don’t display debug output
46   • add NOLIBCAIRO flag to permit compilation without cairo
47
48 2010-09-05 i3lock 2.0
49
50   • Complete rewrite of i3lock. Now using xcb instead of Xlib.
51   • When a window obscures i3lock, it pushes itself back to the top again.
52   • Display version when starting with -v
53
54 2009-08-02 i3lock 1.1
55
56   • Implement background pictures (-i) and colors (-c)
57
58 2009-05-10 i3lock 1.0
59
60   • Implement PAM support
61   • Implement options for forking, beeping, DPMS
62
63 2009-05-01 i3lock 0.9
64
65   • First release, forked from slock 0.9