X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3lock;a=blobdiff_plain;f=CHANGELOG;h=0d61fe0da79b73b34ecf1b905b7a5052fcfbf382;hp=d2bac95a9cea0faa923266ee55e799a3a2c34be1;hb=HEAD;hpb=8e6e47fe0ad80b32fbf81cb69774191adb69e862 diff --git a/CHANGELOG b/CHANGELOG index d2bac95..0d61fe0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,30 @@ +2018-10-18 i3lock 2.11.1 + + • Fix dist tarball by including I3LOCK_VERSION + +2018-10-10 i3lock 2.11 + + • Switch to autotools + • Display an error when backspace is pressed without any input + • Print an error when a non-PNG file is opened + (i3lock only supports PNG files) (Thanks eplanet) + • Don’t unnecessarily check the xcb_connect return value, + it is known never to be NULL (Thanks SegFault42) + • Fix memory leak when grabbing fails (Thanks karulont) + • Respect Xft.dpi for determining the unlock indicator’s scale factor + • Discard pending password verification attempts + when a new password is entered (Thanks layus) + +2017-11-25 i3lock 2.10 + + • Only use -lpam when not on OpenBSD (Thanks Kaashif) + • locale: treat empty string same as unset (Thanks Ran) + • Fix overwrite of getopt optind (Thanks jakob) + • Immediately hide the unlock indicator after ESC / C-u (Thanks Orestis) + • Measure wall-clock time instead of CPU time for “locking” indicator. + • SetInputFocus to the i3lock window to force-close context menus + • Use RandR for learning about attached monitors + 2017-06-21 i3lock 2.9.1 • Fix version number mechanism (for --version)