diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-21 12:10:40 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-21 12:10:40 +0200 |
commit | 7c47c8e22590ea85eb42585ab522f8f9c9c71004 (patch) | |
tree | abb8cd6aaebff4b78bf5e0e620fe8bfadb969898 | |
parent | ebd99e119c534499a43507281dddf11a23dcd1bb (diff) | |
download | vdr-plugin-skindesigner-1.2.16.tar.gz vdr-plugin-skindesigner-1.2.16.tar.bz2 |
Version 1.2.161.2.16
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skindesigner.c | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -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 <vdrstatus> 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 <vdrstatus> - can be used in skins for e.g. REC/SCHED/FREE (in combination with {vdrIsRecording}) - [pbiering] add <vdrstatus> 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 { |