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