chore(package) v12.0.0

This commit is contained in:
coderaiser 2019-04-01 16:27:21 +03:00
parent 31e8c85d99
commit 841e9578b7
4 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,16 @@
2019.04.01, v12.0.0
fix:
- feature(cloudcmd) split prefix and prefixSocket finally
feature:
- (cloudcmd) drop support of beautify, minify
- (cloudcmd) improved progress of file operations
- (cloudcmd) split prefix and prefixSocket finally
- (cloudcmd) view file on double click or enter
- (cloudcmd) add ability to change directory using F3
2019.03.27, v11.8.6
fix:

View file

@ -1,4 +1,4 @@
# Cloud Commander v11.8.6
# Cloud Commander v12.0.0
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL])
@ -815,6 +815,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
Version history
---------------
- *2019.04.01*, **[v12.0.0](//github.com/coderaiser/cloudcmd/releases/tag/v12.0.0)**
- *2019.03.27*, **[v11.8.6](//github.com/coderaiser/cloudcmd/releases/tag/v11.8.6)**
- *2019.02.20*, **[v11.8.5](//github.com/coderaiser/cloudcmd/releases/tag/v11.8.5)**
- *2019.02.15*, **[v11.8.4](//github.com/coderaiser/cloudcmd/releases/tag/v11.8.4)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v11.8.6 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [![OpenCollective](https://opencollective.com/cloudcmd/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/cloudcmd/sponsors/badge.svg)](#sponsors)
# Cloud Commander v12.0.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [![OpenCollective](https://opencollective.com/cloudcmd/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/cloudcmd/sponsors/badge.svg)](#sponsors)
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL], [Now][NowURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "11.8.6",
"version": "12.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",
"homepage": "http://cloudcmd.io",