From e3becb6c61591c5b36c7deaee1a59b4764f54ee7 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 4 Mar 2021 17:40:34 +0100 Subject: [PATCH] Version 1.2.14 --- HISTORY | 5 +++++ skindesigner.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 8c65fca..d30eb67 100644 --- a/HISTORY +++ b/HISTORY @@ -492,3 +492,8 @@ Version 1.2.13 - [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 + +Version 1.2.14 + +- [kamel5] Revert "Disabled timeshift display for non timeshift recordings" +- [kamel5] Add a different display mode to timeshift for currently active timer recordings diff --git a/skindesigner.c b/skindesigner.c index 25290d5..cb5d760 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.13"; +static const char *VERSION = "1.2.14"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {