diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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"; |