From 6ab5d99d718220c0c649eef76a0d9a6b6bdcbeef Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 19 Jul 2016 17:01:02 -0400 Subject: [PATCH] Ocarina 6.4.16-rc Signed-off-by: Anna Schumaker --- CHANGELOG | 7 ++++++- Sconstruct | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a5c5477b..ebed4ef7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -6.4.14: +6.4.16-rc: +- Implement generic playlist layer +- Implement separate queues for each playlist, including dynamic playlists +- Remove core/containers/queue + +6.4.15: - Add idle progress as a tooltip. - Initialize track labels with the correct initial size - Initialize album part with the correct size diff --git a/Sconstruct b/Sconstruct index 8db4f578..07e032ca 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.15" +CONFIG_VERSION = "6.4.16-rc" # Set up default environment