0.2.6 "Been a while, will be a while longer" * Initial porting to GStreamer 0.10 series. 0.2.5 "Where in the Dapper is python-musicbrainz?" * Quick, dirty hack to make FUPlayer at least installable under Dapper (as Dapper lacks python-musicbrainz). The real solution is to make said package available (perhaps through an FUPlayer unofficial apt source). 0.2.4 "Some bling bling for the people" * Couldn't resist back-porting the scrolling track-playing label from my 0.3.0 development work, cuz it's F-in' cool. 0.2.3 "Smoke 'em if you've got 'em" * Bug fix: add missing dependency on python-pyvorbis in debian/control. Thanks again, pulp (https://launchpad.net/people/pulp). 0.2.2 "200 More Bugs" * Bug fix: disabled extraction of the 'nice' part of the HAL drive UDI (e.g. 'NEC_DVD_RW_ND_3540A'). This isn't being used anywhere right now anyway and the regular expression isn't matching for some drive UDI's, which prevented FUPlayer from starting. Thanks, pulp (https://launchpad.net/people/pulp). 0.2.1 "Seriously, people, file a bug if it wont start!" * In the Library, the column headers for the Artist and Album lists are now clickable: clicking them selects ANY. * make_row() methods in happytreemodels now return tuples, which offer a slight performance improvement. * Double clicking a playable in the Places view will start playing the first track in that playable. * Bug fix: if playing from a CD or a Scratch List at shutdown, if said CD or Drive is absent at next startup, the track at that index in the Library would start playing; now the Library is shown, but no track is resumed. * Bug fix: FUPlayer will now actually start even if ~/.fuplayer/ doesn't exist! Thanks to Mike O'Brien (http://www.mike-obrien.net) for bringing this to my attention! * Bug fix: playlist names is Places view were only ellipsized after an edit; now they are at startup as well. 0.2.0 "F-yeah!" * Fundamental redesign of GUI and underlying model. FUPlayer now uses an iTunes style interface. * New interface is very snappy and does not suffer from the performance issues of 0.11. * Having no CDROM drive no longer breaks FUPlayer. * Support for MusicBrainz extended metadata (artistid, albumid, etc.). * Proper multi-artist album support. * MusicBrainz disc metadata caching for offline use. * CD metadata is now editable. * Now warns user if ripping a CD will overwrite existing files. * GNOME session awareness. * Switched to a more conventional Major.Minor.Micro version naming. 0.11 "Still ugly on the inside" * Fixed important typo in README.html: previously it said that Ripping is broken on powerpc, whereas it is in fact Burning that is broken on powerpc. * Fixed regular expression for extracting final "human readable" portion of drive UDI in fup_dbus.py. I wrongly assumed that, like on my desktop drives, the UDI would always have two underscores before the human readably portion, whereas for some it will have only one underscore. 0.10 "Ugly on the inside" * Initial release