Skip to content

Commit

Permalink
Bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Oct 3, 2015
1 parent be56ce1 commit 02780f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
17 changes: 17 additions & 0 deletions plex/ReleaseNotes/1.4.2.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02780f9

Please sign in to comment.