update changelog

This commit is contained in:
Pig Fang 2020-01-12 10:04:51 +08:00
parent 6b3446cf86
commit d85c6d840b
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
- Optimized performance of invoking texture previewer (skinview3d).
- Changed method of retrieving IP.
- Use `utf8mb4` encoding in MySQL/MariaDB.
- Respond with unformatted Profile JSON to reduce bytes.
- Switched to a new PHP texture renderer.
- Display 3D avatar of player when applying texture to player.

View File

@ -32,6 +32,7 @@
- 优化调用材质预览器skinview3d的性能
- 修改获取 IP 地址的方法
- MySQL/MariaDB 使用 `utf8mb4` 编码
- 响应未格式化过的 Profile JSON 以节省流量
- 使用新的 PHP 材质渲染器
- 将材质应用到角色时显示角色的 3D 头像