- potamus 0.13 Release the audio device in all cases where playing is stopped, rather than just when it's paused. Rework and simplify the player thread, and the interface code that controls it. Fix some drag-and-drop oddities: update the playing icon correctly when a row is dropped on the row that's currently playing, and update the previous/next buttons when reordering rows. When shuffling, don't get confused about which row is currently playing, and make sure the row that's currently playing remains visible. (Does anyone ever use the shuffle button? I don't.) - potamus 0.12 Start playing automatically when files are given on the command line, as other players do (suggested by Depaz). Add -lFLAC at the end of LIBS, not the start, which should fix link errors if your linker is picky about library ordering (reported by Bo-Erik Sandholm). Initialise the "matrix" field in ao_sample_format to NULL, which stops libao printing warnings to stderr. Distinguish between fatal and non-fatal errors while playing, where non-fatal errors are things like encountering unplayable files (suggested by Paul Nasca). This means Potamus will just skip over files it can't handle, rather than stopping, which is useful if you like to store metadata along with albums. - potamus 0.11 Use the medium-quality SRC resampling mode, not the best one. The best-quality mode is too slow to be useful (it can't do 48k to 44k1 on my 2.4GHz P4 in real time), and I can't hear a difference between the two. Assorted minor cleanups. - potamus 0.10 Use JACK directly, rather than depending on bio2jack. Assorted minor cleanups. - potamus 0.9 Initial release.