diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-05 13:24:25 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-05 13:24:25 +0200 |
commit | ea3ae01abb7a86bc07874199be647fae75c3a795 (patch) | |
tree | 42cab6867805955cf6e7adf5dc1a9dc69ecbdc63 | |
parent | a88154614c3fd0eefb30536fa7ff9d7bfd8ca2c4 (diff) | |
download | vdr-plugin-tvguideng-ea3ae01abb7a86bc07874199be647fae75c3a795.tar.gz vdr-plugin-tvguideng-ea3ae01abb7a86bc07874199be647fae75c3a795.tar.bz2 |
Version 0.3.10.3.1
-rw-r--r-- | HISTORY | 17 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -52,4 +52,21 @@ Version 0.1.6 - fixed bug that menuitem number is not calculated correctly if recording menu scrolls + +Version 0.2.0 + - made default time before a switchtimer switches configurable +- Skindesigner 0.8.0 adaptions + +Version 0.3.0 + +- Added VDR-2.3.1 compatibility + +Version 0.3.1 + +- Support for new SVDRPPeering +- Fixed a deadlook in DeleteTimer +- Fixed some look sequence reports +- Update epgsearch.h +- Update Makefile +- Fixed some warnings diff --git a/tvguideng.c b/tvguideng.c index ca38ef6..ae7a283 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -14,7 +14,7 @@ #include "definitions.h" #include "tvguidengosd.h" -static const char *VERSION = "0.3.0"; +static const char *VERSION = "0.3.1"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |