diff --git a/CHANGELOG b/CHANGELOG index 3980260c..ed96f794 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +6.4.15-rc: +- Write data files to a temporary file first, then rename +- Add support for writing files to the user's XDG_USER_CACHE_DIR +- Add idle tasks that run in a new thread +- Fetch album art + 6.4.14: - GtkPaned spacing improvements diff --git a/Sconstruct b/Sconstruct index b33a76c2..ebe4c720 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.14" +CONFIG_VERSION = "6.4.15-rc" # Set up default environment diff --git a/TODO b/TODO index 28613553..fde09f47 100644 --- a/TODO +++ b/TODO @@ -29,10 +29,6 @@ Future work: Make a pop-up window for editing the tags of a track. Be sure to update the library information and the on-disk file. - - Album art: - (easy) Start with album art fetching script - (hard) Build in to Ocarina - - Copy a song group to a different directory: This can be useful for keeping an external device (like an Android phone) updated with the music you want to listen to.