Ocarina 6.4.15-rc

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-24 11:13:16 -04:00
parent 54af68a57f
commit 5b7a985dc6
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#!/usr/bin/python
import os
CONFIG_VERSION = "6.4.14"
CONFIG_VERSION = "6.4.15-rc"
# Set up default environment

4
TODO
View File

@ -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.