mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) v1.3.2
This commit is contained in:
parent
aa2a0a6a57
commit
6673712daa
4 changed files with 35 additions and 3 deletions
31
ChangeLog
31
ChangeLog
|
|
@ -1,3 +1,34 @@
|
|||
2014.10.2, v1.3.2
|
||||
|
||||
fix:
|
||||
- (buffer) copy, or cut, after cut, do not prevent previous cutting
|
||||
- (dom) uploadFiles: checkArgs
|
||||
- (edit) twice load edit.json
|
||||
- (config) css: add pre
|
||||
- (view) css: add pre
|
||||
- (edit) jshintrc pre
|
||||
- (client) goToParentDir: when parent is root
|
||||
|
||||
feature:
|
||||
- (config) .config: add padding 0, width: 300 -> 250
|
||||
- (konsole) ^P: rm last slash from path
|
||||
- (upload) js-upload -> upload-css
|
||||
- (dom) uploadFiles: add
|
||||
- (modules) add menu cdn
|
||||
- (menu) new: "From FilePicker" -> "From Cloud"
|
||||
- (icons) add upload icon
|
||||
- (upload) add
|
||||
- (view) audio: rm width - bad for chrome, add margin-top - good for firefox
|
||||
- (util) Util.is* -> Util.type.*
|
||||
- (menu) v0.6.4
|
||||
- (util) parseJSON -> json.parse, stringifyJSON -> json.stringify
|
||||
- (edit) ace v1.1.7
|
||||
- (urls) change url: "/" -> "../"
|
||||
- (css) add urls
|
||||
- (terminal) location.origin -> CloudCmd.HOST
|
||||
- (util) rm retParam, removeListener, addListener
|
||||
|
||||
|
||||
2014.09.22, v1.3.1
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.3.1
|
||||
Cloud Commander v1.3.2
|
||||
===============
|
||||
###[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"
|
||||
|
|
@ -399,6 +399,7 @@ Getting dev version of **Cloud Commander**:
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *2014.10.2*, **[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)**
|
||||
- *2014.09.18*, **[v1.3.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.3.0.zip)**
|
||||
- *2014.08.29*, **[v1.2.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v1.2.0.zip)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v1.3.1 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]
|
||||
Cloud Commander v1.3.2 [![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.3.1",
|
||||
"version": "1.3.2",
|
||||
"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