Skip to content

Commit

Permalink
feature(package) v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 2, 2014
1 parent aa2a0a6 commit 6673712
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
@@ -1,3 +1,34 @@
2014.10.2, v1.3.2

fix:
- (buffer) copy, or cut, after cut, do not prevent previous cutting
- (dom) uploadFiles: checkArgs
- (edit) twice load edit.json
- (config) css: add pre
- (view) css: add pre
- (edit) jshintrc pre
- (client) goToParentDir: when parent is root

feature:
- (config) .config: add padding 0, width: 300 -> 250
- (konsole) ^P: rm last slash from path
- (upload) js-upload -> upload-css
- (dom) uploadFiles: add
- (modules) add menu cdn
- (menu) new: "From FilePicker" -> "From Cloud"
- (icons) add upload icon
- (upload) add
- (view) audio: rm width - bad for chrome, add margin-top - good for firefox
- (util) Util.is* -> Util.type.*
- (menu) v0.6.4
- (util) parseJSON -> json.parse, stringifyJSON -> json.stringify
- (edit) ace v1.1.7
- (urls) change url: "/" -> "../"
- (css) add urls
- (terminal) location.origin -> CloudCmd.HOST
- (util) rm retParam, removeListener, addListener


2014.09.22, v1.3.1

fix:
Expand Down
3 changes: 2 additions & 1 deletion HELP.md
@@ -1,4 +1,4 @@
Cloud Commander v1.3.1
Cloud Commander v1.3.2
===============
###[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 @@ -399,6 +399,7 @@ Getting dev version of **Cloud Commander**:

Version history
---------------
- *2014.10.2*, **[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)**
- *2014.08.29*, **[v1.2.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.2.0.zip)**
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Cloud Commander v1.3.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
Cloud Commander v1.3.2 [![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
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "1.3.1",
"version": "1.3.2",
"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 6673712

Please sign in to comment.