diff --git a/CHANGELOG b/CHANGELOG index 68fe65b0..77254c7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +6.4.12-rc: +- Rewrite our custom GtkTreeModel and add tests +- Move shuffle and repeat buttons into the sidebar + 6.4.11: - Remove stop button - Move collection enabled checkboxes into a right click menu diff --git a/Sconstruct b/Sconstruct index 244c1a34..52239ff4 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.11" +CONFIG_VERSION = "6.4.12-rc" # Set up default environment