summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 5d1804f67c0202f040f5141d9091e40f7094cd33 (plain) (blame)
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
Revision history for App-Termcast

{{$NEXT}}
      - Handle disconnection better (make sure old connections are really
        dropped, stop pegging cpu after reconnect)

0.11  2012-03-07
      - Add some more options to stream_ttyrec
      - Convert to use Term::Filter

0.10  2011-04-14
      - Better handling of the terminal's raw mode, especially during
        reconnections
      - Ensure that the server actually accepts our password
      - Send terminal geometry with hello
      - Send terminal geometry metadata on the fly
      - Make the test suite a bit more reliable

0.09  2010-11-03
      - More window resizing fixes

0.08  2010-11-03
      - Clean up a few more edge cases with disconnects and window resizing
        (doy, jasonmay)
      - Repeatedly attempt reconnects if they fail, rather than just giving up
        after trying once

0.07  2010-06-15
      - Refactor the establishment message (the first line sent to the termcast
        server) to its own attribute (jasonmay)

      - Convert to more dzil stuff

0.06  2010-04-19
      - Fix reconnecting (was using wrong method name)

0.05  2010-04-18
      - Fix the default termcast server (how did that get changed?)

0.04  2010-04-18
      - Stop ending the session when there is an error while writing to the
        termcast server

      - Refactor the code a bit to allow sending arbitrary data to the termcast
        server without requiring an interactive session

      - Add a script to stream a ttyrec file to the termcast server

      - The command for the run method to run is now required to be passed to
        the run method, rather than figuring it out from ARGV directly

0.03  2010-03-27
      - Reconnect to the termcast server if the connection is interrupted

0.02  2009-09-27
      - Add new option --bell-on-watcher to send a bell to your terminal
        whenever a watcher connects

      - Stop dying when the terminal is resized

      - Use Scope::Guard to better clean up ReadMode when we're done

0.01  2009-07-11
      - A few more bug fixes, and actual tests

0.01_02  2009-07-10
      - A few bug fixes

0.01_01  2009-07-10
      - Initial release