From 9f3884beda8b542b2e133b014944b40b39d4ac35 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 19 Mar 2014 07:50:48 -0400 Subject: [PATCH] feature(cloudcmd) v0.8.3 --- ChangeLog | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ HELP.md | 3 ++- README.md | 2 +- package.json | 2 +- 4 files changed, 80 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75387793..fd89c6d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/HELP.md b/HELP.md index 66679235..79e6b122 100644 --- a/HELP.md +++ b/HELP.md @@ -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)** diff --git a/README.md b/README.md index b54e684e..665d5985 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 032945b6..422519d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "0.8.2", + "version": "0.8.3", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander web based orthodox file manager with console and editor", "homepage": "http://cloudcmd.io",