Parcourir la source

Set version to 2.0.8 and update UI builds

Matt Seeley il y a 7 ans
Parent
commit
5aea7a54de
3 fichiers modifiés avec 17 ajouts et 3 suppressions
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 2 2
      conanfile.py
  3. 14 0
      release-notes/2.0.8.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 2 - 2
conanfile.py

@@ -8,7 +8,7 @@ class PlexMediaPlayer(ConanFile):
   generators = "cmake"
 
   def requirements(self):
-    self.requires("web-client-tv2/3.16.2-4c91e390@plex/stable")
+    self.requires("web-client-tv2/3.19.0-ec49b5f4@plex/stable")
 
     if self.options.include_desktop:
-      self.requires("web-client-desktop/3.9.1-85417e0@plex/public")
+      self.requires("web-client-desktop/3.14.1-762b124@plex/public")

+ 14 - 0
release-notes/2.0.8.txt

@@ -0,0 +1,14 @@
+NEW:
+
+- UI: Navigating back to library list and grid view restores the last focused position.
+- UI: Return to the Home dashboard when using the Home icon or navigate home keyboard shortcut.
+- UI: Pressing the play key on playback resume modals will now immediately resume playback
+
+FIXED:
+
+- The application should display without visual artifacts on high DPI screens.
+- Videos should no longer render with a red shift.
+- UI: The equalizer icon shown when music is playing is back to animating during playback.
+- UI: Correct trouble saving settings introduced in the first PMP preview release.
+- UI: Fix the background sometimes not being restored after exiting the photo player.
+- UI: Change screensaver behavior to reduce load on underlying system.