]> git.sur5r.net Git - i3/i3/commitdiff
support the barconfig_update and binding event, tag 0.16
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 3 Oct 2014 07:39:10 +0000 (09:39 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 16:13:19 +0000 (18:13 +0200)
Changes
lib/AnyEvent/I3.pm

diff --git a/Changes b/Changes
index ab63dd0622ece8d641afac1a01b4a72febc6e32e..dd68f4cbf4d3068fd5cf48cadf993eb2051cc96e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for AnyEvent-I3
 
+0.16    2014-10-03
+
+   * support the barconfig_update and binding event
+
 0.15    2013-02-18
 
     * support the window event
index e472ccc619ac5e0f1141e81f713c4d5e30073645..9f93519ebc45a766523997a1507f57ab473f9368 100644 (file)
@@ -16,11 +16,11 @@ AnyEvent::I3 - communicate with the i3 window manager
 
 =cut
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 =head1 VERSION
 
-Version 0.15
+Version 0.16
 
 =head1 SYNOPSIS
 
@@ -112,6 +112,8 @@ my %events = (
     output => ($event_mask | 1),
     mode => ($event_mask | 2),
     window => ($event_mask | 3),
+    barconfig_update => ($event_mask | 4),
+    binding => ($event_mask | 5),
     _error => 0xFFFFFFFF,
 );