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