-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
3 changed files
with
26 additions
and
4 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
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
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,21 @@ | ||
Added: | ||
- A notice suggesting to use the mouse to search the library, | ||
which is shown in the search bar when the app is running on a TV | ||
- Distinctive `User-Agent` to be shown in the PhotoPrism sessions list | ||
- Going full screen automatically when viewing a video | ||
- Closing media viewer by swiping up or down | ||
- Automatic update of album and people lists when re-opening the app after it has been moved | ||
to the background by pressing the "Back" navigation button. | ||
|
||
Changed: | ||
- Improved quality of the viewed photos. Now the app loads corresponding previews | ||
according to the screen size. This, however, may increase network load | ||
- Split the welcome screen layout into 2 columns on wide landscape screens | ||
- Limited the max width of the search bar | ||
- The "X" button now exits the selection mode instead of just clearing, | ||
if the selection is initiated by a long press | ||
|
||
Fixed: | ||
- Crash when clicking the "Apply" button on the search screen twice | ||
- Media viewer failing to load very big images | ||
- Missing player controls when viewing video in rare cases |