Version 1.2.11

This commit is contained in:
kamel5 2021-02-03 13:58:09 +01:00
parent 1c393e23a5
commit 452a4384c2
2 changed files with 3 additions and 2 deletions

View File

@ -469,7 +469,8 @@ Version 1.2.10
- [pbiering] retrieve ChannelName from 'info' and fallback via ChannelID from active channel list
- [kamel5] Update skin estuary4vdr
Version 1.2.10+
Version 1.2.11
- [pbiering] align displayed tuner number (0,1,2 -> 1,2,3)
- [pbiering] SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash)
- [pbiering] SVDRP: respond with proper error message in case of OSD is active or parsing error
- [kamel5] Fixed an error in displayreplay if no recording information are available

View File

@ -21,7 +21,7 @@
#endif
static const char *VERSION = "1.2.10";
static const char *VERSION = "1.2.11";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {