diff --git a/HISTORY b/HISTORY index e6b5e0f..07eb0e3 100644 --- a/HISTORY +++ b/HISTORY @@ -465,3 +465,5 @@ Version 1.2.9 Version 1.2.10 - [pbiering] added tokens for recordings: isUHD, isRadio - [pbiering] added token for channels: isUHD +- [pbiering] expose to displaymenurecordings: recchannelname, recchannelid, recchannelnumber +- [pbiering] add fallback to get name/id from 'info' in case channel is no longer in active channel list diff --git a/skindesigner.c b/skindesigner.c index 33f249b..c3f3e66 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.9"; +static const char *VERSION = "1.2.10"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {