update changelog

This commit is contained in:
Pig Fang 2020-02-17 12:06:18 +08:00
parent e2c10c78ac
commit 7e61f27106
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
- New password hash algorithm: Argon2i.
- Support searching players when applying textures.
- Support customizing textures storage directory.
- Support searching players at players page.
## Tweaked
@ -38,6 +39,7 @@
- Switched to a new PHP texture renderer.
- Display 3D avatar of player when applying texture to player.
- New "Plugins Management" page.
- "Choose Player" Dialog won't be showed if no texture is selected at closet page.
## Fixed

View File

@ -20,6 +20,7 @@
- 新的密码哈希算法Argon2i
- 将材质应用到角色时可进行搜索
- 支持自定义材质存储目录
- 角色页面可进行搜索
## 调整
@ -38,6 +39,7 @@
- 使用新的 PHP 材质渲染器
- 将材质应用到角色时显示角色的 3D 头像
- 新的「插件管理」页面
- 衣柜中未选择材质时点击「应用到角色」不弹出「选择角色」对话框
## 修复