summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-03-15 14:15:07 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-03-15 14:15:07 +0100
commitdc617b52fa2f1ee28aff98628479a20690146408 (patch)
tree28ca0875b54de33673c1d0a1fb7a65c196849ac6
parentcef6ca78a25e0d80196b5b94bb9435e81a490624 (diff)
downloadvdr-plugin-skindesigner-1.2.15.tar.gz
vdr-plugin-skindesigner-1.2.15.tar.bz2
Version 1.2.151.2.15
-rw-r--r--HISTORY6
-rw-r--r--skindesigner.c2
2 files changed, 7 insertions, 1 deletions
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 {