From 20777892447d945b647aa23daf38f25c90ff50a8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 3 Oct 2014 09:39:10 +0200 Subject: [PATCH] support the barconfig_update and binding event, tag 0.16 --- Changes | 4 ++++ lib/AnyEvent/I3.pm | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ab63dd06..dd68f4cb 100644 --- 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 diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index e472ccc6..9f93519e 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -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, ); -- 2.39.2