Browse Source

Set version to 2.9.0

Paulo Coelho Alves 7 years ago
parent
commit
812b7b6629
2 changed files with 15 additions and 1 deletions
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 14 0
      release-notes/2.9.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

@@ -21,7 +21,7 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 8)
+set(VERSION_MINOR 9)
 set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)

+ 14 - 0
release-notes/2.9.0.txt

@@ -0,0 +1,14 @@
+2018-04-17
+
+NEW:
+
+- Desktop web-client updated to 3.47.1
+- Added automatic fallback to transcode if direct playing music fails
+- Updated translations
+
+FIXED:
+
+- Fixed an issue that prevented toggling between timed and untimed lyrics
+- Fixed library lists sometimes not scrolling to the end correctly
+- Don't show the library list if there are no libraries available
+- Fixed a rare bug that could cause pointer-only UI elements to appear while not controlling the app with a pointer