diff --git a/ChangeLog b/ChangeLog index 0e99ff29..a3aead91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016.02.20, v5.1.0 + +fix: +- refactor(load) put: prefix + +feature: +- (cloudcmd) add date column +- (editorconfig) exclude hbs from insert_final_newline + + 2016.02.13, v5.0.15 fix: diff --git a/HELP.md b/HELP.md index cfc23344..10eeeb58 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -Cloud Commander v5.0.15 +Cloud Commander v5.1.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" @@ -413,6 +413,7 @@ Config would be read from home directory, hosts root file system would be mount Version history --------------- +- *2016.02.20*, **[v5.1.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v5.1.0.tar.gz)** - *2016.02.13*, **[v5.0.15](//github.com/cloudcmd/archive/raw/master/cloudcmd-v5.0.15.tar.gz)** - *2016.02.10*, **[v5.0.14](//github.com/cloudcmd/archive/raw/master/cloudcmd-v5.0.14.tar.gz)** - *2016.02.10*, **[v5.0.13](//github.com/cloudcmd/archive/raw/master/cloudcmd-v5.0.13.tar.gz)** diff --git a/README.md b/README.md index 76e71f7c..86612d7f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cloud Commander v5.0.15 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] [![Gitter][GitterIMGURL]][GitterURL] +# Cloud Commander v5.1.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL] [![Gitter][GitterIMGURL]][GitterURL] ### [Main][MainURL] [Blog][BlogURL] Live([JitSu][JitSuURL], [Heroku][HerokuURL]) diff --git a/bower.json b/bower.json index 9d5e2acc..079e8938 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "5.0.15", + "version": "5.1.0", "homepage": "https://github.com/coderaiser/cloudcmd", "authors": [ "coderaiser " diff --git a/img/screen/config.png b/img/screen/config.png index 8c4fd69c..9eb46150 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 e6c9079e..be74bc65 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 173b63d1..24d61c91 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 51fb8a66..6532a928 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 966a89ba..a065a6e1 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 8cb96f70..847aa1ee 100644 Binary files a/img/screen/view.png and b/img/screen/view.png differ diff --git a/package.json b/package.json index f27f01bc..bd27a168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "5.0.15", + "version": "5.1.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander orthodox web file manager with console and editor", "homepage": "http://cloudcmd.io",