aboutsummaryrefslogtreecommitdiff
path: root/AnyEvent-I3/Changes
blob: d9fe55a20fec174acf76366aa0940129772dbb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Revision history for AnyEvent-I3

0.19    2024-04-09

   * use Carp for errors (includes stacktraces)
   * introduce (preferred) RUN_COMMAND spelling
   * migrate tooling to ExtUtils::MakeMaker
   * implement the tick event
   * introduce the sync IPC command
   * introduce the GET_BINDING_STATE IPC command

0.18    2017-08-19

   * support the GET_CONFIG command

0.17    2017-04-09

   * support the shutdown event
   * use lib '.' for Perl 5.25.11+

0.16    2014-10-03

   * support the barconfig_update and binding event

0.15    2013-02-18

    * support the window event

0.14    2012-09-22

    * support the mode event

0.13    2012-08-05

    * support the GET_VERSION request with a fall-back to i3 --version

0.12    2012-07-11

    * taint mode fix: remove relative directories from $ENV{PATH}

0.11    2012-07-10

    * taint mode fix for FreeBSD

0.10    2012-07-09

    * Use i3 --get-socketpath by default for determining the socket path
    * Bugfix: Also delete callbacks which are triggered due to an error

0.09    2011-10-12

    * Implement GET_BAR_CONFIG request

0.08    2011-09-26

    * Implement GET_MARKS request
    * The synopsis mentioned ->workspaces, but it’s ->get_workspaces

0.07    2010-11-21

    * Implement GET_TREE request

0.06    2010-06-16

    * Add check to Makefile to abort in a Windows environment (neither i3 nor
      unix sockets available)

0.05    2010-06-09

    * use getpwuid() to resolve ~ in socket paths instead of glob()

0.04    2010-03-27

    * use new default ipc-socket path, glob() path, bump version

0.03    2010-03-26

    * fix MANIFEST

0.02    2010-03-23

    * first upload to CPAN