Skip to content

Releases: sp1ff/scribbu

0.7.0

03 Feb 17:10
Compare
Choose a tag to compare
scribbu release 0.7.0

0.6.23

31 Dec 16:08
Compare
Choose a tag to compare

This release fixes a serious bug (issue #7).

0.6.22

06 Dec 00:50
Compare
Choose a tag to compare

This release fixes a few issues:

  • addresses a lingering issue with unsynchronisation: when the last frame in an ID3v2.{3,4} tag ends in 0xff, and there is no padding, that should be treated as a false sync.
  • normalizes assorted creation flags (for both frames and tags) among the sub-commands xtag, genre, popm and text.
  • extends the text sub-command to operate on ID3v1 tags, if they're present and the frames being updated map naturally to an ID3v1 field.
  • closes issue 2
  • Beginning with glibc 2.4, the constant SIGSTKSZ is no longer a constant. Update main() to malloc the signal handler stack rather than allocating it on the stack.

0.6.18

15 May 21:43
Compare
Choose a tag to compare

This release contains improved error handling on non-existent files & adds support for computing the duration of MP3 files (see here for a description of the algorithm).

0.6.16

12 Mar 15:17
Compare
Choose a tag to compare

Numerous bug fixes as well as Arch & Debian binary packages (x86_64). See NEWS for details.