chore(package) v10.6.0
12
ChangeLog
|
|
@ -1,3 +1,15 @@
|
|||
2018.09.10, v10.6.0
|
||||
|
||||
fix:
|
||||
- (view) title: xss
|
||||
- (sw) navigation error
|
||||
|
||||
feature:
|
||||
- (events) add ability to remove all added listeners
|
||||
- (cloudcmd) add ability update cloudcmd without page reload
|
||||
- (cloudcmd) add --show-file-name to add file name title in view and edit (#183)
|
||||
|
||||
|
||||
2018.09.08, v10.5.3
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v10.5.3
|
||||
# Cloud Commander v10.6.0
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL])
|
||||
|
||||
|
|
@ -779,6 +779,7 @@ There is a lot ways to be involved in `Cloud Commander` development:
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *2018.09.10*, **[v10.6.0](//github.com/coderaiser/cloudcmd/releases/tag/v10.6.0)**
|
||||
- *2018.09.08*, **[v10.5.3](//github.com/coderaiser/cloudcmd/releases/tag/v10.5.3)**
|
||||
- *2018.08.25*, **[v10.5.2](//github.com/coderaiser/cloudcmd/releases/tag/v10.5.2)**
|
||||
- *2018.08.25*, **[v10.5.1](//github.com/coderaiser/cloudcmd/releases/tag/v10.5.1)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v10.5.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](#backers) [](#sponsors)
|
||||
# Cloud Commander v10.6.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](#backers) [](#sponsors)
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL], [Now][NowURL])
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 233 KiB After Width: | Height: | Size: 227 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 180 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 560 KiB After Width: | Height: | Size: 595 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "10.5.3",
|
||||
"version": "10.6.0",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "Orthodox web file manager with console and editor",
|
||||
"homepage": "http://cloudcmd.io",
|
||||
|
|
|
|||