Skip to content

Commit 47d1f50

Browse files
committed
Bump version to 4.1.0
1 parent 33c345b commit 47d1f50

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Version of Blessing Skin Server.
1010
|
1111
*/
12-
'version' => '4.0.4',
12+
'version' => '4.1.0',
1313

1414
/*
1515
|--------------------------------------------------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blessing-skin-server",
3-
"version": "4.0.4",
3+
"version": "4.1.0",
44
"description": "A web application brings your custom skins back in offline Minecraft servers.",
55
"repository": {
66
"type": "git",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Added
2+
- Allowed to add multiple plugin marketplace registries.
3+
- Supported JWT-based authentication for API.
4+
- Supported OAuth2-based authentication for API.
5+
- Introduced HTTP-based Blessing Skin API. (Experimental and there will be breaking changes.)
6+
- New front end event `i18nLoaded` for plugins.
7+
8+
## Tweaked
9+
- Rejected Internet Explorer users.
10+
- Optimized chart at administration panel.
11+
12+
## Fixed
13+
- Fixed an error when disabling plugin in some cases.
14+
- Fixed that navigation bar would turn transparent when scrolling even transparent bar was disabled.
15+
- Fixed style error of language switch for mobile users.
16+
- Truncated too long texture name at skin library. This just affected UI, not actually modified texture name.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 新增
2+
- 允许添加多个插件市场源
3+
- 支持基于 JWT 的 API 认证
4+
- 支持基于 OAuth2 的 API 认证
5+
- 开放基于 HTTP 的 Blessing Skin API(目前处于试验阶段,随时会出现不兼容的变更)
6+
- 插件前端事件:`i18nLoaded`
7+
8+
## 调整
9+
- 完全拒绝 IE 用户的访问
10+
- 优化管理面板中的图表
11+
12+
## 修复
13+
- 某些情况下禁用插件时出错
14+
- 在关闭首页顶部导航栏的情况下滚动时仍然变透明
15+
- 移动端下语言选择栏异常
16+
- 材质页面当材质名过长时未被截断的问题

0 commit comments

Comments
 (0)