summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-08 17:38:34 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-15 14:00:40 +0100
commit402044d4c4cbf626ddc57cef48bf0d0ddc88790a (patch)
tree878f79af296808447174029d62e7e7e814027d7e
parent99d2bc6a8636ce30384d2d10180b1e12dec431b4 (diff)
downloadvdr-plugin-skindesigner-1.2.13.tar.gz
vdr-plugin-skindesigner-1.2.13.tar.bz2
Version 1.2.131.2.13
-rw-r--r--HISTORY14
-rw-r--r--skindesigner.c2
2 files changed, 15 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index aa71d55..8c65fca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -478,3 +478,17 @@ Version 1.2.11 (buggy)
Version 1.2.12
- [pbiering] added token for recordings: isRecording
- [pbiering] fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10
+
+Version 1.2.13
+- [kamel5] A bug with timeshift in connection with global timers has been fixed
+- [kamel5] Fixed a bug in timeshift mode that prevented the progress bar from updating in pause mode
+- [kamel5] Update Skin estuary4vdr
+- Token eCeMenuSchedulesIT::durationminutes added
+- Token eLeMenuDefaultIT::devstatus added
+- [kamel5] An error with the remaining time in the channel display has been fixed
+- [kamel5] Revision cViewReplay::SetTimeShiftValues
+- [kamel5] In timeshift mode, the title of the actual playback position is displayed
+- [kamel5] Add token recstart to displayreplay
+- [kamel5] Add tokens eventstart and eventstop to eDRRecTitleST
+- [kamel5] Disabled timeshift display for non timeshift recordings
+- [kamel5] Add element timeShiftTimes with tokens recstart, playbacktime and timeshiftrest to displayreplay
diff --git a/skindesigner.c b/skindesigner.c
index 55ff83c..25290d5 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -21,7 +21,7 @@
#endif
-static const char *VERSION = "1.2.12";
+static const char *VERSION = "1.2.13";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {