Releases: bs-community/blessing-skin-server
Releases · bs-community/blessing-skin-server
4.2.0
Added
- Chart at administration panel will show today's data.
- New event for plugins:
TextureDeleting
.
Tweaked
- Preview the player automatically if a user has only one player.
- Allowed to process report more than once.
Fixed
- Fixed resetting options of "Customize" page.
- Fixed that dashboard of user center cannot be centered. (Thanks @outtimes)
- Fixed data consistency when deleting texture.
- Fixed that model can't walk after resetting model in skin previewer.
- Fixed that state of skin library page can't be saved.
新增
- 管理面板中的图表可显示当天的数据
- 新的插件事件:
TextureDeleting
调整
- 当用户只有一个角色时,角色页面会自动预览该角色
- 允许多次处理同一条举报
修复
- 修复「个性化」页面不能重置选项的问题
- 修复用户中心仪表盘不能居中的问题(感谢 @outtimes)
- 修复删除材质时的数据一致性
- 修复皮肤预览中重置预览后不能使模型行走的问题
- 修复不能保存皮肤库页面状态的问题
4.1.4
Added
- Detect type automatically when uploading texture.
Tweaked
- Tweaked UI text.
- Appended commit information at build time.
Fixed
- Fixed dropdown menu of skin library for mobile users.
- Fixed previewing alex textures.
- Fixed sorting textures in skin library.
新增
- 上传皮肤时自动检测类型
调整
- 调整部分 UI 文本
- 构建时附加 commit 信息
修复
- 修复移动端下皮肤库下拉菜单失效的问题
- 修复 Alex 材质的预览
- 修复皮肤库中的排序问题
4.1.3
4.1.2
4.1.1
4.1.0
Added
- Allowed to add multiple plugin marketplace registries.
- Supported JWT-based authentication for API.
- Supported OAuth2-based authentication for API.
- Introduced HTTP-based Blessing Skin API. (Experimental and there will be breaking changes.)
- New front end event
i18nLoaded
for plugins.
Tweaked
- Rejected Internet Explorer users.
- Optimized chart at administration panel.
Fixed
- Fixed an error when disabling plugin in some cases.
- Fixed that navigation bar would turn transparent when scrolling even transparent bar was disabled.
- Fixed style error of language switch for mobile users.
- Truncated too long texture name at skin library. This just affected UI, not actually modified texture name.
新增
- 允许添加多个插件市场源
- 支持基于 JWT 的 API 认证
- 支持基于 OAuth2 的 API 认证
- 开放基于 HTTP 的 Blessing Skin API(目前处于试验阶段,随时会出现不兼容的变更)
- 插件前端事件:
i18nLoaded
调整
- 完全拒绝 IE 用户的访问
- 优化管理面板中的图表
修复
- 某些情况下禁用插件时出错
- 在关闭首页顶部导航栏的情况下滚动时仍然变透明
- 移动端下语言选择栏异常
- 材质页面当材质名过长时未被截断的问题