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.

98 lines
3.7 KiB

  1. 2014-07-18 i3lock 2.6
  2. • NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
  3. This helps us get rid of all code that directly uses libX11
  4. • Use cairo_status_to_string for descriptive errors.
  5. • Add `-e` option to not validate empty password.
  6. • Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
  7. • Re-raise i3lock when obscured in a separate process
  8. • Turn on the screen on successful authentication
  9. • Delay to turn off the screen after wrong passwd
  10. • Discard half-entered passwd after some inactivity
  11. • Ignore empty passwd after repeated Enter keypress
  12. • Scale the unlock indicator (for retina displays)
  13. 2013-06-09 i3lock 2.5
  14. • NEW DEPENDENCY: Use libxkbcommon for input handling
  15. This makes input handling much better for many edge cases.
  16. • Bugfix: fix argument parsing on ARM (s/char/int/)
  17. • Bugfix: free(reply) to avoid memory leak
  18. • Bugfix: Use ev_loop_fork after fork, fixes forking on kqueue based OSes
  19. • Bugfix: Fix centering the indicator in the no-xinerama case
  20. • Only use mlock() on Linux, FreeBSD (for example) requires root
  21. • promote the "could not load image" message from debug to normal
  22. • s/pam_message/pam_response/ (Thanks Tucos)
  23. • remove support for NOLIBCAIRO, cairo-xcb is widespread by now
  24. • Allow XKB_KEY_XF86ScreenSaver as synonym for enter
  25. This keysym is generated on convertible tablets by pressing a hardware
  26. lock/unlock button.
  27. • Allow passwordless PAM conversations (e.g. fingerprint)
  28. • Add ctrl+u password reset
  29. • Set window name to i3lock
  30. 2012-06-02 i3lock 2.4.1
  31. • Bugfix: Correctly center unlock indicator after reconfiguring screens
  32. (Thanks xeen)
  33. • Bugfix: Revert shift lock handling (broke uppercase letters)
  34. • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
  35. 2012-04-01 i3lock 2.4
  36. • Bugfix: Fix background color when using cairo (Thanks Pascal)
  37. • Only output text when in debug mode (fixes problems with xautolock)
  38. • fallback when the image cannot be loaded
  39. • Use (void) instead of () for functions without args (Thanks fernandotcl)
  40. 2012-03-15 i3lock 2.3.1
  41. • Fix compilation on some systems
  42. 2012-03-15 i3lock 2.3
  43. • Implement a visual unlock indicator
  44. • Support ISO_Level5_Shift and Caps Lock
  45. • Lock the password buffer in memory, clear it in RAM after verifying
  46. • Fork after the window is visible, not before
  47. • Bugfix: Copy the color depth from parent (root) window instead of
  48. hardcoding a depth of 24
  49. 2011-11-06 i3lock 2.2
  50. • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
  51. this lead to some keypresses "slipping through" to the last focused window.
  52. • Correctly handle Mode_switch/ISO_Level3_Shift
  53. • Render to a pixmap which is used as background for the window instead of
  54. copying contents on every expose event
  55. • Handle screen resolution changes while screen is locked
  56. • Manpage: document arguments for every option
  57. 2011-05-13 i3lock 2.1
  58. • Accept return/backspace when the buffer of 512 bytes is full
  59. • Handle numpad keys correctly
  60. • Handle MappingNotify events
  61. • Correctly check for errors when connecting to X11
  62. • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
  63. • don’t display debug output
  64. • add NOLIBCAIRO flag to permit compilation without cairo
  65. 2010-09-05 i3lock 2.0
  66. • Complete rewrite of i3lock. Now using xcb instead of Xlib.
  67. • When a window obscures i3lock, it pushes itself back to the top again.
  68. • Display version when starting with -v
  69. 2009-08-02 i3lock 1.1
  70. • Implement background pictures (-i) and colors (-c)
  71. 2009-05-10 i3lock 1.0
  72. • Implement PAM support
  73. • Implement options for forking, beeping, DPMS
  74. 2009-05-01 i3lock 0.9
  75. • First release, forked from slock 0.9