diff options
author | thlo <smarttv640@gmail.com> | 2014-06-09 12:56:48 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-06-09 12:56:48 +0200 |
commit | 478222ca3bee5e20432dcc052a74e955d3fa255a (patch) | |
tree | 618002e1c41fa1143eaf0b669723a32f016d2041 /smarttv-client/config.xml | |
parent | 1f4c5de1370cacfb1b514d833860c372c3ff3767 (diff) | |
download | vdr-plugin-smarttvweb-Pv1.00.tar.gz vdr-plugin-smarttvweb-Pv1.00.tar.bz2 |
* Commands Menu Entry (when enabled in plugin)
* Fix of sorting bug (blue key in recordings)
* Improved buffering tuning for Live
* Fixes with respect to using HLS for Recordings
* Touch Remote Control support
* New 21:9 crop (picture size key)
* Making additional notifications (such as Recording has finished)
optional
* Show Language Code for Audio Track Select
* Bug Fixes
Diffstat (limited to 'smarttv-client/config.xml')
-rwxr-xr-x | smarttv-client/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smarttv-client/config.xml b/smarttv-client/config.xml index 0ed982b..cd046ad 100755 --- a/smarttv-client/config.xml +++ b/smarttv-client/config.xml @@ -9,10 +9,11 @@ <BigThumbIcon>Images/icon/SmartTvWeb_115.png</BigThumbIcon>
<ListIcon>Images/icon/SmartTvWeb_85.png</ListIcon>
<BigListIcon>Images/icon/SmartTvWeb_95.png</BigListIcon>
- <ver>0.95</ver>
+ <ver>1.00.0</ver>
<mgrver></mgrver>
<fullwidget>y</fullwidget>
<movie>y</movie>
+ <mouse>y</mouse>
<srcctl>y</srcctl>
<ticker>n</ticker>
<childlock>n</childlock>
|