From 6b351f52954bd7ec078c08b15b8ec97d5db7c41f Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 23 May 2022 11:48:21 +0200 Subject: Version 1.1.11 --- HISTORY | 11 +++++++++++ skinnopacity.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 141a2ef..83c087e 100644 --- a/HISTORY +++ b/HISTORY @@ -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"; -- cgit v1.2.3