1 Revision history for AnyEvent-I3
5 * support the shutdown event
6 * use lib '.' for Perl 5.25.11+
10 * support the barconfig_update and binding event
14 * support the window event
18 * support the mode event
22 * support the GET_VERSION request with a fall-back to i3 --version
26 * taint mode fix: remove relative directories from $ENV{PATH}
30 * taint mode fix for FreeBSD
34 * Use i3 --get-socketpath by default for determining the socket path
35 * Bugfix: Also delete callbacks which are triggered due to an error
39 * Implement GET_BAR_CONFIG request
43 * Implement GET_MARKS request
44 * The synopsis mentioned ->workspaces, but it’s ->get_workspaces
48 * Implement GET_TREE request
52 * Add check to Makefile to abort in a Windows environment (neither i3 nor
53 unix sockets available)
57 * use getpwuid() to resolve ~ in socket paths instead of glob()
61 * use new default ipc-socket path, glob() path, bump version
69 * first upload to CPAN