diff options
-rwxr-xr-x | HISTORY | 6 | ||||
-rwxr-xr-x | config_default.php | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -7,11 +7,13 @@ xx.xx.xxxx - 0.1.0-alpha1 - Now based on JQuery/JQTouch - Fully Ajax/Json based. Server only send Json data to client. - Client fully webapp compatible. All the client is loaded in the same html page. -- New skin with animate transitions. Hardware accelerated animations. +- New skin with animated transitions. Hardware accelerated animations. - Added recording from Channel info. - Encoding status message is now updated live. - Added new status "Encoding finished" for recording and videos files. It appears without "*" character before the name in Home sessions menu too. -- Added Electronic Program Guide. +- Added Electronic Program Guide with add timer feature. +- Dynamic minimise and compression of the css & js files. Now cached. +- gzip compression of all json data 01.03.2010 - 0.3.7 diff --git a/config_default.php b/config_default.php index 8eeb0c9..3fcdc30 100755 --- a/config_default.php +++ b/config_default.php @@ -41,5 +41,5 @@ $segmenterpath='/usr/bin/segmenter'; //path to segmenter binary // Version - $isdversion = "1.0-alpha1"; + $isdversion = "1.0"; ?> |