diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2018-04-08 11:28:15 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2018-04-08 11:31:38 +0200 |
commit | a6c8e3d4383ae164e26149888bbdc91cbd448ba8 (patch) | |
tree | 8e4ce7dcf8bd8584606f598d7d42115ec4011f5a | |
parent | 4436b5eb2f8bb6b0eeb10a5d233b13a5f9bc363f (diff) | |
download | vdr-plugin-graphlcd-a6c8e3d4383ae164e26149888bbdc91cbd448ba8.tar.gz vdr-plugin-graphlcd-a6c8e3d4383ae164e26149888bbdc91cbd448ba8.tar.bz2 |
Version 1.0.01.0.0
-rw-r--r-- | HISTORY | 8 | ||||
-rw-r--r-- | plugin.c | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,13 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- -2010-03-01: Version 0.1.6 +2018-04-08: Version 1.0.0 +- Skin support +- Support for current VDR versions +- Makefile adapted to match the new "standard" with current VDR versions +- Many other fixes and new features, not listed here :P + +2010-03-01: Version 0.1.6 - added UTF8 support (vdr-graphlcd-0.1.5-utf8_i18n.diff) - added include path graphlcd-base/ in Makefile - added -L./graphlcd-base/glcddrivers/ & glcdgraphics/ in Makefile if graphlcd-base is not installed system-wide @@ -39,7 +39,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "0.3.0"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |