diff --git a/ChangeLog b/ChangeLog index 91ce8c79..f0d1246b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/HELP.md b/HELP.md index 2c138886..14687afc 100644 --- a/HELP.md +++ b/HELP.md @@ -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" diff --git a/README.md b/README.md index 29342a1b..426f9664 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 507f1983..d806741a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "0.9.1", + "version": "0.9.2", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander web based orthodox file manager with console and editor", "homepage": "http://cloudcmd.io",