## 0.2.2
-
Fix a numbering bug
-
Removed tracks filtering
## 0.2.1
-
Updated license and license identifier in gem.
## 0.2.0
-
Fix zero padding in numbering and filename order.
-
Switch to HTTPS and use Discogs Auth through user tokens.
-
Get images only through the API as intended.
## 0.1.7
-
Fix http requests to work with the current API.
-
All stdout output is valid YAML.
-
Sort tracklist of output release file in filename order.
-
Get artwork from the s.pixogs.com domain.
## 0.1.6
-
Can now generate release files from audio file tags.
-
Add the release metadata saving functionality and loading logic.
## 0.1.5
-
Dummy song entries have empty pos, not nil (came with JSON change).
## 0.1.4
-
Remove the discogs-wrapper gem dependency and directly call the Discogs API with JSON output format.
-
Most of the common release format abbreviations are in place.
-
Always start numbering of track lists from 1 (“A” becomes “A1”).
-
Numbering in artist name can also appear before the article, strip it.
## 0.1.3
-
Release format string is now abbreviated for file naming.
-
Add the fake command prefix to avoid writing to disk.
-
Start to keep a change log.