From fc784f34e54f126969d81b4ab83f573ff2adda2d Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 13 Oct 2019 19:38:22 +0200 Subject: Version 1.2.12 --- HISTORY | 6 ++++++ tvguide.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 0b6766b..558b708 100644 --- a/HISTORY +++ b/HISTORY @@ -216,3 +216,9 @@ Version 1.2.11 - Fixed a segfault with graphicsmagick > 1.3.31 - Fixed a possible deadlock in detailview - Optical changes in cMenuSetupImageCache + +Version 1.2.12 + +- Fixed updating current time +- Fixed updating current TimeBase +- Diplay the current TimeBase throughout the whole timeline diff --git a/tvguide.c b/tvguide.c index 18d9430..e8b5705 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.11"; +static const char *VERSION = "1.2.12"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; -- cgit v1.2.3