aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: 93a1e728662577f59ebc70b1ceb44171e5ac5c59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Revision history for Music-Lyrics-LRC

0.14    2018-03-05

 - Correct fatal error in documentation example code

0.13    2018-02-21

 - Fix botched Changes file for previous release...

0.12    2018-02-21

 - Begin signing distributions with Module::Signature

0.11    2017-12-08

 - Add basic load() and save() method tests

0.10    2017-12-06

 - Add dependency links to documentation

0.09    2017-11-02

 - Tolerate single-digit seconds in lyric timestamps

0.08    2017-11-02

 - Handle blank lyric lines correctly
 - Documentation correction

0.07    2017-11-02

 - Parse any resolution of fractional seconds in input, including no fractional
   seconds at all
 - Remove msec_to_ts() and ts_to_msec() functions, replaced with internals not
   documented
 - Add a verbose flag to the constructor to control the emission of warnings
   for unparsed lines from files

0.06    2017-11-02

 - Correct syntax of output file: the format uses a period for the fractional
   second separator, not a colon

0.05    2017-11-02

 - Documentation corrections
 - LICENSE file

0.04    2017-11-02

 - Documentation corrections and fixed parameter validation.

0.03    2017-11-01

 - First CPAN release, with some documentation and a very simple and not yet
   comprehensive test suite.

0.02    2017-11-01

 - All of the interface methods I have in mind now implemented and tested, and
   passing some very un-rigorous testing. No proper test suite yet and
   documentation still skeletal.

0.01    2017-10-06

 - Beginnings of development; load() method barely working.