diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-31 16:05:10 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-05-31 16:05:10 +0200 |
commit | 7d269ffd8569fabb5dcecc6513dfbbeca990e6f2 (patch) | |
tree | 06fad2a945e7ac482e492a3220d2a787c39af5a8 | |
parent | c6c89529a6bd0fa7837639144dbe3e6e0cdda72c (diff) | |
download | vdr-plugin-skindesigner-1.2.17.tar.gz vdr-plugin-skindesigner-1.2.17.tar.bz2 |
Version 1.2.171.2.17
-rw-r--r-- | HISTORY | 11 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 11 insertions, 2 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 +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 @@ -515,3 +515,12 @@ Upcoming for Version 1.2.16 - [kamel5] Fix display of recording sign in display channel - [kamel5] Fix a device is currently recording - [kamel5] Fix update timer in the main menu + +Version 1.2.17 + +- [kamel5] Fix display of events in channel display +- [kamel5] Fix incorrect display of posters and banners in the recording menu +- [kamel5] Fix display of the background in the display channel +- [kamel5] Add token errors for recordings (VDR >= 2.5.4) +- [kamel5] Update Skin estuary4vdr to display errors in recording info +- [kamel5] Update Skin estuary4vdr diff --git a/skindesigner.c b/skindesigner.c index 9efb802..a912d5e 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #error "VDR-2.2.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.16"; +static const char *VERSION = "1.2.17"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |