summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bieringer <pb@bieringer.de>2021-01-24 09:46:47 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-01-24 13:05:16 +0100
commit1aead6d4008077380faebde1ad59d76cf41a8552 (patch)
treed723fd5c5ce67091e63c474976f37d5ed73138a2
parentc9c2d953a56215d0db76b8cba4aa627f164a2fc9 (diff)
downloadvdr-plugin-skindesigner-1aead6d4008077380faebde1ad59d76cf41a8552.tar.gz
vdr-plugin-skindesigner-1aead6d4008077380faebde1ad59d76cf41a8552.tar.bz2
update version, extend history
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e6b5e0f..07eb0e3 100644
--- a/HISTORY
+++ b/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
diff --git a/skindesigner.c b/skindesigner.c
index 33f249b..c3f3e66 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -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 {