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