id3v2 v1.2.0 Release Notes

Release Date: 2020-06-07 // almost 4 years ago
  • ๐Ÿ†• ๐Ÿš€ New feature

    • โž• Add PopularimeterFrame #58 (thanks @dhulihan for implementation)

    ๐Ÿ› ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix race conditions in unknown frame #59 (thanks @astax-t)

    ๐Ÿฑ ๐Ÿƒโ€โ™€๏ธ Performance

    • ๐Ÿ‘Œ Improve performance for ISO encoding #61

      name old time/op new time/op delta WriteISO-4 21.7ยตs ยฑ 1% 9.3ยตs ยฑ 1% -57.01% (p=0.001 n=7+7)

      name old alloc/op new alloc/op delta WriteISO-4 47.2kB ยฑ 0% 5.2kB ยฑ 0% -88.93% (p=0.001 n=7+7)

      name old allocs/op new allocs/op delta WriteISO-4 71.0 ยฑ 0% 41.0 ยฑ 0% -42.25% (p=0.001 n=7+7)


Previous changes from v1.1.3

  • ๐Ÿ› ๐Ÿ› Bug fixes

    • ๐Ÿ– Handle empty strings encoded in UTF16 #53 (thanks @highend and @qkveri for bug reporting)