Browse Source

Checking in changes prior to tagging of version 0.02.

Changelog diff is:

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
master 0.02
Alex 'AdUser' Z 9 years ago
parent
commit
86485a1896
  1. 11
      Changes
  2. 2
      twatch-lite

11
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

2
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",

Loading…
Cancel
Save