Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Set version to 2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalves committed Aug 13, 2019
1 parent 04a3a5f commit 5482132
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else()
endif()

set(VERSION_MAJOR 2)
set(VERSION_MINOR 39)
set(VERSION_MINOR 40)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)
Expand Down
17 changes: 17 additions & 0 deletions release-notes/2.40.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
2019-08-20

NEW:

- Improved sidebar pointer support
- Renamed "Online Content" group to "Plex" in sidebar "More" menu and moved it after user servers

FIXED:

- Fixed size of related photos thumbnails in photo player
- Fixed wrong playback titles being shown sometimes for video clips
- Fixed hidden focus when going back from preplay
- Fixed an issue that could cause albums and seasons lists to fail to load in artist and tv show pages
- Fixed lyrics fetching error message flashing
- Fixed wrong thumbnail image for photos in album list view
- Fixed Preplay buttons too close to summary on preplay screen
- Fixed sidebar customization being skipped for users with only one server and no enabled online media sources

0 comments on commit 5482132

Please sign in to comment.