diff options
-rw-r--r-- | HISTORY | 14 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -236,3 +236,17 @@ Version 1.2.14 Version 1.2.15 - Workaround for HWAccelerated OSD + +Version 1.2.16 + +- Fixed a timer changed message +- Extend keys kFastRew, kFastFwd, kPrev, kNext for TimeJump + (if you use the numeric keys for "Jump to specific channel", + you can now use the keys kFastRew, kFastFwd, kPrev, kNext for TimeJump. + Note: if you use the permashift-plugin then the key kFastRew doesnt work for TimeJump) +- Fixed a possible deadlook in cEPGView::cEPGView +- Refactor Timeline +- Refactor CutText in horizontal epgview +- Optimize display "REC" sign in epgview +- Separate "displayTime" for horizontal and vertical view +- RecMenu "Timer Timeline" displays now sorted active timer @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.15"; +static const char *VERSION = "1.2.16"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |