From: Marius Gavrilescu Date: Sat, 25 Oct 2014 12:18:03 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.004^0 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=0397e9d0174ed48b439512065209fc4652f2a343 Bump version and update Changes --- diff --git a/Changes b/Changes index 0d7f350..483b572 100644 --- 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 7b0eb40..58a8446 100644 --- 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 diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index 0b3276c..bf77070 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -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//;