Skip to content

Commit

Permalink
feature(package) v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 5, 2014
1 parent 027b8e1 commit 5c5c05f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 3 deletions.
51 changes: 51 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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)**
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 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
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": "1.4.0",
"version": "1.4.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Cloud Commander orthodox web file manager with console and editor",
"homepage": "http://cloudcmd.io",
Expand Down

0 comments on commit 5c5c05f

Please sign in to comment.