Skip to content

Commit

Permalink
update the changelog/readme for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Jul 18, 2014
1 parent 4724d4a commit 7bb1526
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2014-07-18 i3lock 2.6

• NEW DEPENDENCY: use libxkbcommon-x11 instead of libX11
This helps us get rid of all code that directly uses libX11
• Use cairo_status_to_string for descriptive errors.
• Add `-e` option to not validate empty password.
• Bugfix: update the initial keyboard modifier state (Thanks lee, Ran)
• Re-raise i3lock when obscured in a separate process
• Turn on the screen on successful authentication
• Delay to turn off the screen after wrong passwd
• Discard half-entered passwd after some inactivity
• Ignore empty passwd after repeated Enter keypress
• Scale the unlock indicator (for retina displays)

2013-06-09 i3lock 2.5

• NEW DEPENDENCY: Use libxkbcommon for input handling
Expand Down
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Requirements
- libx11-dev
- libx11-xcb-dev
- libxkbfile-dev
- libxkbcommon >= 0.2.0
- libxkbcommon >= 0.4.0
- libxkbcommon-x11 >= 0.4.0

Running i3lock
-------------
Expand Down

0 comments on commit 7bb1526

Please sign in to comment.