mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-24 00:21:18 +00:00
chore(package) v4.1.0
This commit is contained in:
parent
1585ddca89
commit
1322993cc9
5 changed files with 37 additions and 4 deletions
32
ChangeLog
32
ChangeLog
|
|
@ -1,3 +1,35 @@
|
|||
2015.07.21, v4.1.0
|
||||
|
||||
fix:
|
||||
- (listeners) dragndrop: toggle -> select/unselect
|
||||
- (view) series
|
||||
- (edit) show error message twice
|
||||
- (client) destroy file view even if we can not read directory
|
||||
|
||||
feature:
|
||||
- (bower) execon v1.2.5
|
||||
- (bower) emitify v1.2.0
|
||||
- (dom) uploadFiles progress: every file -> all files
|
||||
- (util) exec: each, eachSeries
|
||||
- (package) ishtar v1.2.0
|
||||
- (package) remedy v1.2.0
|
||||
- (package) spero v1.2.0
|
||||
- (directory) improve the accuracy of upload progress
|
||||
- (bower) philip v1.3.0
|
||||
- (package) socket.io v1.3.6
|
||||
- (bower) philip v1.2.1
|
||||
- (package) add bupdate
|
||||
- (package) markdown-it v4.4.0
|
||||
- (package) add nupdate
|
||||
- (bower) philip v1.2.0
|
||||
- (bower) philip v1.1.2
|
||||
- (directory) add ability to upload directories via drag n drop in Chrome
|
||||
- (dom) uploadFiles: files -> dir, files
|
||||
- (operation) speed up
|
||||
- (css) get list of files from css.json
|
||||
- (query) add
|
||||
|
||||
|
||||
2015.07.13, v4.0.0
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v4.0.0
|
||||
Cloud Commander v4.1.0
|
||||
===============
|
||||
### [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&&downloadRank "npm install cloudcmd"
|
||||
|
|
@ -385,6 +385,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *2015.07.21*, **[v4.1.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.1.0.tar.gz)**
|
||||
- *2015.07.13*, **[v4.0.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v4.0.0.tar.gz)**
|
||||
- *2015.07.09*, **[v3.8.1](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.8.1.tar.gz)**
|
||||
- *2015.07.06*, **[v3.8.0](//github.com/cloudcmd/archive/raw/master/cloudcmd-v3.8.0.tar.gz)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Cloud Commander v4.0.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
|
||||
Cloud Commander v4.1.0 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Veyor Status][VeyorStatusIMGURL]][VeyorStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
|
||||
===============
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([JitSu][JitSuURL], [Heroku][HerokuURL])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
"authors": [
|
||||
"coderaiser <mnemonic.enemy@gmail.com>"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"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