Bump version and update Changes
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Aug 2015 22:05:04 +0000 (01:05 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Aug 2015 22:05:04 +0000 (01:05 +0300)
Changes
README
lib/App/MusicExpo.pm

diff --git a/Changes b/Changes
index fb60124212b4a67796ef1b3e083f121e89bc9e70..979d76b345a4a600c4878b63ec56012e5d32b850 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension App::MusicExpo.
 
 Revision history for Perl extension App::MusicExpo.
 
+0.006 2015-08-02T01:05+03:00
+ - Use fragments for music player to allow linking
+ - Fix caching
+ - Work with raw bytes instead of UTF-8
+ - Replace MP3::Tag with MP3::Info
+ - Simplify code and tests
+
 0.005 2015-04-02T22:51+03:00
  - Add a javascript player
  - Add example CSS
 0.005 2015-04-02T22:51+03:00
  - Add a javascript player
  - Add example CSS
diff --git a/README b/README
index fce050817692544307eeb2cd53c8dee61d2783e2..95fb3ebd9d00632dc49633c0fc0e9be80c8eca63 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-App-MusicExpo version 0.005
+App-MusicExpo version 0.006
 ===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
 ===========================
 
 App::MusicExpo creates a HTML table from a list of songs.
 
-The default template (named index.tmpl here)looks like:
+The default template (named index.tmpl here) looks like:
 
     | Title   | Artist  | Album           | Genre   | Track | Year | Type |
     |---------+---------+-----------------+---------+-------+------+------|
 
     | Title   | Artist  | Album           | Genre   | Track | Year | Type |
     |---------+---------+-----------------+---------+-------+------+------|
@@ -29,8 +29,7 @@ This module requires these other modules and libraries:
 
   * Audio::FLAC::Header
   * HTML::Template::Compiled
 
   * Audio::FLAC::Header
   * HTML::Template::Compiled
-  * Memoize
-  * MP3::Tag
+  * MP3::Info
   * MP4::Info
   * Ogg::Vorbis::Header::PurePerl
 
   * MP4::Info
   * Ogg::Vorbis::Header::PurePerl
 
index 9422a07eb9e12921be309d7fe7b8ae1fcfde6f6a..7cdf6e29441f15fdf2493d1e893c8e966aeb66e6 100644 (file)
@@ -3,7 +3,7 @@ use v5.14;
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.005';
+our $VERSION = '0.006';
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
 
 use Audio::FLAC::Header qw//;
 use HTML::Template::Compiled qw//;
This page took 0.012035 seconds and 4 git commands to generate.