Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Aug 2015 19:42:00 +0000 (22:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Aug 2015 19:42:00 +0000 (22:42 +0300)
Changes
README
lib/App/NAOdash.pm
lib/App/Web/NAOdash.pm
lib/NetHack/NAOdash.pm

diff --git a/Changes b/Changes
index 0a325ce0748dd9d5b197a8b1c06cc648c1f8c4bf..a528348d4e53035104dc4b9f8a978020b89ec72d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 Revision history for Perl extension NetHack::NAOdash.
 
+0.002 2015-08-22T22:42+03:00
+ - Improve accessibility for colorblind users by using underlines in
+   addition to colors
+ - Add caching
+ - Add a index page to the web interface
+
 0.001 2015-07-02T13:16+03:00
 - Initial release
+ - Initial release
diff --git a/README b/README
index 3f57d70a81f283dea7a4af7e124f56ca3c37f47b..cf73f1367fdb51707aa15c605d59c4679994cccd 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-NetHack-NAOdash version 0.001
+NetHack-NAOdash version 0.002
 =============================
 
 NetHack is a roguelike (a kind of video game) and NAO
index 0938a4b26b1bd61ef27de3d491c9691441d5d293..85a52709b034e372002af8b01c908f4cd5270ec1 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use re '/saa';
 use utf8;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 use Encode qw/encode/;
 use File::Slurp;
index a9d04821d4b0938f1a80a5dd9777782d70ccfc49..985aaccd5f3bf94be8816edd21e6e949cd35987e 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use re '/saa';
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 use Digest::SHA qw/sha256_base64/;
 use File::Slurp;
index c9e376f28c1bd3f45de0296bb74f04b5cd8eaed2..23383493431bc5563489f54301013242c9c4378f 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use re '/saa';
 use parent qw/Exporter/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 our @EXPORT_OK = qw/naodash_xlog naodash_user/;
 our @EXPORT = @EXPORT_OK;
 
This page took 0.014359 seconds and 4 git commands to generate.