diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 12:22:47 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 12:22:47 +0100 |
commit | 415e433c73554723131e9eacce1857538ccf0442 (patch) | |
tree | 80ee75473b0e6c95597a2c06aa3f6539a964b2b9 | |
parent | 0f092903e85df8f27f85352c1d9244c615a3185e (diff) | |
download | vdr-plugin-tvguide-415e433c73554723131e9eacce1857538ccf0442.tar.gz vdr-plugin-tvguide-415e433c73554723131e9eacce1857538ccf0442.tar.bz2 |
Version 1.2.3v1.2.3
-rw-r--r-- | HISTORY | 9 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 @@ -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"; |