Skip to content

Commit

Permalink
Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Mar 2, 2016
1 parent d27a3b9 commit 310d4f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")
Expand Down
17 changes: 17 additions & 0 deletions 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

0 comments on commit 310d4f7

Please sign in to comment.