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