File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ endif()
28
28
29
29
set (PLEX_VERSION_MAJOR 1)
30
30
set (PLEX_VERSION_MINOR 5)
31
- set (PLEX_VERSION_PATCH 1 )
31
+ set (PLEX_VERSION_PATCH 2 )
32
32
if (DEFINED ENV{BUILD_NUMBER})
33
33
set (PLEX_VERSION_BUILD "$ENV{BUILD_NUMBER} " )
34
34
set (PLEX_VERSION_BUILD_NR "$ENV{BUILD_NUMBER} " )
Original file line number Diff line number Diff line change
1
+ NEW:
2
+ - Play from here added to episodes context menu on home screen
3
+ - Updated default CEC remote keymap for Guide/Info and color buttons
4
+ - Smaller gui updates to video osd, codec info and preferences in default skin
5
+ - Use same subtitle name format as Plex Web
6
+ - Now uses https when checking for updates and sending crash reports
7
+ - Code can now be compiled with VS2013 on windows
8
+ - Linux improvements in preparation for embedded builds
9
+
10
+ FIXES:
11
+ - Fix french translations (thanks @Maxou44)
12
+ - Fixes VC-1 decoding on windows with newer Intel graphics
13
+ - Fix use of cache when loading preplay screen
14
+ - Fix subtitle selection for transcoded media and after a vobsub has been selected
15
+ - Fixes for crashes on application shutdown
16
+ - OpenPHT.app should now be correctly signed on osx
17
+ - Backport of final fixes from RasPlex
You can’t perform that action at this time.
0 commit comments