Matt Seeley 7 роки тому
батько
коміт
161865984b
2 змінених файлів з 19 додано та 1 видалено
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 18 0
      release-notes/2.0.2.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 18 - 0
release-notes/2.0.2.txt

@@ -0,0 +1,18 @@
+NEW:
+
+- UI: Home Video libraries are now listed in a Videos list in the header.
+- UI: List and grid browsing improvements:
+  - Fetch metadata ahead of the currently rendered region.
+  - Images display immediately, no more waiting until scrolling stops.
+
+FIXED:
+
+- UI: The Play button is consistently focused when initially rendering preplay pages.
+- UI: Navigating down to the descendant list (albums, seasons, episodes) in preplay pages no longer centers the list.
+- UI: Playing video in mixed photo and video libraries works correctly.
+- UI: Screensaver doesn't display during photo playback.
+- UI: Display all of an artist's albums.
+- UI: Fixed incorrect ordering of items in the header in our legacy pages.
+- UI: Extras display above cast list in preplay pages.
+- UI: The header fades out when navigating vertically through a library grid view. You can re-enter the header by going up from the first letter jump bar.
+- UI: Many small functionality and UX fixes.