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