diff options
| -rw-r--r-- | CONTRIBUTORS | 1 | ||||
| -rw-r--r-- | HISTORY | 6 | ||||
| -rw-r--r-- | UPDATE-2.0.0 | 4 | 
3 files changed, 11 insertions, 0 deletions
| diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a3862ad8..670f4e35 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1919,6 +1919,7 @@ Wolfgang Rohdewald <wolfgang@rohdewald.de>   for pointing out a possible problem with asprintf() if the return value is not   checked   for fixing setting the OSD level in the 'osddemo' example + for pointing out a missing statement about the new default sort order of recordings  Chad Flynt <hoochster@sofnet.com>   for suggestions and experiments regarding the buffer reserve in cTransfer @@ -7175,6 +7175,10 @@ Video Disk Recorder Revision History    folder (provided you have write access to that folder).    If a folder is newly created by a repeating timer, the sort mode for that    folder is initially set to "by time". +  Note that in previous versions the default sort order of the top level video +  directory was "by name" and all subdirectories were sorted "by time". Now the +  default sort order for all directories is "by name", so if you have an existing +  folder that shall be sorted "by time", press the '0' key once to achieve this.  - Fixed several spelling errors (thanks to Ville Skyttä).  - Fixed handling recording with more than two bonded devices.  - Fixed the type of MBperMinute in cVideoDiskUsage::HasChanged() (thanks to Andreas @@ -7690,3 +7694,5 @@ Video Disk Recorder Revision History  - The "Recording info" page of the skins that come with VDR now displays the name of    the channel (if available) from which this recording was taken.  - Updated the Catalan OSD texts (thanks to Luca Olivetti). +- Added a note about the new default sort order of recordings to the release notes of +  version 1.7.29 and the UPDATE-2.0.0 file (pointed out by Wolfgang Rohdewald). diff --git a/UPDATE-2.0.0 b/UPDATE-2.0.0 index 3ed9db0b..e745f2a2 100644 --- a/UPDATE-2.0.0 +++ b/UPDATE-2.0.0 @@ -267,6 +267,10 @@ OSD:    folder (provided you have write access to that folder).    If a folder is newly created by a repeating timer, the sort mode for that    folder is initially set to "by time". +  Note that in previous versions the default sort order of the top level video +  directory was "by name" and all subdirectories were sorted "by time". Now the +  default sort order for all directories is "by name", so if you have an existing +  folder that shall be sorted "by time", press the '0' key once to achieve this.  - The new setup option "Miscellaneous/Show channel names with source" can be used to    turn on adding the source character to channel names whenever they are displayed.  - Pressing the Play key during normal live viewing mode now opens the Recordings menu | 
