chore(package) v2.5.0

This commit is contained in:
coderaiser 2015-04-09 02:50:55 -04:00
parent 53e9227f4a
commit 2d8374fc5c
5 changed files with 34 additions and 4 deletions

View file

@ -1,3 +1,32 @@
2015.04.09, v2.5.0
fix:
- (root) pathToWin only when root dir
- (readme) use mini-badge for package-quality instead of large badge
feature:
- (package) gulp-jscs v1.5.0
- (man) add
- (cloudcmd) root: show root, when not "/"
- (config) add root
- (cloudcmd) show root directory when used flag --root
- (root) rm path
- (client) createFileTable: history -> options (history, noCurrent)
- (cloudcmd) add command line parameter --root
- (cloudcmd) dword, edward: add root
- (root) add condition dir and root
- (package) mellow v1.3.0
- (config) tryrequire -> try-catch
- (package) mellow v1.1.0
- (package) restafary v1.2.0
- (cloudcmd) add --root
- (config) tryrequire -> try-catch
- (server) rm socket condition
- (package) gulp-jshint v1.10
- (package) markdown-it v4.1.0
- (package) bower v1.4.1
2015.04.03, v2.4.2
fix:

View file

@ -1,4 +1,4 @@
Cloud Commander v2.4.2
Cloud Commander v2.5.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&&downloadRank "npm install cloudcmd"
@ -339,6 +339,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
Version history
---------------
- *2015.04.09*, **[v2.5.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.5.0.tar.gz)**
- *2015.04.03*, **[v2.4.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.4.2.tar.gz)**
- *2015.03.28*, **[v2.4.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.4.1.tar.gz)**
- *2015.03.28*, **[v2.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v2.4.0.tar.gz)**

View file

@ -1,4 +1,4 @@
Cloud Commander v2.4.2 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
Cloud Commander v2.5.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
===============
### [Main][MainURL] [Blog][BlogURL] Live([JitSu][JitSuURL], [Heroku][HerokuURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "2.4.2",
"version": "2.5.0",
"homepage": "https://github.com/coderaiser/cloudcmd",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "2.4.2",
"version": "2.5.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",