summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-11-12 14:37:07 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-11-12 14:39:00 +0100
commit0c9b9ff2bcd461496da502cb63e53209d9d6ce74 (patch)
tree811c54db21772e07a17cfb31231f862d85c63906
parent656b20b0f99a6ab8149f408758d37863d93cf5f9 (diff)
downloadskin-lcarsng-0c9b9ff2bcd461496da502cb63e53209d9d6ce74.tar.gz
skin-lcarsng-0c9b9ff2bcd461496da502cb63e53209d9d6ce74.tar.bz2
Updated for release 0.3.30.3.3
-rw-r--r--HISTORY9
-rw-r--r--skinlcarsng.c2
2 files changed, 10 insertions, 1 deletions
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 {