From ea3ae01abb7a86bc07874199be647fae75c3a795 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Fri, 5 Jul 2019 13:24:25 +0200 Subject: Version 0.3.1 --- HISTORY | 17 +++++++++++++++++ tvguideng.c | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 6d937ce..d224f48 100644 --- a/HISTORY +++ b/HISTORY @@ -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"; -- cgit v1.2.3