]> git.sur5r.net Git - i3/i3lock/blob - CHANGELOG
Merge pull request #213 from trickeydan/patch-1
[i3/i3lock] / CHANGELOG
1 2018-10-18 i3lock 2.11.1
2
3  • Fix dist tarball by including I3LOCK_VERSION
4
5 2018-10-10 i3lock 2.11
6
7  • Switch to autotools
8  • Display an error when backspace is pressed without any input
9  • Print an error when a non-PNG file is opened
10    (i3lock only supports PNG files) (Thanks eplanet)
11  • Don’t unnecessarily check the xcb_connect return value,
12    it is known never to be NULL (Thanks SegFault42)
13  • Fix memory leak when grabbing fails (Thanks karulont)
14  • Respect Xft.dpi for determining the unlock indicator’s scale factor
15  • Discard pending password verification attempts
16    when a new password is entered (Thanks layus)
17
18 2017-11-25 i3lock 2.10
19
20  • Only use -lpam when not on OpenBSD (Thanks Kaashif)
21  • locale: treat empty string same as unset (Thanks Ran)
22  • Fix overwrite of getopt optind (Thanks jakob)
23  • Immediately hide the unlock indicator after ESC / C-u (Thanks Orestis)
24  • Measure wall-clock time instead of CPU time for “locking” indicator.
25  • SetInputFocus to the i3lock window to force-close context menus
26  • Use RandR for learning about attached monitors
27
28 2017-06-21 i3lock 2.9.1
29
30  • Fix version number mechanism (for --version)
31  • Revert the fix for composited notifications, as it causes more issues than
32    it solves:
33    https://github.com/i3/i3lock/issues/130
34    https://github.com/i3/i3lock/issues/128
35
36 2017-05-26 i3lock 2.9
37
38  • i3lock.1: use signal names without SIG prefix
39  • Removed obsolete inactivity timeout
40  • Added version files for release tarball.
41  • Set font face
42  • Automatically unlock (without having to press <Enter>) one attempt which was
43    entered while authenticating
44  • Stop leaking the image_path dup
45  • Displaying locking message when grabbing the pointer/keyboard
46  • Display error message when locking failed
47  • Add Enter on C-m
48  • Change input slices to be exactly pi/3 in size instead of slightly more
49  • Fix covering of composited notifications using the XComposite extension
50  • Remove last traces of DPMS
51  • Use bsd_auth(3) instead of PAM on OpenBSD
52  • Restore intended behaviour and don't use mlock(2) on OpenBSD.
53
54 2016-06-04 i3lock 2.8
55
56  • Remove DPMS support in favor of a wrapper script and xset(1).
57  • Indicate that the --inactivity-timeout option takes an argument. (Thanks
58    Kenneth Lyons)
59  • fix pam_securetty: set PAM_TTY to getenv("DISPLAY")
60  • Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei)
61  • Show unlock indicator if password was entered during PAM verification
62  • Allow CTRL+J as enter and CTRL+H as backspace (Thanks Karl Tarbe)
63  • Flush xcb connection after opening fullscreen window (Thanks martin)
64  • Add support for `xss-lock --transfer-sleep-lock'
65
66 2015-05-20 i3lock 2.7
67
68  • Die when the X11 connection breaks during runtime (Thanks Eduan)
69  • Implement logging the number of failed attempts (Thanks koebi)
70  • Ignore password validation is pam is in wrong state (Thanks Neodyblue)
71  • Get current user with getpwuid() instead of using $ENV{USER} (Thanks Martin)
72  • Add support for Compose and dead-keys with libxkbcommon.
73    Requires libxkbcommon ≥ 0.5.0 (Thanks Daniel)
74  • Format the source using clang-format.
75  • Refresh pam credentials on successful authentication (for Kerberos and the
76    like) (Thanks James)
77  • List pressed modifiers on failed authentication (Thanks Deiz, Alexandre)
78  • Only redraw the screen if the unlock indicator is actually used
79    (Thanks Ingo)
80  • Make pkg-config configurable for cross-compilation (Thanks Nikolay)
81
82 2014-07-18 i3lock 2.6
83
84  • NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
85    This helps us get rid of all code that directly uses libX11
86  • Use cairo_status_to_string for descriptive errors.
87  • Add `-e` option to not validate empty password.
88  • Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
89  • Re-raise i3lock when obscured in a separate process
90  • Turn on the screen on successful authentication
91  • Delay to turn off the screen after wrong passwd
92  • Discard half-entered passwd after some inactivity
93  • Ignore empty passwd after repeated Enter keypress
94  • Scale the unlock indicator (for retina displays)
95
96 2013-06-09 i3lock 2.5
97
98  • NEW DEPENDENCY: Use libxkbcommon for input handling
99    This makes input handling much better for many edge cases.
100  • Bugfix: fix argument parsing on ARM (s/char/int/)
101  • Bugfix: free(reply) to avoid memory leak
102  • Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
103  • Bugfix: Fix centering the indicator in the no-xinerama case
104  • Only use mlock() on Linux, FreeBSD (for example) requires root
105  • promote the "could not load image" message from debug to normal
106  • s/pam_message/pam_response/ (Thanks Tucos)
107  • remove support for NOLIBCAIRO, cairo-xcb is widespread by now
108  • Allow XKB_KEY_XF86ScreenSaver as synonym for enter
109    This keysym is generated on convertible tablets by pressing a hardware
110    lock/unlock button.
111  • Allow passwordless PAM conversations (e.g. fingerprint)
112  • Add ctrl+u password reset
113  • Set window name to i3lock
114
115 2012-06-02 i3lock 2.4.1
116
117  • Bugfix: Correctly center unlock indicator after reconfiguring screens
118    (Thanks xeen)
119  • Bugfix: Revert shift lock handling (broke uppercase letters)
120  • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
121
122 2012-04-01 i3lock 2.4
123
124  • Bugfix: Fix background color when using cairo (Thanks Pascal)
125  • Only output text when in debug mode (fixes problems with xautolock)
126  • fallback when the image cannot be loaded
127  • Use (void) instead of () for functions without args (Thanks fernandotcl)
128
129 2012-03-15 i3lock 2.3.1
130
131  • Fix compilation on some systems
132
133 2012-03-15 i3lock 2.3
134
135   • Implement a visual unlock indicator
136   • Support ISO_Level5_Shift and Caps Lock
137   • Lock the password buffer in memory, clear it in RAM after verifying
138   • Fork after the window is visible, not before
139   • Bugfix: Copy the color depth from parent (root) window instead of
140     hardcoding a depth of 24
141
142 2011-11-06 i3lock 2.2
143
144   • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
145     this lead to some keypresses "slipping through" to the last focused window.
146   • Correctly handle Mode_switch/ISO_Level3_Shift
147   • Render to a pixmap which is used as background for the window instead of
148     copying contents on every expose event
149   • Handle screen resolution changes while screen is locked
150   • Manpage: document arguments for every option
151
152 2011-05-13 i3lock 2.1
153
154   • Accept return/backspace when the buffer of 512 bytes is full
155   • Handle numpad keys correctly
156   • Handle MappingNotify events
157   • Correctly check for errors when connecting to X11
158   • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
159   • don’t display debug output
160   • add NOLIBCAIRO flag to permit compilation without cairo
161
162 2010-09-05 i3lock 2.0
163
164   • Complete rewrite of i3lock. Now using xcb instead of Xlib.
165   • When a window obscures i3lock, it pushes itself back to the top again.
166   • Display version when starting with -v
167
168 2009-08-02 i3lock 1.1
169
170   • Implement background pictures (-i) and colors (-c)
171
172 2009-05-10 i3lock 1.0
173
174   • Implement PAM support
175   • Implement options for forking, beeping, DPMS
176
177 2009-05-01 i3lock 0.9
178
179   • First release, forked from slock 0.9