mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 1.2.11
This commit is contained in:
parent
1c393e23a5
commit
452a4384c2
3
HISTORY
3
HISTORY
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user