update changelog

This commit is contained in:
Pig Fang 2020-02-23 09:28:17 +08:00
parent 56d5e20d3b
commit 73d83bd191
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
- Support searching players when applying textures.
- Support customizing textures storage directory.
- Support searching players at players page.
- Added Blessing Skin Shell.
## Tweaked
@ -55,6 +56,7 @@
- Fixed retrieving search keyword from query string in skin library.
- Fixed that `lang` attribute of HTML can't be configured correctly.
- Fixed that avatar can't be resized when requesting an non-existed user.
- Fixed that the same texture files with different models were treated as different textures.
## Removed

View File

@ -21,6 +21,7 @@
- 将材质应用到角色时可进行搜索
- 支持自定义材质存储目录
- 角色页面可进行搜索
- 新增 Blessing Skin Shell
## 调整
@ -55,6 +56,7 @@
- 修复皮肤库中从 query string 获取搜索关键字的问题
- 修复未能正确设置 HTML 的 `lang` 属性的问题
- 修复获取不存在的用户的头像时,未能正确设置尺寸的问题
- 修复同一材质文件但模型不同被认为不同材质的问题
## 移除