Skip to content

Commit

Permalink
feature(package) v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 28, 2014
1 parent f0e1f21 commit b7de718
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 3 deletions.
69 changes: 69 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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)**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified img/screen/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screen/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screen/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screen/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screen/view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b7de718

Please sign in to comment.