diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-25 13:12:05 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-06-25 13:30:04 +0200 |
commit | 5ef383453f1084740c3f4d45a574ba597de2466e (patch) | |
tree | a2858b81c098a7ff7d0698af8029cc16644d7867 | |
parent | 5638c408c15d64d363d49e788993f5cf9c3687af (diff) | |
download | vdr-plugin-tvguide-5ef383453f1084740c3f4d45a574ba597de2466e.tar.gz vdr-plugin-tvguide-5ef383453f1084740c3f4d45a574ba597de2466e.tar.bz2 |
-rw-r--r-- | HISTORY | 10 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 @@ -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"; |