diff options
-rw-r--r-- | HISTORY | 11 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,16 @@ VDR Plugin 'nOpacity' Revision History --------------------------------------- +Version 1.1.11 + +- Fix typo in po/de_DE.po +- Show menue items "Show number of errors in the recordings menu" and + "Display Error 0" only if narrow recording menu is activ +- [S:oren] Optimize channelview OSD size +- [S:oren] Align channel logo background +- Fix a segfault if "signal.png" is not found in the resource directory "icons/skinIcons/" +- Also checks "Use animation" and "Use scraperinfos and pictures" in various functions +- Add setup option to display the channellogobackground only if a channellogo ist present or not present + Version 1.1.10 - Height and width confused (thx to @LotharE at vdr-portal.de) diff --git a/skinnopacity.c b/skinnopacity.c index e98d117..ece13bb 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -17,7 +17,7 @@ #endif -static const char *VERSION = "1.1.10"; +static const char *VERSION = "1.1.11"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |