feature(cloudcmd) v0.8.3

This commit is contained in:
coderaiser 2014-03-19 07:50:48 -04:00
parent e76a3db695
commit 9f3884beda
4 changed files with 80 additions and 3 deletions

View file

@ -1,3 +1,79 @@
2014.03.19, v0.8.3
fix:
- (test) draggable
- (test) draggable -> draggable="true
- (test) add /a
- (test) span>a -> a
- (test) data -> data-name
- (join) response -> res
- (dom) loadCurrentTime: lCurrent -> current
- (put) patchFiles: write(name, error) -> onWrite(error)
- (util) execOnMatch: isMatch -> match
- (worker-html) addAttributesToElement: attributes could be undefined
- (cloudfunc) "taget" -> "target "
- (index) meta: "/>" -> ">"
- (css) fancybox: stop page jumping on modal window close
- (ischanged) on asyncCall Times do not changed
- (server) beforeJoin: exec -> retExec
- (join) readPipe: add path
- (join) readPipe: response -> res
- (server) beforeJoin: funcs -> func = []
- (rest) onDelete: if Files is empty names = p.name
- (style) fancybox html: overflow hidden
- (dom) renameCurrent: add updateCurrentInfo
- (files) readPipe: add dir
- (delete) add dir
- (test) add FS_DIR
- (cloudcmd) init: nameStr -> names
- (github) rm code
feature:
- (cloudfunc) draggable -> draggable="true"
- (font) droid mono: add eot
- (index) rm chrome frame
- (console) rm background-color
- (rest) add CloudFunc
- (pipe) getBody: add error handling
- (pipe) getBody: add error handling
- (edit) onSave: add setCurrentSize
- (style) Droid Sans Mono: speed up when minimize
- (font) Droid Sans: add eot
- (css) Droid Sans Mono: add more formats
- (style) add fallback fonts
- (package) description: web based orthodox
- (util) add execOnMatch
- (files) rm dir
- (nojs) add
- (join) mv from server
- (console) jqconsole -> console
- (dom) add sendDelete
- (rest) delete: data is optional param
- (rest) write -> save
- (rest) add markdown get
- (markdown) add
- (rest) mv rest from dom
- (fancybox) add ico
- (put) patch: change message
- (cloudfunc) add MAX_FILE_SIZE
- (put) pathch: add size check
- (ace) 1.1.3
- (markdown) add
- (dom) rest: add markdown
- (help) mv css to file
- (rest) add markdown
- (edit) set emmet only for html, not for css
- (util) rm convertArrToObj
- (pipe) add getBody
- (put) add getBody
- (cloudcmd, rest) add NOT_LOG
- (dir) add isDir
- (view) style: add overflow-y hidden
- (panel) div -> section
- (util) ownRender: clean all params after render
- (file) add attribute, tag
2014.03.03, v0.8.2
fix:

View file

@ -1,4 +1,4 @@
Cloud Commander v0.8.2
Cloud Commander v0.8.3
===============
###[Main][MainURL] [Blog][BlogURL] Live(![IO][IO_LIVE_IMG] [IO][IOURL], ![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"
@ -355,6 +355,7 @@ so to get it you should type a couple more commands:
Version history
---------------
- *2014.03.19*, **[v0.8.3](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.8.3.zip)**
- *2014.03.03*, **[v0.8.2](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.8.2.zip)**
- *2014.02.13*, **[v0.8.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.8.1.zip)**
- *2014.02.13*, **[v0.8.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v0.8.0.zip)**

View file

@ -1,4 +1,4 @@
Cloud Commander v0.8.2 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![License][LicenseIMGURL]][LicenseURL] [![Flattr][FlattrIMGURL]][FlattrURL]
Cloud Commander v0.8.3 [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![License][LicenseIMGURL]][LicenseURL] [![Flattr][FlattrIMGURL]][FlattrURL]
===============
###[Main][MainURL] [Blog][BlogURL] Live(![IO][IO_LIVE_IMG] [IO][IOURL], ![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
[NPMIMGURL]: https://img.shields.io/npm/v/cloudcmd.svg

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "0.8.2",
"version": "0.8.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Cloud Commander web based orthodox file manager with console and editor",
"homepage": "http://cloudcmd.io",