diff --git a/ChangeLog b/ChangeLog index 3d319957..bc03270b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2015.08.26, v4.5.0 + +fix: +- (upload) show: scrollbar +- (github) script src +- docs(changelog) () -> (), feature() -> () + +feature: +- (menu) new - uploadFromCloud -> uploadFromCloud +- (client) execFromModule: exec(fn) -> fn.apply +- (menu) rework of upload to/from cloud +- (menu) getUploadTo: remove not working items +- docs(changelog) fix() -> (), () -> () + + 2015.08.25, v4.4.0 fix: diff --git a/HELP.md b/HELP.md index 1c1a8953..265c89f4 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -Cloud Commander v4.4.0 +Cloud Commander v4.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" @@ -388,6 +388,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available Version history --------------- +- *2015.08.26*, **[v4.5.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.5.0.tar.gz)** - *2015.08.25*, **[v4.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.4.0.tar.gz)** - *2015.08.21*, **[v4.3.5](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.3.5.tar.gz)** - *2015.08.19*, **[v4.3.4](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.3.4.tar.gz)** diff --git a/README.md b/README.md index 5a2397f6..0e213ed9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cloud Commander v4.4.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] +Cloud Commander v4.5.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] =============== ### [Main][MainURL] [Blog][BlogURL] Live([JitSu][JitSuURL], [Heroku][HerokuURL]) diff --git a/bower.json b/bower.json index e56b2cdc..6dd39fd8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "4.4.0", + "version": "4.5.0", "homepage": "https://github.com/coderaiser/cloudcmd", "authors": [ "coderaiser " diff --git a/img/screen/config.png b/img/screen/config.png index 1da52b59..21db334f 100644 Binary files a/img/screen/config.png and b/img/screen/config.png differ diff --git a/img/screen/console.png b/img/screen/console.png index 416b67b0..e6c9079e 100644 Binary files a/img/screen/console.png and b/img/screen/console.png differ diff --git a/img/screen/edit.png b/img/screen/edit.png index bf33b0e9..173b63d1 100644 Binary files a/img/screen/edit.png and b/img/screen/edit.png differ diff --git a/img/screen/menu.png b/img/screen/menu.png index ce6e7fb1..51fb8a66 100644 Binary files a/img/screen/menu.png and b/img/screen/menu.png differ diff --git a/img/screen/one-panel-mode.png b/img/screen/one-panel-mode.png index 36ec8a17..966a89ba 100644 Binary files a/img/screen/one-panel-mode.png and b/img/screen/one-panel-mode.png differ diff --git a/img/screen/view.png b/img/screen/view.png index 884ea659..8cb96f70 100644 Binary files a/img/screen/view.png and b/img/screen/view.png differ diff --git a/package.json b/package.json index 8549a2b9..8658e8c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "4.4.0", + "version": "4.5.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander orthodox web file manager with console and editor", "homepage": "http://cloudcmd.io",