Browse Source

Set version to 2.0.4 and update TV 2 build

Matt Seeley 7 years ago
parent
commit
0f345b7584
3 changed files with 19 additions and 2 deletions
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 1 1
      conanfile.py
  3. 17 0
      release-notes/2.0.4.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 1 - 1
conanfile.py

@@ -8,7 +8,7 @@ class PlexMediaPlayer(ConanFile):
   generators = "cmake"
 
   def requirements(self):
-    self.requires("web-client-tv2/3.13.0-8d434009@plex/stable")
+    self.requires("web-client-tv2/3.15.0-6e42625b@plex/stable")
 
     if self.options.include_desktop:
       self.requires("web-client-desktop/3.12.0-b3abe11@plex/public")

+ 17 - 0
release-notes/2.0.4.txt

@@ -0,0 +1,17 @@
+NEW:
+
+- Re-enabled hidpi support on Windows.
+- Removed all host scaling responsibilities. The UI handles scaling now.
+- UI: Prioritize selection of non-Personal Cloud servers over Personal Cloud server at startup.
+- UI: Add `Media Servers` user header menu item. Opens an overlay displaying status for each server and debugging messages when applicable. Allows manually retrying all server connections.
+- UI: Avoid continuous play when playing a single episode.
+- UI: Initially focus the header when rendering the Home dashboard.
+- UI: Removed season count title for show posters in the library.
+- UI: Show only two titles for all items in mixed type hub lists.
+
+FIXED:
+
+- UI: Avoid an application error encountered when navigating between discovery hubs and prePlay screens in certain patterns. This resulted in infinite loading feedback.
+- UI: Fixes `play_pause` key not triggering playback. This improves support for keyboard users pressing `p` or Apple TV remote users.
+- UI: Focus on the page header when entering an empty library.
+- UI: Several minor UX improvements.