diff options
author | louis <louis.braun@gmx.de> | 2014-04-28 16:10:18 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-04-28 16:10:18 +0200 |
commit | 30008b3000e6421e6a54d0dc43a2e952e6a6617d (patch) | |
tree | 021aad959c026cf658d66d7dbfb94195e1ba5550 | |
parent | 1f0f79d71f3ec78daae63c4c01909dab31dd8005 (diff) | |
download | vdr-plugin-scraper2vdr-30008b3000e6421e6a54d0dc43a2e952e6a6617d.tar.gz vdr-plugin-scraper2vdr-30008b3000e6421e6a54d0dc43a2e952e6a6617d.tar.bz2 |
Version 0.1.1
-rw-r--r-- | HISTORY | 10 | ||||
-rw-r--r-- | scraper2vdr.h | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -4,3 +4,13 @@ VDR Plugin 'scraper2vdr' Revision History 2014-03-02: Version 0.0.1 - Initial revision. + +Version 0.1.0 + +- some performance optimizations +- fixed recordings with path size longer that 200 chars +- improved thread handling +- added more debugging possibilities +- fixed bug that scraped events are not displayed randomly + +Version 0.1.1 diff --git a/scraper2vdr.h b/scraper2vdr.h index 874b8a0..6e9b048 100644 --- a/scraper2vdr.h +++ b/scraper2vdr.h @@ -13,7 +13,7 @@ //***************************************************************************
// Constants
//***************************************************************************
-static const char *VERSION = "0.1.0";
+static const char *VERSION = "0.1.1";
static const char *DESCRIPTION = "'scraper2vdr' plugin";
static const char *MAINMENUENTRY = "Scraper2Vdr";
|