summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-18 13:43:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-18 13:43:29 +0200
commit7aef23e97f156f2b1601125e5e39080bb269c9a0 (patch)
tree638380d19cf81d855f680c013d581cf740ed0e27 /HISTORY
parente6592e620190aecc24fe4f2ac2c701d41bd009f0 (diff)
downloadvdr-7aef23e97f156f2b1601125e5e39080bb269c9a0.tar.gz
vdr-7aef23e97f156f2b1601125e5e39080bb269c9a0.tar.bz2
Implemented default sort mode for recordings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b259e399..b1683a1e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8596,7 +8596,7 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.2.0.
- Official release.
-2015-04-11: Version 2.3.1
+2015-04-18: Version 2.3.1
- The new function cOsd::MaxPixmapSize() can be called to determine the maximum size
a cPixmap may have on the current OSD. The 'osddemo' example has been modified
@@ -8625,3 +8625,9 @@ Video Disk Recorder Revision History
- The script that gets called for recordings is now also called right before a
recording is edited, with the first parameter being "editing" (suggested by
Dieter Ferdinand).
+- The new setup option "OSD/Default sort mode for recordings" can be used to define
+ how recordings shall be sorted by default (either by time or by name, with "by time"
+ being the default). If a particular sort mode has been selected for a folder by
+ pressing '0', the default no longer applies to that folder. Repeating timers no
+ longer write a ".sort" file into a recordings folder to have the recordings sorted
+ by time.