From c5e903fa1fd17b3cd788712f5524620498eedcba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Sep 2009 21:51:29 -0500 Subject: update Changes and bump version to 0.02 --- Changes | 8 ++++++++ dist.ini | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 22b793a..8c0e0e8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for App::Termcast +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 diff --git a/dist.ini b/dist.ini index e5dc748..a514620 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = App-Termcast -version = 0.01 +version = 0.02 author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs -- cgit v1.2.3-54-g00ecf