v0.13.0
- Change the JSON structure in
radiotext_plus
: RT+ tags are now displayed as
an array of objects with content-type and data:
"radiotext_plus":{
"tags":[
{"content-type":"item.artist",
"data":"SeeB feat. Neev"},
{"content-type":"item.title",
"data":"Breathe"}
]
}
- Change the way frequencies are displayed for better machine readability, from
"frequency":"87.9 MHz"
to"kilohertz":87900
- Update jsoncpp from version 1.7.7 to 1.8.1