summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {