chore(package) v3.6.0

This commit is contained in:
coderaiser 2015-07-01 06:25:32 -04:00
parent ab6c3543dd
commit ffba931c1b
5 changed files with 22 additions and 4 deletions

View file

@ -1,3 +1,20 @@
2015.07.01, v3.6.0
fix:
- (client) when none files in the root, menu doesn't work
- (cloudcmd) refresh: panel that would be refreshed depends on current file location
- (dom) getPanel: when no currentFile panel is undefined
- (cloudcmd) ignore commandl line options when --save flag set
feature:
- (config) onKey: onChange on Enter
- (files) add getTimeoutOnce
- (menu) show upload in two kinds of menu
- (package) yaspeller v2.5.0
- (package) markdown-it v4.3.0
- (bower) promise-poyfill v2.1.0
2015.06.27, v3.5.0
fix:

View file

@ -1,4 +1,4 @@
Cloud Commander v3.5.0
Cloud Commander v3.6.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"
@ -385,6 +385,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
Version history
---------------
- *2015.07.01*, **[v3.6.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.6.0.tar.gz)**
- *2015.06.27*, **[v3.5.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.5.0.tar.gz)**
- *2015.06.22*, **[v3.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.4.0.tar.gz)**
- *2015.06.20*, **[v3.3.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.3.0.tar.gz)**

View file

@ -1,4 +1,4 @@
Cloud Commander v3.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]
Cloud Commander v3.6.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": "3.5.0",
"version": "3.6.0",
"homepage": "https://github.com/coderaiser/cloudcmd",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"

View file

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