Browse Source

Set version to 2.1.0 UI build to 3.19.2

Matt Seeley 7 years ago
parent
commit
7f6b98f6c3
3 changed files with 11 additions and 3 deletions
  1. 2 2
      CMakeModules/VersionConfiguration.cmake
  2. 1 1
      conanfile.py
  3. 8 0
      release-notes/2.1.0.txt

+ 2 - 2
CMakeModules/VersionConfiguration.cmake

@@ -21,8 +21,8 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 0)
-set(VERSION_NANO 9)
+set(VERSION_MINOR 1)
+set(VERSION_NANO 0)
 
 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.19.1-0a3a3475@plex/stable")
+    self.requires("web-client-tv2/3.19.2-cff0356a@plex/stable")
 
     if self.options.include_desktop:
       self.requires("web-client-desktop/3.14.1-762b124@plex/public")

+ 8 - 0
release-notes/2.1.0.txt

@@ -0,0 +1,8 @@
+FIXED:
+
+This is the first release of the v2 UI to the Beta update channel available to Plex Pass Users.
+
+- Avoid partially resolving `plex.direct` host names. An upcoming release will reintroduce this functionality to PMS connectivity when offline or on a network which prevents DNS rebinding.
+- UI: Pressing on the Home button in the header no longer reloads the application.
+- UI: Selecting Go To Artist from a track in the music player no longer navigates to the version 1 view.
+