Bump version and update Changes 0.004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Oct 2014 12:18:03 +0000 (15:18 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Oct 2014 12:18:03 +0000 (15:18 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index 0d7f3506e81a274d7acddd3bb98b9ee51f5745f7..483b57251f22da7aa5e4cc44aaa027cf97f31a04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::MusicExpo.
 
+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
+
 0.003003 2014-09-07T00:56+03:00
  - Switch to JSON::MaybeXS
  - Handle UTF-8 correctly
diff --git a/README b/README
index 7b0eb401cdd4e30d3269e2c0267440dd6b825cf7..58a84465d19d236c08b37860abb62e35c28a5307 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-MusicExpo version 0.003002
-==============================
+App-MusicExpo version 0.004
+===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
@@ -31,7 +31,8 @@ This module requires these other modules and libraries:
   * HTML::Template::Compiled
   * Memoize
   * MP3::Tag
-  * DB_File
+  * MP4::Info
+  * JSON::MaybeXS
   * Ogg::Vorbis::Header::PurePerl
 
 COPYRIGHT AND LICENCE
index 0b3276cab35784406e1f29a145af1276d9362ea4..bf7707078223a04698aba63923e7d5e1b0b9a64a 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
-our $VERSION = '0.003003';
+our $VERSION = '0.004';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
This page took 0.012898 seconds and 4 git commands to generate.