mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
update version, extend history
This commit is contained in:
parent
c9c2d953a5
commit
1aead6d400
2
HISTORY
2
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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user