From 02780f98968cb902bdfea4bef4a9e9ecb3a238d9 Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Sat, 3 Oct 2015 22:13:15 +0200 Subject: [PATCH] Bump version to 1.4.2 --- CMakeLists.txt | 2 +- plex/ReleaseNotes/1.4.2.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 plex/ReleaseNotes/1.4.2.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c2c60cbfb..a716941e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() set(PLEX_VERSION_MAJOR 1) set(PLEX_VERSION_MINOR 4) -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.4.2.txt b/plex/ReleaseNotes/1.4.2.txt new file mode 100644 index 000000000..d10bf035f --- /dev/null +++ b/plex/ReleaseNotes/1.4.2.txt @@ -0,0 +1,17 @@ +NEW: + - Play from here, create a play queue starting from selected movie/episode + - Now plays theme music on episode preplay + - Option to show shared libraries in main menu on home screen in preferences + +FIXES: + - Fix resume and seek when playing a transcoded stream + - Send stopped timeline state at the end of a play queue or when playback is stopped + - Restore volume when play speed is restored to normal after ff/rw + - Fix for crashes when browsing tv-shows libraries + - Fetch items on sms jump, next/prev letter or first/last page actions + - Several fixes for filters not loading or displaying correctly + - Fix advertising as a player on the network + - Fixes for crashes in dvdplayer and on exit + - Fix start from beginning option when no trailers was found + - Fix use of sms jump actions when entering a user pin + - Fix GetDirectory error when loading music channels \ No newline at end of file