diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-09 14:36:40 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-09 14:36:40 +0100 |
commit | 3c39f01cf5b4e8e26d8cfc2fc608df13d038eee6 (patch) | |
tree | e8a3dc4ba9d82bb41b7aad36572653898f09df33 | |
parent | 180fe711f5193741155602dc146fb59ec95d8500 (diff) | |
download | skin-nopacity-3c39f01cf5b4e8e26d8cfc2fc608df13d038eee6.tar.gz skin-nopacity-3c39f01cf5b4e8e26d8cfc2fc608df13d038eee6.tar.bz2 |
Version 1.1.51.1.5
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -441,3 +441,9 @@ Version 1.1.4 - Update Makefile, epgsearch.h and remotetimers.h - Eliminate some warnings - Change IMAGELIB to graphicsmagick + +Version 1.1.5 + +- softhdcuvid fix +- Change Locking in cNopacityDisplayChannelView::DrawEvents +- Fix for gcc11 diff --git a/skinnopacity.c b/skinnopacity.c index 1492be7..14fcb6e 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "1.1.4"; +static const char *VERSION = "1.1.5"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |