diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | muggle.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -286,7 +286,8 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - Adapt image_convert.sh to newer versions of mjpegtools - Rework broken integration with graphTFT plugin for image display -2006-xx-xx: Version 0.1.11-BETA +2006-05-10: Version 0.1.11-BETA - Fix Makefile for < VDR 1.3.48. - do not print any messages with -v0 - Patch from Hulk: Fix endless recursion in Message1() +- Patch from Morone: enable graphTFT display of cover images again
\ No newline at end of file @@ -21,7 +21,7 @@ #include <getopt.h> #include <config.h> -static const char VERSION[] = "0.1.10"; +static const char VERSION[] = "0.1.11"; static const char DESCRIPTION[] = "Media juggle plugin for VDR"; static const char MAINMENUENTRY[] = "Muggle"; |