diff --git a/HISTORY b/HISTORY index e57f626..db4fbbc 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/tvguide.c b/tvguide.c index 719ea69..11789fd 100644 --- a/tvguide.c +++ b/tvguide.c @@ -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";