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
b9b82875ba
commit
91d06d15a2
4
HISTORY
4
HISTORY
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user