summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-01-06 15:28:55 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-01-10 11:11:55 +0100
commit8db88c2556dd261fa970ea0c56670db4a3235cf9 (patch)
tree21adad75add60f175541de2ffdd8b2fda4af9dff
parent509b64d78f963af3297fd3c6a95843f7f437a5e5 (diff)
downloadvdr-plugin-tvguide-8db88c2556dd261fa970ea0c56670db4a3235cf9.tar.gz
vdr-plugin-tvguide-8db88c2556dd261fa970ea0c56670db4a3235cf9.tar.bz2
Version 1.2.16v1.2.16
-rw-r--r--HISTORY14
-rw-r--r--tvguide.c2
2 files changed, 15 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e57f626..db4fbbc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -236,3 +236,17 @@ Version 1.2.14
Version 1.2.15
- Workaround for HWAccelerated OSD
+
+Version 1.2.16
+
+- Fixed a timer changed message
+- Extend keys kFastRew, kFastFwd, kPrev, kNext for TimeJump
+ (if you use the numeric keys for "Jump to specific channel",
+ you can now use the keys kFastRew, kFastFwd, kPrev, kNext for TimeJump.
+ Note: if you use the permashift-plugin then the key kFastRew doesnt work for TimeJump)
+- Fixed a possible deadlook in cEPGView::cEPGView
+- Refactor Timeline
+- Refactor CutText in horizontal epgview
+- Optimize display "REC" sign in epgview
+- Separate "displayTime" for horizontal and vertical view
+- RecMenu "Timer Timeline" displays now sorted active timer
diff --git a/tvguide.c b/tvguide.c
index 719ea69..11789fd 100644
--- a/tvguide.c
+++ b/tvguide.c
@@ -27,7 +27,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
-static const char *VERSION = "1.2.15";
+static const char *VERSION = "1.2.16";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";