Skip to content

Commit

Permalink
chore(package) v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 2, 2015
1 parent 1dc0b60 commit 1103cde
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2015.06.02, v3.0.3

fix:
- (cloudcmd) load listener do not removed after load
- (dom) loadRemote: window[o.name] -> o.name && window[o.name]
- (listeners) contextMenu: event is undefined
- (operation) load image do not hide when operation done loading

feature:
- (style) .fm: cursor default for ff
- (style) current file: loocks similar on chrome and ff
- (dom) resize: set current file on left panel, when right panel is active on resizing, and size is to small for two panels
- (dom) sendDelete: add Images.show
- (package) yaspeller v2.4.0


2015.05.31, v3.0.2

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 v3.0.2
Cloud Commander v3.0.3
===============
### [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"
Expand Down Expand Up @@ -355,6 +355,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available

Version history
---------------
- *2015.06.02*, **[v3.0.3](/cloudcmd/archive/raw/master/cloudcmd-v3.0.3.tar.gz)**
- *2015.05.31*, **[v3.0.2](/cloudcmd/archive/raw/master/cloudcmd-v3.0.2.tar.gz)**
- *2015.05.29*, **[v3.0.1](/cloudcmd/archive/raw/master/cloudcmd-v3.0.1.tar.gz)**
- *2015.05.28*, **[v3.0.0](/cloudcmd/archive/raw/master/cloudcmd-v3.0.0.tar.gz)**
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 v3.0.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 v3.0.3 [![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])

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https:/coderaiser/cloudcmd",
"authors": [
"coderaiser <[email protected]>"
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": "3.0.2",
"version": "3.0.3",
"author": "coderaiser <[email protected]> (https:/coderaiser)",
"description": "Cloud Commander orthodox web file manager with console and editor",
"homepage": "http://cloudcmd.io",
Expand Down

0 comments on commit 1103cde

Please sign in to comment.