Browse Source

Set version to 2.8.0

Paulo Coelho Alves 7 years ago
parent
commit
f759569e95
2 changed files with 16 additions and 1 deletions
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 15 0
      release-notes/2.8.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 15 - 0
release-notes/2.8.0.txt

@@ -0,0 +1,15 @@
+2018-04-03
+
+NEW:
+
+- Desktop web-client updated to 3.44.1
+
+FIXED:
+
+- Avoid showing icon or text placeholders in poster lists until item metadata has loaded
+- Show track artist, if available, instead of album artist for play queue tracks
+- Fixed Companion connectivity issues in certain situations
+- Fixed soft subtitles positioning when OSD is visible
+- Fixed posters for other episodes not showing on Live TV episode details
+- Fixed an issue that would cause the Home page to be displayed for media types without libraries
+