update version, extend history

This commit is contained in:
Peter Bieringer 2021-01-24 09:46:47 +01:00
parent b9b82875ba
commit 91d06d15a2
2 changed files with 5 additions and 1 deletions

View File

@ -465,3 +465,7 @@ Version 1.2.9
Version 1.2.10
- [pbiering] added tokens for recordings: isUHD, isRadio
- [pbiering] added token for channels: isUHD
Version 1.2.11
- expose to displaymenurecordings: recchannelname, recchannelid, recchannelnumber
- add fallback to get name/id from 'info' in case channel is no longer in active channel list

View File

@ -21,7 +21,7 @@
#endif
static const char *VERSION = "1.2.9";
static const char *VERSION = "1.2.11";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {