diff --git a/HISTORY b/HISTORY index db4fbbc..c364a00 100644 --- a/HISTORY +++ b/HISTORY @@ -250,3 +250,9 @@ Version 1.2.16 - Optimize display "REC" sign in epgview - Separate "displayTime" for horizontal and vertical view - RecMenu "Timer Timeline" displays now sorted active timer + +Version 1.2.17 + +- Final fix for utf8 CutText +- Fixed a remote timer problem +- Add episode to manual timer diff --git a/tvguide.c b/tvguide.c index 11789fd..f458a13 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.16"; +static const char *VERSION = "1.2.17"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";