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