Bump version to 4.1.0
This commit is contained in:
parent
33c345b6e6
commit
47d1f50cb2
@ -9,7 +9,7 @@ return [
|
||||
| Version of Blessing Skin Server.
|
||||
|
|
||||
*/
|
||||
'version' => '4.0.4',
|
||||
'version' => '4.1.0',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "blessing-skin-server",
|
||||
"version": "4.0.4",
|
||||
"version": "4.1.0",
|
||||
"description": "A web application brings your custom skins back in offline Minecraft servers.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
16
resources/misc/changelogs/en/4.1.0.md
Normal file
16
resources/misc/changelogs/en/4.1.0.md
Normal file
@ -0,0 +1,16 @@
|
||||
## 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.
|
16
resources/misc/changelogs/zh_CN/4.1.0.md
Normal file
16
resources/misc/changelogs/zh_CN/4.1.0.md
Normal file
@ -0,0 +1,16 @@
|
||||
## 新增
|
||||
- 允许添加多个插件市场源
|
||||
- 支持基于 JWT 的 API 认证
|
||||
- 支持基于 OAuth2 的 API 认证
|
||||
- 开放基于 HTTP 的 Blessing Skin API(目前处于试验阶段,随时会出现不兼容的变更)
|
||||
- 插件前端事件:`i18nLoaded`
|
||||
|
||||
## 调整
|
||||
- 完全拒绝 IE 用户的访问
|
||||
- 优化管理面板中的图表
|
||||
|
||||
## 修复
|
||||
- 某些情况下禁用插件时出错
|
||||
- 在关闭首页顶部导航栏的情况下滚动时仍然变透明
|
||||
- 移动端下语言选择栏异常
|
||||
- 材质页面当材质名过长时未被截断的问题
|
Loading…
Reference in New Issue
Block a user