summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-04-01 19:25:39 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-04-01 19:25:39 +0200
commitbe3f48102e9925597cfc2c3d998819fd652f0cae (patch)
tree99ecdf2a97075a3be1c94743f7d79e27f2f747dc
parent367881215ad974b104656c1428d7793c28de921e (diff)
downloadskin-lcarsng-0.3.2.tar.gz
skin-lcarsng-0.3.2.tar.bz2
Updated for release 0.3.20.3.2
-rw-r--r--HISTORY6
-rw-r--r--skinlcarsng.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f831453..de8e80b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,12 @@
VDR Plugin 'skinlcarsng' Revision History
---------------------------------------
+Version 0.3.2
+- Fixed display with large font size
+- Fixed display background
+- Fixed blinking rec
+- Add .gitignore
+
Version 0.3.1
- Bugfix
diff --git a/skinlcarsng.c b/skinlcarsng.c
index 01629f4..645d2ac 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.1";
+static const char *VERSION = "0.3.2";
static const char *DESCRIPTION = "skin lcarsng";
class cPluginLCARSNG : public cPlugin {