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