diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-09-11 20:21:47 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-11 20:21:47 +0200 |
commit | efb48a51100fa61ba820d5846ee5243066ecb9e4 (patch) | |
tree | 2b58de65b4159e029c6590e2229d15969f133f9a | |
parent | 0e8f9908860685dcf94a93b002d84eac1b121870 (diff) | |
download | vdr-plugin-epgsearch-efb48a51100fa61ba820d5846ee5243066ecb9e4.tar.gz vdr-plugin-epgsearch-efb48a51100fa61ba820d5846ee5243066ecb9e4.tar.bz2 |
release epgsearch-1.0.0
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | HISTORY.DE | 4 | ||||
-rw-r--r-- | epgsearch.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,9 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- -2011-xx-xx; Version 0.9.25 +2011-09-11; Version 1.0.0 new: +- supports vdr-1.6.0 to vdr-1.7.21 - avoid repeats with new 'compare date' entry: compare two events by their date to ignore repeats within the same day, week or month - global blacklists: blacklists for search timers can now be global to exclude @@ -12,7 +13,6 @@ new: allows executing a command for each timer causing a conflict, see the MANUAL for details. - vdr-1.7.15 has changed the SVDRP default port to 6419, please update this in epgsearch's setup menu too! -- support for vdr-1.7.12 and later - there is now an official git repository for epgsearch, that contains the latest development. First usage: @@ -1,8 +1,9 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- -2011-xx-xx; Version 0.9.25 +2011-09-11; Version 1.0.0 neu: +- unterstützt vdr-1.6.0 bis vdr-1.7.21 - Vermeide Wiederholungen mit 'Vergleiche Zeitpunkt': dabei werden 2 Sendungen anhand des Zeitpunkts der Ausstrahlung verglichen, um z.B. Wiederholungen innerhalb des gleichen Tages, der Woche oder des Monats zu ignorieren. @@ -14,7 +15,6 @@ neu: setzen!), mit der man je Konflikt-Timer einen Befehl ausführen kann, mehr dazu im MANUAL. - vdr-1.7.15 benutzt einen anderen SVDRP Standard-Port (6419), bitte im Setupmenü von epgsearch ebenfalls anpassen! -- Unterstützung für vdr-1.7.12 und später - Es gibt nun ein offizielles git repository für epgsearch, das die neueste Entwicklung enthält. Zuerst: diff --git a/epgsearch.c b/epgsearch.c index eb2285d..f6bcf97 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "0.9.25.beta22"; +static const char VERSION[] = "1.0.0"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |