diff --git a/ChangeLog b/ChangeLog index b1e9f78f..986bdd68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2014.10.28, v1.4.0 + +fix: +- (route) /fs -> ^/fs +- (mellow) c: -> c:\ +- (server) when no express, middleware no respond but init on every request +- (rest) read regExp: .? -> \? +- (key) switchKey: command -> ctrlMeta +- (edit) setModeForPath: setJsHint after mode was set +- (cloudcmd) url: /cloudcmd -> / +- (dom) changePanel: after copy/move on tab, panel changed to ".." +- (dom) set current file after copy/move +- (key) firefox: keyIdentifier -> key + +feature: +- (util) rm isContainStrAtBegin +- (cloudfunc) rm rmFirstSlash +- (sha) add +- (package) express v4.10 +- (analygics) ga -> analytics +- (rest) fs: add PATCH +- (config) http method: put -> patch +- (beautify) "Supported file types" -> "File type not supported" +- (edit) add minify +- (beautify) add config, that could be read from ~/.beautify.json +- (beautify) error message +- (edit) beautify: add clearSelection, moveCursor to begin +- (beautify) add +- (edit) add beautify +- (key) do not set current ".." when dot pressed +- (key) setCurrentByLetter: add "_" +- (key) rm disable/enable key bindings keys +- (key) rm chaining +- (key) add chaining +- (config) rm server +- (cloudcmd) start: isServer, config -> start: config +- (cloudcmd) isNaN(port): throw -> console.error +- (server) if !ip in config, log localhost +- (package) morgan v1.4.0 +- (terminal) pty: rm log +- (nicki) add from npm +- (tryRequire) options: add callback +- (menu) rm keys, becouse of firefox strange behavior +- (menu) show hot keys in menu +- (menu) v0.7.0 +- (config) mv serve from rest +- (dom) getCurrentFileByName -> getCurrentByName +- (package) ncp v1.0.0 +- (config) default path: ~/.cloudcmd.json +- (key) ctrl || meta -> ctrlMeta +- (key) selectByLetter: add "." +- (key) setCurrentByLetter: add not English chars +- (key) add Insert for Mac +- (key) add suport of mac Command key +- (patch) add +- (edit) beforeClose: if -> ifExist +- (util) ifExist: args -> [args] +- (dom) uploadFiles: set current uploaded file +- (client) createFileTable: add getCurrentFileByName +- (config) disable username and password if auth unchecked +- (config) .config .form-control: rm background-color +- (config) .config .form-control: add width 200px +- (client) refresh: current, panel[, callbac]k -> panel[, callback] +- (rest) write: url, data, callback / url, callback +- (dom) promptNew: set current new file/folder +- (edit) add setValue, setMode, setModeForPath +- (edit) show: rm value + + 2014.10.2, v1.3.2 fix: diff --git a/HELP.md b/HELP.md index f75ea9cf..a4877972 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -Cloud Commander v1.3.2 +Cloud Commander v1.4.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" @@ -386,6 +386,7 @@ Getting dev version of **Cloud Commander**: Version history --------------- +- *2014.10.28*, **[v1.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.4.0.zip)** - *2014.10.02*, **[v1.3.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.2.zip)** - *2014.09.22*, **[v1.3.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.1.zip)** - *2014.09.18*, **[v1.3.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.0.zip)** diff --git a/README.md b/README.md index 4ef127a4..29e200b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cloud Commander v1.3.2 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] +Cloud Commander v1.4.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/img/screen/config.png b/img/screen/config.png index 8bda3e10..b1c2dd0d 100644 Binary files a/img/screen/config.png and b/img/screen/config.png differ diff --git a/img/screen/console.png b/img/screen/console.png index 71e99278..a44caf9c 100644 Binary files a/img/screen/console.png and b/img/screen/console.png differ diff --git a/img/screen/edit.png b/img/screen/edit.png index 1d4898ea..c2a56504 100644 Binary files a/img/screen/edit.png and b/img/screen/edit.png differ diff --git a/img/screen/menu.png b/img/screen/menu.png index 69f44bd6..68e082c3 100644 Binary files a/img/screen/menu.png and b/img/screen/menu.png differ diff --git a/img/screen/view.png b/img/screen/view.png index c321cc7f..a55ae0e4 100644 Binary files a/img/screen/view.png and b/img/screen/view.png differ diff --git a/package.json b/package.json index f98e3557..2cee5673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "1.3.2", + "version": "1.4.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander orthodox web file manager with console and editor", "homepage": "http://cloudcmd.io",