-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHistory.txt
85 lines (55 loc) · 2.16 KB
/
History.txt
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
== 0.4.2 2013-04-21
* 1 tiny enhancement:
* Including README in gemspec again
== 0.4.1 2013-04-20
* 1 tiny enhancement:
* Switched from iconv to built-in encoding
== 0.4.0 2009-09-22
* 1 enhancement:
* Converting UTF-8 FLAC tag data to ISO-8859-1 MP3 data for good iTunes display
* 1 change:
* Switched tests from rspec/mocha to bacon/facon
== 0.3.2 2008-11-29
* 3 enhancements:
* Added command-line option for only converting metadata
* Added new command for metadata conversion
* Added class method for metadata conversion
== 0.3.1 2008-10-17
* 1 enhancement:
* Content grouping ('tag', 'grouping') now carried over from FLAC to MP3 tags
== 0.3.0 2008-07-29
* 2 enhancements:
* Now has a configuration file, ~/.flac2mp3, where options can be stored.
Options given on the command-line override any configuration options.
* Greatly refactored internals, though the command-line operation remains the same.
== 0.2.8 2008-07-21
* 1 enhancement:
* Can now take encoding options for lame (defaults to --preset standard)
== 0.2.7 2008-06-27
* 1 enhancement:
* Can now run in silent mode
== 0.2.6 2008-06-25
* 1 enhancement:
* Can now optionally delete the original FLAC file after conversion.
== 0.2.5 2008-05-12
* 1 bug fix:
* Composer now actually carried over from FLAC to MP3 tags, not just thought to be.
* 3 enhancements:
* Compilation flag carried over.
* Track total carried over in addition to track number.
* Disc total and disc number carried over.
== 0.2.4 2008-04-28
* 1 bug fix:
* Numeric track descriptions were converted to integers, which caused setting the MP3 data (using ruby-mp3info) to raise an exception. They are now left as strings.
== 0.2.3 2008-04-18
* 1 bug fix:
* Comment is now taken from the correct source FLAC tag (description, not comment)
== 0.2.2 2008-04-18
* 1 bug fix:
* BPM is now actually carried over from FLAC to MP3 tags, not just thought to be.
== 0.2.1 2008-03-30
* 1 bug fix:
* Numeric track titles were converted to integers, which caused setting the MP3 data (using ruby-mp3info) to raise an exception. They are now left as strings.
== 0.2.0 2007-12-07
* 1 major enhancement:
* Initial release