summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-27 12:22:47 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-27 12:22:47 +0100
commit415e433c73554723131e9eacce1857538ccf0442 (patch)
tree80ee75473b0e6c95597a2c06aa3f6539a964b2b9
parent0f092903e85df8f27f85352c1d9244c615a3185e (diff)
downloadvdr-plugin-tvguide-415e433c73554723131e9eacce1857538ccf0442.tar.gz
vdr-plugin-tvguide-415e433c73554723131e9eacce1857538ccf0442.tar.bz2
Version 1.2.3v1.2.3
-rw-r--r--HISTORY9
-rw-r--r--tvguide.c2
2 files changed, 10 insertions, 1 deletions
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";