mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) v0.4.0 -> v0.5.0
This commit is contained in:
parent
44b3327763
commit
05f5a07f05
4 changed files with 40 additions and 3 deletions
37
ChangeLog
37
ChangeLog
|
|
@ -1,3 +1,40 @@
|
|||
2013.10.16, v0.5.0
|
||||
|
||||
feature:
|
||||
- (view) rm fancybox spinner
|
||||
- (util) ownRedner: { } -> {{ }}
|
||||
- (util) render: rm param, it is default
|
||||
- (util) replaceStr: add pNotEscape
|
||||
- (index) robots: add noindex, nofollow
|
||||
- (config) minification -> minify: {} -> true
|
||||
- (json) rm " "
|
||||
- (util) retExec: add any count of params
|
||||
- (util) retFunc: add any count of params
|
||||
- (css) rm button width:10%
|
||||
- (menu) add "(Un)Select All"
|
||||
- (dom) Cmd jqueryLoad: add navigator.onLine
|
||||
- (config) add online
|
||||
|
||||
upadate:
|
||||
- minify: v0.2.1 -> v0.2.2*
|
||||
|
||||
fix:
|
||||
- (util) retExec: if param was - use it
|
||||
- (util) copyObj
|
||||
- (socket) max reconnection attempts: Math.pow(2, 64) -> Math.pow(2, 32)
|
||||
- (appcache) addFiles: pFilesNames -> pFileNames
|
||||
- (listeners) pop: ajaxLoad -> CloudCmd.ajaxLoad
|
||||
- (key) current -> current && current.parent;
|
||||
- (dom) Loader: this -> Loader
|
||||
- (util) retExec if: "n" -> "n > 1"
|
||||
|
||||
refactor:
|
||||
- (pipe) create: add ifExec
|
||||
- (main) MOVED_PERMANENTLY
|
||||
- (key) Tab: add " "
|
||||
- (dom) mv set font to listeners
|
||||
- (cloudcmd) writeLogsToFile
|
||||
|
||||
2013.09.27, v0.4.0
|
||||
|
||||
feature:
|
||||
|
|
|
|||
2
HELP.md
2
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v0.4.0 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
Cloud Commander v0.5.0 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
===============
|
||||
###[Main][MainURL] [Blog][BlogURL] [Demo][DemoURL]
|
||||
[NPMIMGURL]: https://badge.fury.io/js/cloudcmd.png
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v0.4.0 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
Cloud Commander v0.5.0 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
===============
|
||||
###[Main][MainURL] [Blog][BlogURL] [Demo][DemoURL]
|
||||
[NPMIMGURL]: https://badge.fury.io/js/cloudcmd.png
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "Cloud Commander - file manager with console and editor",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue