From 7c47c8e22590ea85eb42585ab522f8f9c9c71004 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Fri, 21 May 2021 12:10:40 +0200 Subject: Version 1.2.16 --- HISTORY | 5 ++++- skindesigner.c | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 24a0f8b..3f83f6c 100644 --- a/HISTORY +++ b/HISTORY @@ -504,7 +504,7 @@ Version 1.2.15 - [pbiering] fix tuner device mapping in case tuners are not starting as first device - [kamel5] Fix cutting marks wasn't updated -Upcoming for Version 1.2.16+ +Upcoming for Version 1.2.16 - [pbiering] add additional recording flag {isInUse} - can be used in skins for e.g. records in cutting/copy(queue) - [pbiering] add additional exposing {vdrIsRecordingsHandlersActive} and {vdrIsRecording} - can be used in skins for e.g. IDLE/BUSY REC/FREE - [kamel5] Fix Incorrect detection of a recording that is currently running @@ -512,3 +512,6 @@ Upcoming for Version 1.2.16+ - [kamel5] Update skin estuary4vdr - [pbiering] add {vdrHasTimers} to - can be used in skins for e.g. REC/SCHED/FREE (in combination with {vdrIsRecording}) - [pbiering] add also to displaymenu.xml to be able to display in header +- [kamel5] Fix display of recording sign in display channel +- [kamel5] Fix a device is currently recording +- [kamel5] Fix update timer in the main menu diff --git a/skindesigner.c b/skindesigner.c index 4f2de41..9efb802 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,8 +20,7 @@ #error "VDR-2.2.0 API version or greater is required!" #endif - -static const char *VERSION = "1.2.15"; +static const char *VERSION = "1.2.16"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { -- cgit v1.2.3