From 2a7cc2bfe385cdde0d0e3b4464cda4d51307341d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 4 Feb 2021 08:46:04 +0100 Subject: update history --- HISTORY | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index deadd32..3b2dc99 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,11 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- + +2021-02-04: +- [pbiering] add support for new feature: IsRecording1/2/3 and Recording1/2/3 +- [pbiering] add support for 3 dedicated recording lines and symbols: IsRecording1/2/3 and Recording1/2/3 +- [pbiering] fix Wformat-truncation Wliteral-suffix. log levels + 2021-01-24: Version 1.0.3 - [pbiering] fix deadlock for vdr >= 2.4.4 (at least found here) in case of deleting a channel -- cgit v1.2.3 From 55788457b9a8668d4d94aeabe8ec7b0cb671106b Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 4 Feb 2021 18:31:03 +0100 Subject: update to new implementation --- HISTORY | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 3b2dc99..add5169 100644 --- a/HISTORY +++ b/HISTORY @@ -2,8 +2,8 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- 2021-02-04: -- [pbiering] add support for new feature: IsRecording1/2/3 and Recording1/2/3 -- [pbiering] add support for 3 dedicated recording lines and symbols: IsRecording1/2/3 and Recording1/2/3 +- [pbiering] add support for new feature: NumRecordings and ArrayRecordings +- [pbiering] extend reelbox.skin for using NumRecordings and ArrayRecordings (up to 3) - [pbiering] fix Wformat-truncation Wliteral-suffix. log levels 2021-01-24: Version 1.0.3 -- cgit v1.2.3 From 00b28c5273687a8a1225d7fbc03b85b802c39b7d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 5 Feb 2021 06:10:26 +0100 Subject: replace ArrayRecordings with ListRecordings --- HISTORY | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index add5169..32c038c 100644 --- a/HISTORY +++ b/HISTORY @@ -2,8 +2,8 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- 2021-02-04: -- [pbiering] add support for new feature: NumRecordings and ArrayRecordings -- [pbiering] extend reelbox.skin for using NumRecordings and ArrayRecordings (up to 3) +- [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 2021-01-24: Version 1.0.3 -- cgit v1.2.3