feature(package) v1.4.0

This commit is contained in:
coderaiser 2014-10-28 04:00:13 -04:00
parent f0e1f214ef
commit b7de7187ce
9 changed files with 73 additions and 3 deletions

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 519 KiB

Before After
Before After

View file

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