From dc617b52fa2f1ee28aff98628479a20690146408 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 15 Mar 2021 14:15:07 +0100 Subject: [PATCH] Version 1.2.15 --- HISTORY | 6 ++++++ skindesigner.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d30eb67..8b5dbc3 100644 --- a/HISTORY +++ b/HISTORY @@ -497,3 +497,9 @@ 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 + +Version 1.2.15 + +- [kamel5] Update Update italian tanslation in metrixhd and estuary4vdr +- [pbiering] fix tuner device mapping in case tuners are not starting as first device +- [kamel5] Fix cutting marks wasn't updated diff --git a/skindesigner.c b/skindesigner.c index cb5d760..4f2de41 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.14"; +static const char *VERSION = "1.2.15"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {