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.

84 lines
3.1 KiB

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