summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bieringer <pb@bieringer.de>2021-01-24 09:46:47 +0100
committerPeter Bieringer <pb@bieringer.de>2021-01-24 09:46:47 +0100
commit91d06d15a2a1e3fed3ab1484401e2328a5c5ec4e (patch)
tree44a839a7f2175442832b6659111b5932161a56fb
parentb9b82875bad96d69e895d54ef0f88be998d12be2 (diff)
downloadvdr-plugin-skindesigner-91d06d15a2a1e3fed3ab1484401e2328a5c5ec4e.tar.gz
vdr-plugin-skindesigner-91d06d15a2a1e3fed3ab1484401e2328a5c5ec4e.tar.bz2
update version, extend history
-rw-r--r--HISTORY4
-rw-r--r--skindesigner.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e6b5e0f..7c074dc 100644
--- a/HISTORY
+++ b/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
diff --git a/skindesigner.c b/skindesigner.c
index 33f249b..7714879 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.11";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {