You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
7.2 KiB

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