From 3aa3ccf9680879058746720ffa4989214f86467d Mon Sep 17 00:00:00 2001 From: Midas Date: Sun, 6 Jun 2010 12:57:33 +0200 Subject: Release of 0.0.2. See HISTORY for changes. --- HISTORY | 17 +++++++++++++++++ block.c | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 5e8e44e..2498212 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,23 @@ VDR Plugin 'block' Revision History ----------------------------------- +2010/06/06: Version 0.0.2 + +Added a new detection method: Channel EPG +This method scans the running program and not only blocks on zapping but +also makes the plugin switch to another channel on a changeover to a +blacklisted show. In some rare cases several stations do not update +the current EPG signal in sync so unfortunately there might be false +detections. It is possible to change the detection method in the plugins +setup, where 'On Switch' is the old method and 'Channel EPG' the new. + +Furthermore it is now possible to change switching directions on a block +event by pressing the (channel) up/down keys on your remote. + +Several other minor code changes. + + +************************************************************************** 2010/04/20: Version 0.0.1b Initial release. diff --git a/block.c b/block.c index d74a9f8..ba99331 100644 --- a/block.c +++ b/block.c @@ -18,7 +18,7 @@ #include "i18n.h" #include "control.h" -static const char *VERSION = "0.0.2rc1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title"); static const char *MAINMENUENTRY = trNOOP("Block broadcast"); -- cgit v1.2.3