New stable version : v1.0.1
This is a bug-fix release. The most important is a bug that could damage
flac files when editing their tags with non-ascii characters when using
perl 5.10.
I apologize if anybody lost some files because of this bug. Although of
course you should always have backups.
Technical details of this bug :
This bug was due to a change in perl 5.10, where pack('V/a*',$a) return
a variable with the utf8 flag if $a has it, unless "use bytes" is used.
This behavior is IMHO stupid because the returned variable is not even a
string. I, of course, could have avoided this by being more careful when
writing this code (by using bytes::length instead of length for
example).
Changes in version 1.0.1
========================
- Fixed bug when writing flac tags with non-ascii characters with perl
5.10, that could damage the file
- Fixed searching for artist pictures on last.fm
- Fixed replaygain tags not written correctly (only one of the 5 fields
was written, and with the locale's decimal separator, rather than ".")
- use Net::DBus::GLib when available rather the hack to connect
Net::DBus to the Glib mainloop
- Fixed some resizing problems with the FB container
- Renamed the mozembed plugin to webcontext, it can now use either
Gtk2::MozEmbed or Gtk2::WebKit
- added -add command-line option to add files/folders to the library
- added -playlist, -enqueue, -addplaylist, and -insertplaylist
command-line options
- updated translations : spanish (jjgomera), polish (tizzilzol team)
(Continue reading)