diff --git a/ChangeLog b/ChangeLog index 49cf1dc8..08afffe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2014.07.10, v1.1.0 + +fix: +- (listeners) onTouch: add path +- (console) getOnMessage: if isSymbol do not cd +- (console) onCD callback +- (console) getOnMessage onCD: if error do not change path +- (client) loadModule: corrupted CloudCmd[name] on error +- (dom) getCurrentPath fs: rmStr -> rmStrOnce +- (commander) getAllStats: do not get response when folder is empty +- (dom) getCurrentPath: wrong path when width changed panels: two -> one +- (mellow) convertPath: add last slash to files +- (dom) loadCurrentSize: show load +- (rest) unzip: if !to +- (rest) zip file if !to + +feature: +- (console) add clear with Ctrl + l +- (console) add ability to use CD on windows +- (console) change volume in windows +- (package) express v4.5 +- (commander) getDirContent: add checkType +- (util) checkArgs: return this +- (util) add checkType +- (util) exec.parallel: add ability to take and return object +- (commander) add parseStats +- (win) restore codepage before quit +- (gitignore) add npm-debug.log +- (img) update +- (img) update t v1.0.0 + + 2014.07.3, v1.0.0 fix: diff --git a/HELP.md b/HELP.md index 81287746..0a0af28f 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -Cloud Commander v1.0.0 +Cloud Commander v1.1.0 =============== ###[Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL]) [NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png?downloads=true&&stars "npm install cloudcmd" @@ -380,6 +380,7 @@ Getting dev version of **Cloud Commander**: Version history --------------- +- *2014.07.10*, **[v1.1.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.1.0.zip)** - *2014.07.03*, **[v1.0.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.0.0.zip)** - *2014.06.16*, **[v0.9.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.9.2.zip)** - *2014.06.11*, **[v0.9.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.9.1.zip)** diff --git a/README.md b/README.md index fa3fe22a..139e2725 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cloud Commander v1.0.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] +Cloud Commander v1.1.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] =============== ###[Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL]) [NPMIMGURL]: https://img.shields.io/npm/v/cloudcmd.svg?style=flat diff --git a/package.json b/package.json index 2086ddcc..386c0689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "1.0.0", + "version": "1.1.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander web based orthodox file manager with console and editor", "homepage": "http://cloudcmd.io",