summaryrefslogtreecommitdiffstats
path: root/Changes
blob: a3fa41d43eae748a164878223329a6fc9b3702b4 (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
Revision history for App::Termcast

0.04     04/18/2010
    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     03/27/2010
    Reconnect to the termcast server if the connection is interrupted

0.02     09/27/2009
    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     07/11/2009
    A few more bug fixes, and actual tests

0.01_02  07/10/2009
    A few bug fixes

0.01_01  07/10/2009
    Initial release