From 310d4f7efb29359aae9ac28b69c629bb319e8b1d Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Wed, 2 Mar 2016 20:47:28 +0100 Subject: [PATCH] Bump version to 1.5.2 --- CMakeLists.txt | 2 +- plex/ReleaseNotes/1.5.2.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 plex/ReleaseNotes/1.5.2.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 35f629fe6..dca873283 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() set(PLEX_VERSION_MAJOR 1) set(PLEX_VERSION_MINOR 5) -set(PLEX_VERSION_PATCH 1) +set(PLEX_VERSION_PATCH 2) if(DEFINED ENV{BUILD_NUMBER}) set(PLEX_VERSION_BUILD "$ENV{BUILD_NUMBER}") set(PLEX_VERSION_BUILD_NR "$ENV{BUILD_NUMBER}") diff --git a/plex/ReleaseNotes/1.5.2.txt b/plex/ReleaseNotes/1.5.2.txt new file mode 100644 index 000000000..c89aef908 --- /dev/null +++ b/plex/ReleaseNotes/1.5.2.txt @@ -0,0 +1,17 @@ +NEW: + - Play from here added to episodes context menu on home screen + - Updated default CEC remote keymap for Guide/Info and color buttons + - Smaller gui updates to video osd, codec info and preferences in default skin + - Use same subtitle name format as Plex Web + - Now uses https when checking for updates and sending crash reports + - Code can now be compiled with VS2013 on windows + - Linux improvements in preparation for embedded builds + +FIXES: + - Fix french translations (thanks @Maxou44) + - Fixes VC-1 decoding on windows with newer Intel graphics + - Fix use of cache when loading preplay screen + - Fix subtitle selection for transcoded media and after a vobsub has been selected + - Fixes for crashes on application shutdown + - OpenPHT.app should now be correctly signed on osx + - Backport of final fixes from RasPlex