Skip to content

Commit

Permalink
feature(package) v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 22, 2014
1 parent 84e76dc commit 4c42e8a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
27 changes: 27 additions & 0 deletions ChangeLog
@@ -1,3 +1,30 @@
2014.09.22, v1.3.1

fix:
- (route) showKeysPanel
- (cloudcmd) add auth data
- (cloudcmd) minify: DIR -> DIR_ROOT
- (express) if !config condition
- (server) config

feature:
- (tryRequire) name, callback -> name, options
- (package) morgan: mv to devDependencies
- (travis) rm webhooks
- (package) console-io v1.8.0
- (auth) add config
- (edit) edit.json: add prefix
- (index) add prefix
- (cloudcmd) add prefix to all urls
- (cloudcmd) index.html -> lib/client/cloudcmd.js
- (auth) express -> auth
- (github) auth -> github
- (config) rm socket
- (cloudcmd) add middleware
- (cloudcmd) cloudcmd -> lib/cloudcmd
- (dom) add window


2014.09.18, v1.3.0

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

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

Please sign in to comment.