Version 1.2.15

This commit is contained in:
kamel5 2021-03-15 14:15:07 +01:00
parent cef6ca78a2
commit dc617b52fa
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 {