From 5ef383453f1084740c3f4d45a574ba597de2466e Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 25 Jun 2022 13:12:05 +0200 Subject: [PATCH] Version 1.3.6 --- HISTORY | 10 ++++++++++ tvguide.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 1d3a7a6..41e764b 100644 --- a/HISTORY +++ b/HISTORY @@ -291,3 +291,13 @@ Version 1.3.5 - Fix for VDR-2.5.4 - Update iceblue theme + +Version 1.3.6 + +- Fix segfault when tvscraper returns "call->type = tNone" +- In menu "Search Recordins" get ChannelName from 'RecInfo' +- Display errors in search recordings +- Fixed possible segfault when showing scrollbar in search result lists +- Adapt epgsearch "allow empty" for searchtimer +- some rework +- optical optimization diff --git a/tvguide.c b/tvguide.c index 5718cd4..0e79114 100644 --- a/tvguide.c +++ b/tvguide.c @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.3.5"; +static const char *VERSION = "1.3.6"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";