Version 0.0.4 (11th April 2014) ------------- Fix API breakage in GTK+-3.12 (the buttons of GtkDialog objects have been made internal instead of non-internal children of the action area box) (dialog.h, dialog.cpp). Adopt TaskManager implementation (mainwindow.h, mainwindow.cpp). Update build system to automake-1.13.3 (config.guess, config.sub, depcomp, INSTALL). Version 0.0.3 (2nd June 2013) ------------- Adopt c++-gtk-utils-2.2 >= 2.1.0 (acinclude.m4, configure.ac, README, mainwindow.cpp). Update build system to automake-1.13.1 (configure.ac, aclocal, config.guess, config.sub, depcomp, INSTALL, install-sh, missing). Remove unnecessary pointer value check in present_prog() (main.cpp). Move test for c++0x/c++11 compiler flags (acinclude.m4). Version 0.0.2 (11th July 2012) ------------- Make the program a single instance program (dialogs.h, dialogs.cpp, main.cpp, mainwindow.h). Save intermediate playlist results via a timer (mainwindow.h, mainwindow.cpp). Set the textdomain for gettext (main.cpp). Simplify file chooser selection code (dialogs.cpp). Clean up object names (dialogs.h, dialogs.cpp, mainwindow.h, mainwindow.cpp, tree_path_handle.h) Improve codeset checking (mainwindow.cpp). Update documentation (README). Version 0.0.1 (8th July 2012) ------------- Initial release.