-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
NEW: | ||
- Skin option to add "Play File" to home menu in default skin | ||
- Skin option to Hide Thumbnails for Unwatched Episodes in default skin (thanks @magnumdoomguy) | ||
- Added Portrait Posters for Home Videos to default skin (thanks @magnumdoomguy) | ||
- Update some Italian strings (thanks @robello84) | ||
|
||
FIXES: | ||
- Fix Plex Companion app connection issues (RasPlex/OpenPHT#69) | ||
- Fix hevc typo in RPi 720p check (RasPlex/RasPlex#501) | ||
- Fix RasPlex/OpenPHT causing PMS to crash on plugin usage (RasPlex/RasPlex#492) | ||
- Fixes for fullscreen toggle (RasPlex/OpenPHT#65) | ||
- Fix for ass/ssa subtitles (RasPlex/OpenPHT#74) | ||
- Workaround for crash related to plex companion and screensaver (RasPlex/OpenPHT#75) | ||
- Fix selecting/starting an item in a channel list sometime selects/starts the first item (RasPlex/OpenPHT#63) | ||
- Prevent playing wrong item using Play Button with Channel Items (RasPlex/OpenPHT#44) | ||
- Enable use of harfbuzz with libass (RasPlex/RasPlex#482) | ||
- Use overlay image to determine watched / unwatched state (RasPlex/OpenPHT#77) | ||
- Fix play/pause in keymaps (RasPlex/OpenPHT#80) | ||
- Only show addon update notification when addon is in use | ||
- Fix ListItem usage in onload and onunload window actions |