]> git.sur5r.net Git - i3/i3/blob - AnyEvent-I3/Changes
Merge branch 'release-4.16.1'
[i3/i3] / AnyEvent-I3 / Changes
1 Revision history for AnyEvent-I3
2
3 0.18    2017-08-19
4
5    * support the GET_CONFIG command
6
7 0.17    2017-04-09
8
9    * support the shutdown event
10    * use lib '.' for Perl 5.25.11+
11
12 0.16    2014-10-03
13
14    * support the barconfig_update and binding event
15
16 0.15    2013-02-18
17
18     * support the window event
19
20 0.14    2012-09-22
21
22     * support the mode event
23
24 0.13    2012-08-05
25
26     * support the GET_VERSION request with a fall-back to i3 --version
27
28 0.12    2012-07-11
29
30     * taint mode fix: remove relative directories from $ENV{PATH}
31
32 0.11    2012-07-10
33
34     * taint mode fix for FreeBSD
35
36 0.10    2012-07-09
37
38     * Use i3 --get-socketpath by default for determining the socket path
39     * Bugfix: Also delete callbacks which are triggered due to an error
40
41 0.09    2011-10-12
42
43     * Implement GET_BAR_CONFIG request
44
45 0.08    2011-09-26
46
47     * Implement GET_MARKS request
48     * The synopsis mentioned ->workspaces, but it’s ->get_workspaces
49
50 0.07    2010-11-21
51
52     * Implement GET_TREE request
53
54 0.06    2010-06-16
55
56     * Add check to Makefile to abort in a Windows environment (neither i3 nor
57       unix sockets available)
58
59 0.05    2010-06-09
60
61     * use getpwuid() to resolve ~ in socket paths instead of glob()
62
63 0.04    2010-03-27
64
65     * use new default ipc-socket path, glob() path, bump version
66
67 0.03    2010-03-26
68
69     * fix MANIFEST
70
71 0.02    2010-03-23
72
73     * first upload to CPAN