Skip to content

Commit

Permalink
feature(cloudcmd) v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 18, 2014
1 parent 1ffa2d5 commit f1c3191
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2014.07.18, v1.1.1

fix:
- (gulp) replaceVersion: add callback
- (minify) optimize isExist: fs.exists -> fs.lstat
- (load) load funcError: could be no callback
- (client) disable localStorage
- (console) onMessage: change directory to "some-name*"
- (minify) optimize isExist: error always null
- (console) check prompt before create
- (console) setSpawn sendError: send full error
- (console) addListeners disconnect: check prompt state before abort

feature:
- (gulp) readme -> docs
- (gulp) add docs
- (gulp) add release
- (gulp) add package
- (gulp) changelog: add version
- (config) add onDiffChange
- (config) unset diff on localStorage disabling
- (cloudcmd) start: add ability to override default config
- (package) express v4.6.1
- (package) gulp-mocha v0.5.0
- (package) gulp-jshint v1.7.1
- (cloudcmd) add -v, --version
- (cloudcmd) test -> --test
- (cloudcmd) add exports.start
- (bin) cloudcmd -> cloudcmd.js
- (edit) ace v1.1.5


2014.07.10, v1.1.0

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.1.0
Cloud Commander v1.1.1
===============
###[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 @@ -390,6 +390,7 @@ Getting dev version of **Cloud Commander**:

Version history
---------------
- *2014.07.18*, **[v1.1.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.1.1.zip)**
- *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)**
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.1.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
Cloud Commander v1.1.1 [![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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "1.1.0",
"version": "1.1.1",
"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",
Expand Down

0 comments on commit f1c3191

Please sign in to comment.