summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY8
-rw-r--r--skinnopacity.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7df21d4..141a2ef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,13 @@
VDR Plugin 'nOpacity' Revision History
---------------------------------------
+Version 1.1.10
+
+- Height and width confused (thx to @LotharE at vdr-portal.de)
+- Prevents "invalid lock sequence" in the recording info menu when Skinnopacitys SetRecording is called
+- Optimize display timers in main menu
+- Optimize display channellogo in displaychannel
+- Added number of errors to recording item in the recordings menu
+- Size of channel logos is now configureable in setup to better fit in postion
Version 1.1.9
diff --git a/skinnopacity.c b/skinnopacity.c
index 9245c1b..e98d117 100644
--- a/skinnopacity.c
+++ b/skinnopacity.c
@@ -17,7 +17,7 @@
#endif
-static const char *VERSION = "1.1.9";
+static const char *VERSION = "1.1.10";
static const char *DESCRIPTION = "'nOpacity' Skin";
static const char *MAINMENUENTRY = "nOpacity";