Bump version and update Changes 0.005
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Apr 2015 19:51:06 +0000 (22:51 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Apr 2015 19:51:06 +0000 (22:51 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 483b57251f22da7aa5e4cc44aaa027cf97f31a04..fb60124212b4a67796ef1b3e083f121e89bc9e70 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension App::MusicExpo.
 
+0.005 2015-04-02T22:51+03:00
+ - Add a javascript player
+ - Add example CSS
+ - Drop JSON
+ - Drop taint mode
+ - Update the default template
+
 0.004 2014-10-25T15:20+03:00
  - Add MP4 support
  - Use tags from all versions of a file, not just from the first one
diff --git a/README b/README
index 58a84465d19d236c08b37860abb62e35c28a5307..fce050817692544307eeb2cd53c8dee61d2783e2 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-MusicExpo version 0.004
+App-MusicExpo version 0.005
 ===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
@@ -32,12 +32,11 @@ This module requires these other modules and libraries:
   * Memoize
   * MP3::Tag
   * MP4::Info
-  * JSON::MaybeXS
   * Ogg::Vorbis::Header::PurePerl
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.14.2 or,
index 32c780623351a5fe41b06d43554bd2a5d68a1fd9..4ff61baaa9d548494a75433d87f74aa21522f796 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
@@ -238,7 +238,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2013-2014 by Marius Gavrilescu
+Copyright (C) 2013-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.14.2 or,
This page took 0.013051 seconds and 4 git commands to generate.