From 9044e092f8c3aeb8a96db9aa71493ee4f3b5c318 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 17 Feb 2020 16:08:14 +0100 Subject: [PATCH] Version 1.2.17 --- HISTORY | 6 ++++++ tvguide.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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";