diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-23 11:48:21 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-05-23 11:48:21 +0200 |
commit | 6b351f52954bd7ec078c08b15b8ec97d5db7c41f (patch) | |
tree | 1e8107df59b325529183be36774ea95e3eff7986 | |
parent | 64fefa4aa00826d4f4aef21428e997d7e6ed1c36 (diff) | |
download | skin-nopacity-6b351f52954bd7ec078c08b15b8ec97d5db7c41f.tar.gz skin-nopacity-6b351f52954bd7ec078c08b15b8ec97d5db7c41f.tar.bz2 |
Version 1.1.111.1.11
-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"; |