mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) v12.2.0
This commit is contained in:
parent
ffbb96301e
commit
bb73d81256
4 changed files with 27 additions and 3 deletions
23
ChangeLog
23
ChangeLog
|
|
@ -1,3 +1,26 @@
|
|||
2019.05.13, v12.2.0
|
||||
|
||||
fix:
|
||||
- feature(npmignore) add fixture.json
|
||||
- (operation) set-listeners: alert: noCancel -> cancel
|
||||
- (cloudcmd) different title
|
||||
|
||||
feature:
|
||||
- (key) add ability to rename file with Shift + F6
|
||||
- (user-menu) add (#221)
|
||||
- (package) clean-css-loader v2.0.0
|
||||
- (package) edward v11.0.0
|
||||
- (npmignore) add fixture.json
|
||||
- (package) dword v11.0.0
|
||||
- (package) smalltalk v3.4.0
|
||||
- (package) eslint v6.0.0-alpha
|
||||
- (package) eslint-plugin-node v9.0.1
|
||||
- (config) speed up load: series -> parallel
|
||||
- (cloudcmd) avoid service worker reoload scripts in dev mode
|
||||
- (package) putout v4.23.0
|
||||
- (package) nyc v14.0.0
|
||||
|
||||
|
||||
2019.04.15, v12.1.0
|
||||
|
||||
fix:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v12.1.0
|
||||
# Cloud Commander v12.2.0
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL])
|
||||
|
||||
|
|
@ -865,6 +865,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|||
|
||||
Version history
|
||||
---------------
|
||||
- *2019.05.13*, **[v12.2.0](//github.com/coderaiser/cloudcmd/releases/tag/v12.2.0)**
|
||||
- *2019.04.15*, **[v12.1.0](//github.com/coderaiser/cloudcmd/releases/tag/v12.1.0)**
|
||||
- *2019.04.04*, **[v12.0.2](//github.com/coderaiser/cloudcmd/releases/tag/v12.0.2)**
|
||||
- *2019.04.04*, **[v12.0.1](//github.com/coderaiser/cloudcmd/releases/tag/v12.0.1)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v12.1.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](#backers) [](#sponsors)
|
||||
# Cloud Commander v12.2.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])
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "12.1.0",
|
||||
"version": "12.2.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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue