diff --git a/resources/misc/changelogs/en/5.0.0.md b/resources/misc/changelogs/en/5.0.0.md index b2c07775..0989cbff 100644 --- a/resources/misc/changelogs/en/5.0.0.md +++ b/resources/misc/changelogs/en/5.0.0.md @@ -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 diff --git a/resources/misc/changelogs/zh_CN/5.0.0.md b/resources/misc/changelogs/zh_CN/5.0.0.md index 5a40e47c..7cac33e4 100644 --- a/resources/misc/changelogs/zh_CN/5.0.0.md +++ b/resources/misc/changelogs/zh_CN/5.0.0.md @@ -21,6 +21,7 @@ - 将材质应用到角色时可进行搜索 - 支持自定义材质存储目录 - 角色页面可进行搜索 +- 新增 Blessing Skin Shell ## 调整 @@ -55,6 +56,7 @@ - 修复皮肤库中从 query string 获取搜索关键字的问题 - 修复未能正确设置 HTML 的 `lang` 属性的问题 - 修复获取不存在的用户的头像时,未能正确设置尺寸的问题 +- 修复同一材质文件但模型不同被认为不同材质的问题 ## 移除