mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 17:58:31 +02:00
Version 0.1.1
This commit is contained in:
parent
1f0f79d71f
commit
30008b3000
10
HISTORY
10
HISTORY
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user