Fix t/musicexpo-cache.t for AAC
[app-musicexpo.git] / Changes
1 Revision history for Perl extension App::MusicExpo.
2
3 1.002 2016-10-22T18:40+01:00
4 - Make all tag parsing libraries optional ("recommends" in META.json)
5 - Don't die when fed unrecognised files (ignore them instead)
6 - Mark as stable
7
8 1.001_001 2016-08-20T10:38-04:00
9 - Implement opus using Audio::Opusfile
10 - Next stable version should make all tag parsing libraries optional
11
12 1.001_000 2016-07-22T23:39-04:00
13 - Implement opus badly (by calling opusinfo)
14 - Next version should use libopusinfo
15
16 1.000 2016-05-21T18:40+01:00
17 - Make perlcritic happy and add perlcritic test
18 - Mark as stable
19
20 0.006 2015-08-02T01:05+03:00
21 - Use fragments for music player to allow linking
22 - Fix caching
23 - Work with raw bytes instead of UTF-8
24 - Replace MP3::Tag with MP3::Info
25 - Simplify code and tests
26
27 0.005 2015-04-02T22:51+03:00
28 - Add a javascript player
29 - Add example CSS
30 - Drop JSON
31 - Drop taint mode
32 - Update the default template
33
34 0.004 2014-10-25T15:20+03:00
35 - Add MP4 support
36 - Use tags from all versions of a file, not just from the first one
37
38 0.003003 2014-09-07T00:56+03:00
39 - Switch to JSON::MaybeXS
40 - Handle UTF-8 correctly
41
42 0.003002 2014-08-17T02:05+03:00
43 - CPAN Day cleanup release
44 - Improve musicexpo POD
45 - Set POD encoding to utf-8
46 - Reindent and refactor Makefile.PL
47 - Update README
48 - Update copyright years
49
50 0.003001 2014-01-02T12:33:11
51 - Make empty.ogg longer (RT #91794 and #43693)
52 - Add SIGN => 1 to Makefile.PL
53 - Add repository and dynamic_config: 0 to META
54 - Convert changelog to CPAN::Changes format
55
56 0.003 2013-09-03
57 - Support OGG Vorbis
58 - Group files with same basename
59 - URL-escape filenames
60
61 0.002 2013-08-18T10:41:44+03:00
62 - Depend on less modules
63 - Move default format inside the module
64 - Do not cache by default
65 - Change musicexpo's command-line arguments
66 - Depend on a newer MP3::Tag
67 - Write more tests
68
69 0.001001 2013-06-18
70 - Add EXE_FILES, MIN_PERL_VERSION
71 - Depend on DB_File
72
73 0.001 2013-06-17
74 - Initial release
This page took 0.022245 seconds and 4 git commands to generate.