Skip to content

Commit

Permalink
feature(cloudcmd) v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 16, 2014
1 parent 5ce2121 commit b4d9d84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2014.06.16, v0.9.2

fix:
- (menu) show: add Images.hide
- (listeners) onContextMenu: if menu showed in editor first - it would not be shown on a file
- (load) ajax xhr.send: p.data -> data
- (style) .icon: set default mouse cursor in firefox

feature:
- (load) ajax: stringify if data is object
- (console) dir: cloudcmd dir -> process curren dir


2014.06.11, v0.9.1

fix:
Expand Down
2 changes: 1 addition & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cloud Commander v0.9.1
Cloud Commander v0.9.2
===============
###[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cloud Commander v0.9.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
Cloud Commander v0.9.2 [![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": "0.9.1",
"version": "0.9.2",
"author": "coderaiser <[email protected]> (https:/coderaiser)",
"description": "Cloud Commander web based orthodox file manager with console and editor",
"homepage": "http://cloudcmd.io",
Expand Down

0 comments on commit b4d9d84

Please sign in to comment.