-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
138 lines (84 loc) · 3.96 KB
/
Changes
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Release Name: 0.4101 2010-08-20
* Added File::Slurp and File::stat as a requirement
Release Name: 0.4101 2010-08-20
* Added DateTimeX::Easy as a requirement
Release Name: 0.4101 2010-08-16
* Another rewrite of the method system. Now you can pass
pbp=>1 when importing to get PBP style get_ and set_ methods.
* Bugfixes and POD cleaning
* Added a test module for module testing
Release Name: 0.40_03 2010-08-01
* Text::Levenshtien was not being detected.
Release Name: 0.40_02 2010-07-28
* Fixed minor testing issue, which caused test to assume that
Text::Levenshtien was installed.
Release Name: 0.40_01 2010-07-27
* Normalized Version number accross plugins
* Started using git and github
* Added capability methods to plugins (required_values, set_values
and saved_values). Not sure what to do with them now...
* Significant improvment in testing, which found bugs that
were fixed.
* Tracknum and Discnum didn't work correctly
* Epoch times failed completly.
* Fixed severe memory leak by with weaken
* Changed accessor modules to not use Autoload
* Fixed a few open file handles that didn't have a close.
Release Name: 0.33 2008-02-24
* Revised POD (thanks Ivan Tubert-Brohman for Test::Spelling!)
* Added the ability for plugins to set a verbosity level with
status method
* Added datamethods upc and ean with value checking. Sets one if
other is set.
* Cleaned up some of the code
* Started using Pod::Readme for README and CHANGES
Release Name: 0.32 2008-02-23
* Fixed critical bug with Term::ANSIColor
Release Name: 0.31 2008-02-22
* Added example
* Added used_datamethods method
Release Name: 0.30 2008-02-20
* Config::Options .07 now required
* POD and Kwalitee changes
Release Name: 0.29
* Fixed bug in autoplugin default settings preventing ogg and flac
from working.
Release Name: 0.28 2008-02-11
* Seperated plugins into seperate distributions
* Revised module detection code to actually work
* Plugins for autoplugin process are now loaded based on a new
option, autoplugin This option is a hash ref of file extenstions
to plugins
* Revised POD
* Added simple test script now that plugins have been seperated
* Revised help in musictag script
* Added option to use --[presetname] to call a preset in musictag
Release Name: 0.27 2007-12-17
* More documentation and tested POD.
* datamethods method now can be used to add new datamethods
* Added test for MusicBrainz and Amazon plugins
* Revised releasedate and recorddate internal storage to store as
releasetime and recordtime -- with full timestamps
* Added releasetime, recordtime, releaseepoch, and recordepoech
datamethods
* Support for TIME ID3v2 tag
* After much thought, replaced Ogg::Vorbis::Header with
Ogg::Vorbis::Header::PurePerl and added vorbiscomment to write
tags
* Revised OGG and FLAC plugins to clean up code (much slicker now)
Release Name: 0.26 2007-12-10
* Removed several prerequistes that weren't used
* Fixed error in README about prerequisite
Release Name: 0.25
* Support many more tags for flac, ogg, and m4a
* Removed autotag safetag quicktag musictag musicsort musicinfo
scripts All is done by musictag now
* Added tests for some plugins. More to do!
* Bug Fixes
* Documentation improvments
* Added preset option for musictag
Release Name: 0.24
* Bug Fixes
* Revised MP3 Tags to read Picard tags
Release Name: 0.23
* Initial Public Release