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