diff --git a/CHANGELOG.md b/CHANGELOG.md index e59f1daad..c1a82ecd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,17 @@ * Added a fullscreen game media viewer * Added a new video player based on FFmpeg * Changed the button for jumping to a random system or game and added a setting for disabling the functionality altogether +* Added navigation sounds for some actions where it was missing, such as when attempting to add folders, placeholders or systems to custom collections +* Changed the custom collection "Jump to" navigation sound to the select sound instead of the scroll sound +* Changed the default screensaver type from "dim" to "video" and made the fallback screensaver "dim" instead of "black" * Moved the video screensaver audio setting to the sound settings menu * Changed the setting description for the favorites game toggling button * Changed the language standard from C++11 to C++14 ### Bug fixes -* The "y" button help prompt wasn't displayed properly when using the Grid view style +* The Quick System Select help prompt was shown even when there was only a single game system present +* The "Y" button help prompt wasn't displayed correctly when using the Grid view style ## Version 1.0.1 diff --git a/USERGUIDE-DEV.md b/USERGUIDE-DEV.md index 585ee335d..21cdb7f3f 100644 --- a/USERGUIDE-DEV.md +++ b/USERGUIDE-DEV.md @@ -1080,7 +1080,7 @@ This gives you a choice between _Normal_ and _Borderless_ modes. With the border **Video player** -This gives the choice between VLC or FFmpeg, which is applied to both the gamelist videos and the video screensaver. +This gives the choice between FFmpeg and VLC, which is applied to the gamelist videos, the media viewer and the video screensaver. **When to save game metadata** @@ -1376,6 +1376,8 @@ The Dim screensaver simply dims and desaturates the current view and Black will If the option **Enable screensaver controls** has been activated, you can manually toggle the screensaver from the system view by pressing the **Select** key. In addition to this, for the Slideshow and Video screensavers, the controls will allow you to jump to a new random image or video using the **Left** and **Right** buttons on your keyboard or controller. It's also possible to launch the game currently displayed using the **A** button, and the **Y** button will jump to the game in its gamelist without starting it. +If the Video screensaver has been selected and there are no videos available, a fallback to the Dim screensaver will take place. The same is true for the Slideshow screensaver if no game images are available. + ![alt text](images/current/es-de_screensaver.png "ES-DE Screensaver") _An example of what the video screensaver looks like._