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