From 5c5c05fa1a22a10d81726a72cc1f9c0669c62759 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 5 Nov 2014 07:37:16 -0500 Subject: [PATCH] feature(package) v1.4.1 --- ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ HELP.md | 3 ++- README.md | 2 +- package.json | 2 +- 4 files changed, 55 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 986bdd68..fe066a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2014.11.05, v1.4.1 + +fix: +- (auth) show deprecated when password wrong +- (files) if module not received always show error +- (config) passwd -> password +- (packer) pack: add error handler +- (mellow) always add slash to end +- (dom) when create archive do not set current on it: .gz -> .zip +- (client) ajaxLoad: when refresh callback not called +- (dom) renameCurrent: if name ".." show dialog -> alert +- (client) ajaxLoad: set same current file after refresh +- (client) createFileTable: when name of subdir same as parrentdir it is became current after changing directory + +feature: +- (util) getShortDate: if day <= 9 add 0 +- (gulp) package add from npm +- (menu) v0.7.4 +- (font) add woff2 +- (auth) add warning about changing password +- (menu) rm json +- (config) rm analytics +- (util) init Util only if it is not present in global scrope +- (auth) password: sha1 -> sha512WithRSAEncryption +- (package) nicki v1.2.0 +- (util) checkArgs -> check +- (util) checkArgs speed up: rm while +- (pipe) options: notEnd -> end +- (util) checkArgs speed up: for -> while +- (files) add pipeFiles from pipe +- (pipe) add all +- (pipe) create: init isFsWrite on start +- (rest) zip, unzip -> pack, unpack +- (pipe) rm Util.exec +- (pipe) pipe.create -> pipe +- (fstream) rm +- (gulp) changelog: add from npm +- (menu) v0.7.3 +- (util) rm convertName +- (gulp) changelog: changelog should be created if absent +- (package) console-io v1.9.0 +- (package) socket.io v1.2.0 +- (cloudfunc) rm: addNewLine, rmNewLine +- (util) mv getStrBigFirst to CloudFunc +- (util) rm retFalse +- (util) rm tryLog, logError +- (util) rm logArray +- (zip) pako v0.2.5 +- (util) rm isContainStr + + 2014.10.28, v1.4.0 fix: diff --git a/HELP.md b/HELP.md index da51f946..61dcacee 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -Cloud Commander v1.4.0 +Cloud Commander v1.4.1 =============== ###[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" @@ -388,6 +388,7 @@ Getting dev version of **Cloud Commander**: Version history --------------- +- *2014.11.05*, **[v1.4.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.4.1.zip)** - *2014.10.28*, **[v1.4.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.4.0.zip)** - *2014.10.02*, **[v1.3.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.2.zip)** - *2014.09.22*, **[v1.3.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.1.zip)** diff --git a/README.md b/README.md index 29e200b3..69b59401 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cloud Commander v1.4.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] +Cloud Commander v1.4.1 [![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 ce2e81b1..e9d7a024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "1.4.0", + "version": "1.4.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander orthodox web file manager with console and editor", "homepage": "http://cloudcmd.io",