summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-10 14:21:11 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-10 14:34:58 +0200
commitd347ce0d3b4c844320ce6a60cfc93454c990c430 (patch)
tree1f4e898001c80d979782c7003f3815d6ce6b93b3
parente5267ffa4a4631d9c8da79e3e92809831203aeb2 (diff)
downloadskin-lcarsng-d347ce0d3b4c844320ce6a60cfc93454c990c430.tar.gz
skin-lcarsng-d347ce0d3b4c844320ce6a60cfc93454c990c430.tar.bz2
Version 0.3.50.3.5
-rw-r--r--HISTORY4
-rw-r--r--skinlcarsng.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index bc136a4..0a429f5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,10 @@
VDR Plugin 'skinlcarsng' Revision History
---------------------------------------
+Version 0.3.5
+- Add TS errors to recording info
+- Add timeshift buffer to display channel
+
Version 0.3.4
- Automatic display description in menu epg, timer and recording
- VDR-2.5.3 adjustments
diff --git a/skinlcarsng.c b/skinlcarsng.c
index 0777df5..3478022 100644
--- a/skinlcarsng.c
+++ b/skinlcarsng.c
@@ -8,7 +8,7 @@
#error "VDR-1.7.34 API version or greater is required!"
#endif
-static const char *VERSION = "0.3.4";
+static const char *VERSION = "0.3.5";
static const char *DESCRIPTION = "skin lcarsng";
class cPluginLCARSNG : public cPlugin {