summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-01 12:30:28 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-01 12:30:28 +0100
commit63f03388f04bd8e35c891947337dea4b7b6a03d1 (patch)
tree83220b4a3e4475486e09809496f2b7ce8bd263a8
parent8cc89ec5bb5da64148d3527366ae9f8854d17ba4 (diff)
downloadskin-nopacity-1.1.6.tar.gz
skin-nopacity-1.1.6.tar.bz2
Version 1.1.61.1.6
-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";