summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-22 14:39:01 +0200
committerlouis <louis.braun@gmx.de>2015-05-22 14:39:01 +0200
commitc4619727c79a820a5943a49e91441a1afcd62156 (patch)
treeefd7f89216e423a5dbca8ee389e94d30ec87fe9e
parent2f417e4470eedfc71ecb0a4984fcad27d19fb8f5 (diff)
downloadvdr-plugin-skindesigner-c4619727c79a820a5943a49e91441a1afcd62156.tar.gz
vdr-plugin-skindesigner-c4619727c79a820a5943a49e91441a1afcd62156.tar.bz2
Version 0.4.80.4.8
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4a40719..f48f2d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -334,9 +334,11 @@ Version 0.4.6
- added timeshift support in displayreplay
Version 0.4.7
+
- fixed crash when deleting menuitem
- fixed ecm time display
- provide 10 last recordings in <lastrecordings> viewelement
- fixed translation in currentelement loops
- fixed timeshifttotal in displayreplay timeshift mode
+Version 0.4.8
diff --git a/skindesigner.c b/skindesigner.c
index 619210a..a8aecae 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.7";
+static const char *VERSION = "0.4.8";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {