Przeglądaj źródła

Set version to 2.13.0

Paulo Coelho Alves 6 lat temu
rodzic
commit
16960afae6

+ 2 - 2
CMakeModules/VersionConfiguration.cmake

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

+ 8 - 0
release-notes/2.13.0.txt

@@ -0,0 +1,8 @@
+2018-06-26
+
+FIXED:
+
+- Fixed missing jump bars when viewing Artists and Albums from Quick Links
+- Don't show 'Browse by Folder' option when not applicable
+- Fixed missing shuffle button from Collections PrePlay
+