From 0c9b9ff2bcd461496da502cb63e53209d9d6ce74 Mon Sep 17 00:00:00 2001
From: kamel5 <vdr.kamel5 (at) gmx (dot) net>
Date: Thu, 12 Nov 2020 14:37:07 +0100
Subject: Updated for release 0.3.3

---
 HISTORY       | 9 +++++++++
 skinlcarsng.c | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/HISTORY b/HISTORY
index de8e80b..f604fd5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,15 @@
 VDR Plugin 'skinlcarsng' Revision History
 ---------------------------------------
 
+Version 0.3.3
+- VDR-2.4.2 adjustments
+- Corrected array size
+- Substitute LOCK_DELETEDRECORDINGS_READ in FreeMB
+- Correct display some rectangle in cLCARSNGDisplayMenu::DrawFrameDisplay
+- Optimizing displaymenu to avoid flickering
+- Refactor DrawDisk()
+- Prevent "Rec:" from flickering in displaychannel.c
+
 Version 0.3.2
 - Fixed display with large font size
 - Fixed display background
diff --git a/skinlcarsng.c b/skinlcarsng.c
index 645d2ac..a8c868c 100644
--- a/skinlcarsng.c
+++ b/skinlcarsng.c
@@ -8,7 +8,7 @@
 #error "VDR-1.7.34 API version or greater is required!"
 #endif
 
-static const char *VERSION        = "0.3.2";
+static const char *VERSION        = "0.3.3";
 static const char *DESCRIPTION    = "skin lcarsng";
 
 class cPluginLCARSNG : public cPlugin {
-- 
cgit v1.2.3