mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00: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
|
Version 1.2.10
|
||||||
- [pbiering] added tokens for recordings: isUHD, isRadio
|
- [pbiering] added tokens for recordings: isUHD, isRadio
|
||||||
- [pbiering] added token for channels: isUHD
|
- [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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static const char *VERSION = "1.2.9";
|
static const char *VERSION = "1.2.11";
|
||||||
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
static const char *DESCRIPTION = trNOOP("Skin Designer");
|
||||||
|
|
||||||
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user