diff --git a/HISTORY b/HISTORY index fe3cf95..26c4ed8 100644 --- a/HISTORY +++ b/HISTORY @@ -524,3 +524,8 @@ Version 1.2.17 - [kamel5] Add token errors for recordings (VDR >= 2.5.4) - [kamel5] Update Skin estuary4vdr to display errors in recording info - [kamel5] Update Skin estuary4vdr + +Version 1.2.18 + +- [pbiering] extend detection of isHD and isUHD in case of stored EPG info (event) is missing any information regarding video (e.g. if EPG is missing on a channel) +- [kamel5] Fix compiler error diff --git a/skindesigner.c b/skindesigner.c index a912d5e..355fe93 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.17"; +static const char *VERSION = "1.2.18"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {