Ocarina 6.4.20-rc

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-09-11 10:48:43 -04:00
parent 1bc43a9e2c
commit b35b1eb132
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
6.4.20-rc:
- Use a single GtkTreeModelFilter instance for displaying tracks
- Use a single GuiQueueModel instance for displaying tracks
- Reduce use of database entry index accesses
- Reduce the size of the track tag
6.4.19:
- Fix memory corruption when adding new library playlists
- Use Enter key to accept new library paths

View File

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