summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-23 11:48:21 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-05-23 11:48:21 +0200
commit6b351f52954bd7ec078c08b15b8ec97d5db7c41f (patch)
tree1e8107df59b325529183be36774ea95e3eff7986
parent64fefa4aa00826d4f4aef21428e997d7e6ed1c36 (diff)
downloadskin-nopacity-6b351f52954bd7ec078c08b15b8ec97d5db7c41f.tar.gz
skin-nopacity-6b351f52954bd7ec078c08b15b8ec97d5db7c41f.tar.bz2
Version 1.1.111.1.11
-rw-r--r--HISTORY11
-rw-r--r--skinnopacity.c2
2 files changed, 12 insertions, 1 deletions
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";