Merge branch 'release/0.3.0' into dev

This commit is contained in:
caizhitao
2020-08-08 18:18:39 +08:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# CHANGELOG
## 0.3.0
* Cocos Creator 2.3.3
* 原生平台
* 支持将构建后的 txt、json 加密(带有随机性)
* 支持将构建后的 png、jpg、jpeg、gif、webp 加密(带有随机性)
## 0.2.0
* Cocos Creator 2.3.3

View File

@@ -1,6 +1,6 @@
# CocosCreator-Build-Encrypt
[![](https://img.shields.io/badge/Release-0.2.1-orange.svg)](CHANGELOG.md)
[![](https://img.shields.io/badge/Release-0.3.0-orange.svg)](CHANGELOG.md)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%202.3.3-brightgreen.svg)](http://www.cocos.com/creator)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%202.3.4-brightgreen.svg)](http://www.cocos.com/creator)
[![](https://img.shields.io/badge/Unknown%20Support-Cocos%20Creator%202.x.x-lightgrey.svg)](http://www.cocos.com/creator)
@@ -61,6 +61,9 @@
| jpeg | Y |
| gif | Y |
| webp | Y |
| txt | Y |
| json | Y |
### Cocos Creator 2.x.x( < 2.3.3)