From 36141d58b45db8dafb1e6c0a0987016151e0cd6e Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Mon, 8 Feb 2021 16:32:50 +0100 Subject: Version 1.0.4 --- HISTORY | 2 +- plugin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 32c038c..364abc4 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/plugin.c b/plugin.c index bfe2702..65a59f8 100644 --- a/plugin.c +++ b/plugin.c @@ -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; -- cgit v1.2.3