diff --git a/Changes b/Changes index 8f027cc..01a5f43 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for perl script twatch-lite +0.02 2015-06-10 + + - drop 'defaults' section from config + * case-insensitive match + * add 'Processing' message + * hide 'Processing' message by default + * update pod + * replace 'use' option with 'linktype' + * add note about 'linktype' option + * change default handling for 'lookup' option + 0.01 2015-05-27 - First public release diff --git a/twatch-lite b/twatch-lite index bd40300..7895704 100755 --- a/twatch-lite +++ b/twatch-lite @@ -11,7 +11,7 @@ use LWP::UserAgent; use XML::Feed; ##### variables -our $VERSION = '0.01'; +our $VERSION = '0.02'; my %opts = ( config => "$ENV{HOME}/.config/twatch-lite/config", state => "$ENV{HOME}/.config/twatch-lite/state",