From 89e9086943f394f189c270f26e36f394e695e051 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 19 Oct 2019 16:41:09 +0200 Subject: [PATCH] Version 1.2.14 --- HISTORY | 6 ++++++ tvguide.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 59a1390..03614b8 100644 --- a/HISTORY +++ b/HISTORY @@ -226,3 +226,9 @@ Version 1.2.12 Version 1.2.13 - Revert "Diplay the current TimeBase throughout the whole timeline" + +Version 1.2.14 + +- Diplay the current TimeBase throughout the whole timeline +- Can switch off and optimize diplay time in epggrid "displayMode == Vertical" +- Fixed a error while changing a Theme diff --git a/tvguide.c b/tvguide.c index 20bbf55..d2a6587 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.13"; +static const char *VERSION = "1.2.14"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";