Bump version to 0.003005, update Changes and README.
[catagits/Gitalist.git] / lib / Gitalist.pm
index 28e79ae..89e7d1f 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.003004';
+our $VERSION = '0.003005';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(
@@ -217,6 +217,15 @@ C<.psgi> found under C<scripts/>:
 The Gitalist config is loaded with L<Catalyst::Plugin::ConfigLoader>
 and the available config options are:
 
+=over
+
+=item no_gravatars
+
+If true don't display gravatars. May be desirable if you are worried about
+leaking repo names via the browser referer headers.
+
+=back
+
 =head2 Model::CollectionOfRepos
 
 =over