summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY6
-rw-r--r--skinnopacity.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 53e3c4f..0ea29a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -447,3 +447,9 @@ Version 1.1.5
- softhdcuvid fix
- Change Locking in cNopacityDisplayChannelView::DrawEvents
- Fix for gcc11
+
+Version 1.1.6
+
+- Fixed a crash when starting VDR when a message should be displayed after the timer conflict check
+- Optimize displaychannel
+- An info display error in the recording menu has been fixed when menu = narrow and no banner
diff --git a/skinnopacity.c b/skinnopacity.c
index 14fcb6e..9a119e0 100644
--- a/skinnopacity.c
+++ b/skinnopacity.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "1.1.5";
+static const char *VERSION = "1.1.6";
static const char *DESCRIPTION = "'nOpacity' Skin";
static const char *MAINMENUENTRY = "nOpacity";