diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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"; |