From d58b48418a7ce80d2186c720f20a06d46a78a2ec Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 5 Dec 2012 21:09:10 +0100 Subject: Version 0.0.4 --- HISTORY | 5 ++++- skinnopacity.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 605222a..f6a1ab2 100644 --- a/HISTORY +++ b/HISTORY @@ -47,6 +47,8 @@ VDR Plugin 'nOpacity' Revision History - Clear Message Box in Menu also if Caller not clears it himself - Fixed bug when calculating height of schedules menu item +2012-12-05: Version 0.0.4 + - Fixed a bug displaying wrong colors in replay progressbar (thanks @maverick-me) - Fixes a bug that individually set up color buttons were not assumed (thanks @maverick-me) @@ -54,4 +56,5 @@ VDR Plugin 'nOpacity' Revision History - Display of reruns of shows in detailed EPG view using epgseach. - completely rewrote epgsearch handling in schedules views (see README for more information about epgsearch integration) -- Fixed "fade in" bug, cancelling threads correctly +- Fixed "fade in" bug, cancelling threads correctly (Thanks to everybody who + was involved) diff --git a/skinnopacity.c b/skinnopacity.c index 79d7870..58426ad 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -15,7 +15,7 @@ #endif -static const char *VERSION = "0.0.3"; +static const char *VERSION = "0.0.4"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; -- cgit v1.2.3