mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) v1.4.1
This commit is contained in:
parent
027b8e13fc
commit
5c5c05fa1a
4 changed files with 55 additions and 3 deletions
51
ChangeLog
51
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:
|
||||
|
|
|
|||
3
HELP.md
3
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)**
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue