diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2021-02-08 16:32:50 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2021-02-08 16:32:50 +0100 |
commit | 36141d58b45db8dafb1e6c0a0987016151e0cd6e (patch) | |
tree | e52849483590c602f58581546ea8ee44a066ccb8 | |
parent | 74e176589043610a3f65bcb37bf3180aa39061fc (diff) | |
download | vdr-plugin-graphlcd-36141d58b45db8dafb1e6c0a0987016151e0cd6e.tar.gz vdr-plugin-graphlcd-36141d58b45db8dafb1e6c0a0987016151e0cd6e.tar.bz2 |
Version 1.0.41.0.4
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | plugin.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- -2021-02-04: +2021-02-08: Version 1.0.4 - [pbiering] add support for new feature: NumRecordings and ListRecordings - [pbiering] extend reelbox.skin for using NumRecordings and ListRecordings (up to 3) - [pbiering] fix Wformat-truncation Wliteral-suffix. log levels @@ -39,7 +39,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "1.0.3"; +static const char *VERSION = "1.0.4"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |