diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-03-15 14:15:07 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-03-15 14:15:07 +0100 |
commit | dc617b52fa2f1ee28aff98628479a20690146408 (patch) | |
tree | 28ca0875b54de33673c1d0a1fb7a65c196849ac6 | |
parent | cef6ca78a25e0d80196b5b94bb9435e81a490624 (diff) | |
download | vdr-plugin-skindesigner-1.2.15.tar.gz vdr-plugin-skindesigner-1.2.15.tar.bz2 |
Version 1.2.151.2.15
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 { |