feature(cloudcmd) v1.1.0

This commit is contained in:
coderaiser 2014-07-10 02:30:06 -04:00
parent b37c1ee1d6
commit 26a9d74c7a
4 changed files with 36 additions and 3 deletions

View file

@ -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:

View file

@ -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)**

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "1.0.0",
"version": "1.1.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Cloud Commander web based orthodox file manager with console and editor",
"homepage": "http://cloudcmd.io",