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}")