From 5812ee48aad83e6353d9435aee4913d2f2d8a9e5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 24 Aug 2012 14:41:41 +0300 Subject: [PATCH] Version 0.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2012.08.24, Version 0.1.6   * From now jsload, cssload and anyload suport arrays. * Added ability to move scrollbar, when Home and End buttons pressed. * Added ability to move with Page Up and Page Down buttons. * Added moving scrolling by cursor ability. * Fixed bug with go to parent directory: from now, if parent directory not in view area, page will scroll to needed place. * Fixed bug with tab key pressed. * Fixed bug: files now clickable to. * Fixed bug with double click on files. * Fixed bug with double click on images. * Fixed bug with Array.isArray and getElementsByClassName in IE. * Fixed bug with document.head in IE. * JQuery 1.7.2 changed to 1.8.0 * Added support of mibile browsers and touch events. * Fixed bug with ignoring all browser defined keys. * Moved unSetCurrentfile to setCurrent file. All the time one of files must be current, so wen we setting up some file current, file that was previously current must be unset automatically. * Added context menu on shift + F10. * A little bit beautified css. * Added function getRefreshButton. * Fixed bug with refreshing directory, from now current file would not be seeted up to first, after refresh. * Added ability to view any file. * Moved error message a little bit lower. * Added ability to download files. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66d3c446..62c09dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2012.08.*, Version 0.1.6 +2012.08.24, Version 0.1.6 * From now jsload, cssload and anyload suport arrays.