update version, extend history

This commit is contained in:
Peter Bieringer 2021-01-24 09:46:47 +01:00 committed by kamel5
parent c9c2d953a5
commit 1aead6d400
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 {