From 415e433c73554723131e9eacce1857538ccf0442 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 27 Jan 2019 12:22:47 +0100 Subject: Version 1.2.3 --- HISTORY | 9 +++++++++ tvguide.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 6611bea..8abf7c1 100644 --- a/HISTORY +++ b/HISTORY @@ -138,3 +138,12 @@ Version 1.2.2 - added scraper2vdr support - introduced tabbed EPG detail view + +Version 1.2.3 + +- Compile under VDR 2.3.1+ +- Reinsert old tvscraper compatibility +- New Makefile style +- Show inactive timer in EPG grid +- Center channel logos in EPG +- Clock in timeline if displaymode horizontal diff --git a/tvguide.c b/tvguide.c index 029166d..3e63e8d 100644 --- a/tvguide.c +++ b/tvguide.c @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.2"; +static const char *VERSION = "1.2.3"; static const char *DESCRIPTION = "A fancy 2d EPG Viewer"; static const char *MAINMENUENTRY = "Tvguide"; -- cgit v1.2.3