update README.md and CHANGELOG.md

This commit is contained in:
caizhitao 2020-06-23 19:00:41 +08:00
parent 97eac60477
commit 3280283d35
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog
## 0.11.0 (2020-06-23)
- 新增内发光v2
- 此为另外一种内发光采样实现正常情况下可能效果能和v1差不多但是性能会好一点
## 0.10.0 (2020-04-10)
- 支持 Cocos Creator v2.3.3

View File

@ -1,8 +1,8 @@
# Cocos Creator Shader Effect Demo
[![](https://img.shields.io/badge/Release-0.10.0-green.svg)](CHANGELOG.md)
[![](https://img.shields.io/badge/Release-0.11.0-green.svg)](CHANGELOG.md)
[![](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%20v2.3.0-orange.svg)](http://www.cocos.com/creator)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%20v2.3.+-orange.svg)](http://www.cocos.com/creator)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%20v2.2.2-orange.svg)](http://www.cocos.com/creator)
[![](https://img.shields.io/badge/Support-Cocos%20Creator%20v2.2.1-orange.svg)](http://www.cocos.com/creator)
@ -12,9 +12,9 @@
1. 此项目为我在学习过程中的一些分享和实现,因此项目名字以 **`Demo`** 为后缀。
2. 项目重点在于 **「渔」**,不在于 **「鱼」** 。
3. 如果你有意将此Demo中的效果加入到你的项目中**请认真评估是否适合你的项目使用!**
4. 本项目支持 Cocos Creator `v2.3.0` 、 ~~`v2.2.2`~~ 、 ~~`v2.2.1`~~
1. 项目当前正在使用 v2.3.0 开发
2. 由于2.3.0和2.2.22.2.1差别较大,因此,`master`分支的最新项目已经无法在2.2.12.2.2中重新打开,如果确实需要在 2.2.12.2.2 中打开请先切换到旧版本的tag`0.8.0`),才能用 2.2.12.2.2打开
4. 本项目支持 Cocos Creator `v2.3.+` 、 ~~`v2.2.2`~~ 、 ~~`v2.2.1`~~
1. 项目当前正在使用 v2.3.3 开发
2. 由于2.3.+和2.2.22.2.1差别较大,因此,`master`分支的最新项目已经无法在2.2.12.2.2中重新打开,如果确实需要在 2.2.12.2.2 中打开请先切换到旧版本的tag`0.8.0`),才能用 2.2.12.2.2打开
## 二、系列文章