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
 
-App-MusicExpo version 0.005
+App-MusicExpo version 0.006
 ===========================
 
 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 |
     |---------+---------+-----------------+---------+-------+------+------|
 
   * Audio::FLAC::Header
   * HTML::Template::Compiled
-  * Memoize
-  * MP3::Tag
+  * MP3::Info
   * MP4::Info
   * Ogg::Vorbis::Header::PurePerl