Skip to content

Commit 310d4f7

Browse files
committed
Bump version to 1.5.2
1 parent d27a3b9 commit 310d4f7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
set(PLEX_VERSION_MAJOR 1)
3030
set(PLEX_VERSION_MINOR 5)
31-
set(PLEX_VERSION_PATCH 1)
31+
set(PLEX_VERSION_PATCH 2)
3232
if(DEFINED ENV{BUILD_NUMBER})
3333
set(PLEX_VERSION_BUILD "$ENV{BUILD_NUMBER}")
3434
set(PLEX_VERSION_BUILD_NR "$ENV{BUILD_NUMBER}")

plex/ReleaseNotes/1.5.2.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)