From 142af976b39be5bc4cd7969e2f05f801ecb7e77f Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 26 Sep 2016 08:12:12 -0400 Subject: [PATCH] Ocarina 6.5-rc Signed-off-by: Anna Schumaker --- CHANGELOG | 15 +++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1a97f179..5b9d5327 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +6.5.0-rc: +- Convert to CMake/CTest +- Save current track in settings database +- Add "Queued Tracks" playlist +- Add support for changing current playlist +- Hide empty playlists +- Save current position in playlists +- Set file version from Ocarina minor version +- Add support for defragmenting tag databases on startup +- Add user created playlists +- Add support for changing volume +- Remove Repeat button +- Various UI improvements +- Add command line options + 6.4.20: - Enable idle processing when tracks are played to update dynamic playlists diff --git a/CMakeLists.txt b/CMakeLists.txt index 170411e9..dc940c8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(CONFIG_TESTING_ALBUM_ARTWORK "Enable album art fetching tests" ON) # Configure settings set(CONFIG_MAJOR 6) set(CONFIG_MINOR 5) -set(CONFIG_RC OFF) +set(CONFIG_RC ON) set(CONFIG_VERSION "${CONFIG_MAJOR}.${CONFIG_MINOR}")