summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-01-23 14:34:02 +0100
committerM. Voerman <rekordc@gmail.com>2013-01-23 14:34:02 +0100
commit08d512a9ddcb2a7e7b473d4b10ce3acb60c71531 (patch)
tree7d5d86d0caeb172c1764ed70e60df6dfb9ab61a8
parent5c1bb72817b66a1b5e9563bce17c94dd52f68e01 (diff)
downloadvdr-vipclient-08d512a9ddcb2a7e7b473d4b10ce3acb60c71531.tar.gz
vdr-vipclient-08d512a9ddcb2a7e7b473d4b10ce3acb60c71531.tar.bz2
Release 0.13
-rw-r--r--History4
-rw-r--r--index.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/History b/History
index 4649372..11d5f7b 100644
--- a/History
+++ b/History
@@ -1,3 +1,7 @@
+0.13 Bug fixes.
+ Cosmetic fixes.
+
+
0.12 Fixed timers menu (didn't work, after you read timers from server)
Fixed pause function with "VDR on SmartTV"
Updated to use the new function 'is_new' from "VDR on SmartTV"
diff --git a/index.html b/index.html
index f154bfd..1ed7358 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@
//
//
-var Version = "0.13 2013/01/xx"
+var Version = "0.13 2013/01/23"
for (var i = minChan[0]; i < (maxChan[0]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; }
for (var i = minChan[1]; i < (maxChan[1]+1); i++) { EPG[0][4][i] = "";EPG[1][4][i] = "";EPG[0][5][i] = "";EPG[1][5][i] = "";EPG[0][7][i] = "";EPG[1][7][i] = ""; }